Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemUpgradeHistoryEntry.LifecycleState |
DbSystemUpgradeHistoryEntry.LifecycleState.create(String key) |
DbSystemUpgradeHistoryEntry.LifecycleState |
DbSystemUpgradeHistoryEntry.getLifecycleState()
The current state of the action.
|
static DbSystemUpgradeHistoryEntry.LifecycleState |
DbSystemUpgradeHistoryEntry.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemUpgradeHistoryEntry.LifecycleState[] |
DbSystemUpgradeHistoryEntry.LifecycleState.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.lifecycleState(DbSystemUpgradeHistoryEntry.LifecycleState lifecycleState)
The current state of the 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.