Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DbSystemUpgradeHistoryEntrySummary.Action |
DbSystemUpgradeHistoryEntrySummary.Action.create(String key) |
DbSystemUpgradeHistoryEntrySummary.Action |
DbSystemUpgradeHistoryEntrySummary.getAction()
The operating system upgrade action.
|
static DbSystemUpgradeHistoryEntrySummary.Action |
DbSystemUpgradeHistoryEntrySummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemUpgradeHistoryEntrySummary.Action[] |
DbSystemUpgradeHistoryEntrySummary.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemUpgradeHistoryEntrySummary.Builder |
DbSystemUpgradeHistoryEntrySummary.Builder.action(DbSystemUpgradeHistoryEntrySummary.Action action)
The operating system upgrade action.
|
Constructor and Description |
---|
DbSystemUpgradeHistoryEntrySummary(String id,
DbSystemUpgradeHistoryEntrySummary.Action action,
String newGiVersion,
String oldGiVersion,
String oldOsVersion,
String newOsVersion,
Integer snapshotRetentionPeriodInDays,
DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbSystemUpgradeHistoryEntrySummary.Action |
ListDbSystemUpgradeHistoryEntriesRequest.getUpgradeAction()
A filter to return only upgradeHistoryEntries that match the specified Upgrade Action.
|
Modifier and Type | Method and Description |
---|---|
ListDbSystemUpgradeHistoryEntriesRequest.Builder |
ListDbSystemUpgradeHistoryEntriesRequest.Builder.upgradeAction(DbSystemUpgradeHistoryEntrySummary.Action upgradeAction)
A filter to return only upgradeHistoryEntries that match the specified Upgrade Action.
|
Copyright © 2016–2024. All rights reserved.