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