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