Uses of Class
com.oracle.bmc.database.model.BaseccVmClusterUpdate.LifecycleState
-
Packages that use BaseccVmClusterUpdate.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of BaseccVmClusterUpdate.LifecycleState in com.oracle.bmc.database
-
Uses of BaseccVmClusterUpdate.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BaseccVmClusterUpdate.LifecycleState Modifier and Type Method Description static BaseccVmClusterUpdate.LifecycleStateBaseccVmClusterUpdate.LifecycleState. create(String key)BaseccVmClusterUpdate.LifecycleStateBaseccVmClusterUpdate. getLifecycleState()The current state of the maintenance update.static BaseccVmClusterUpdate.LifecycleStateBaseccVmClusterUpdate.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseccVmClusterUpdate.LifecycleState[]BaseccVmClusterUpdate.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 BaseccVmClusterUpdate.LifecycleState Modifier and Type Method Description BaseccVmClusterUpdate.BuilderBaseccVmClusterUpdate.Builder. lifecycleState(BaseccVmClusterUpdate.LifecycleState lifecycleState)The current state of the maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type BaseccVmClusterUpdate.LifecycleState Constructor Description BaseccVmClusterUpdate(String id, String description, BaseccVmClusterUpdate.LastAction lastAction, List<BaseccVmClusterUpdate.AvailableActions> availableActions, BaseccVmClusterUpdate.UpdateType updateType, String lifecycleDetails, BaseccVmClusterUpdate.LifecycleState lifecycleState, Date timeReleased, String version)Deprecated.
-