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