Uses of Class
com.oracle.bmc.database.model.ExadbVmClusterUpdateHistoryEntry.LifecycleState
-
Packages that use ExadbVmClusterUpdateHistoryEntry.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ExadbVmClusterUpdateHistoryEntry.LifecycleState in com.oracle.bmc.database
-
Uses of ExadbVmClusterUpdateHistoryEntry.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmClusterUpdateHistoryEntry.LifecycleState Modifier and Type Method Description static ExadbVmClusterUpdateHistoryEntry.LifecycleState
ExadbVmClusterUpdateHistoryEntry.LifecycleState. create(String key)
ExadbVmClusterUpdateHistoryEntry.LifecycleState
ExadbVmClusterUpdateHistoryEntry. getLifecycleState()
The current lifecycle state of the maintenance update operation.static ExadbVmClusterUpdateHistoryEntry.LifecycleState
ExadbVmClusterUpdateHistoryEntry.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadbVmClusterUpdateHistoryEntry.LifecycleState[]
ExadbVmClusterUpdateHistoryEntry.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 ExadbVmClusterUpdateHistoryEntry.LifecycleState Modifier and Type Method Description ExadbVmClusterUpdateHistoryEntry.Builder
ExadbVmClusterUpdateHistoryEntry.Builder. lifecycleState(ExadbVmClusterUpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmClusterUpdateHistoryEntry.LifecycleState Constructor Description ExadbVmClusterUpdateHistoryEntry(String id, String updateId, ExadbVmClusterUpdateHistoryEntry.UpdateAction updateAction, ExadbVmClusterUpdateHistoryEntry.UpdateType updateType, ExadbVmClusterUpdateHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeCompleted, String version)
Deprecated.
-