Uses of Class
com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntrySummary.LifecycleState
-
Packages that use DbSystemUpgradeHistoryEntrySummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbSystemUpgradeHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemUpgradeHistoryEntrySummary.LifecycleState Modifier and Type Method Description static DbSystemUpgradeHistoryEntrySummary.LifecycleState
DbSystemUpgradeHistoryEntrySummary.LifecycleState. create(String key)
DbSystemUpgradeHistoryEntrySummary.LifecycleState
DbSystemUpgradeHistoryEntrySummary. getLifecycleState()
The current state of the action.static DbSystemUpgradeHistoryEntrySummary.LifecycleState
DbSystemUpgradeHistoryEntrySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemUpgradeHistoryEntrySummary.LifecycleState[]
DbSystemUpgradeHistoryEntrySummary.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 DbSystemUpgradeHistoryEntrySummary.LifecycleState Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummary.Builder
DbSystemUpgradeHistoryEntrySummary.Builder. lifecycleState(DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntrySummary.LifecycleState Constructor 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. -
Uses of DbSystemUpgradeHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbSystemUpgradeHistoryEntrySummary.LifecycleState Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummary.LifecycleState
ListDbSystemUpgradeHistoryEntriesRequest. getLifecycleState()
A filter to return only upgrade history entries that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type DbSystemUpgradeHistoryEntrySummary.LifecycleState Modifier and Type Method Description ListDbSystemUpgradeHistoryEntriesRequest.Builder
ListDbSystemUpgradeHistoryEntriesRequest.Builder. lifecycleState(DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
A filter to return only upgrade history entries that match the given lifecycle state exactly.
-