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