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