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