Uses of Class
com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntry.LifecycleState
-
Packages that use DbSystemUpgradeHistoryEntry.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbSystemUpgradeHistoryEntry.LifecycleState in com.oracle.bmc.database
-
Uses of DbSystemUpgradeHistoryEntry.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemUpgradeHistoryEntry.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntry.LifecycleState Modifier and Type Method Description DbSystemUpgradeHistoryEntry.Builder
DbSystemUpgradeHistoryEntry.Builder. lifecycleState(DbSystemUpgradeHistoryEntry.LifecycleState lifecycleState)
The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntry.LifecycleState Constructor 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.
-