Uses of Class
com.oracle.bmc.database.model.VmClusterUpdate.LifecycleState
-
Packages that use VmClusterUpdate.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of VmClusterUpdate.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type VmClusterUpdate.LifecycleState Modifier and Type Method Description Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse>
DatabaseWaiters. forVmClusterUpdate(GetVmClusterUpdateRequest request, VmClusterUpdate.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse>
DatabaseWaiters. forVmClusterUpdate(GetVmClusterUpdateRequest request, VmClusterUpdate.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse>
DatabaseWaiters. forVmClusterUpdate(GetVmClusterUpdateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VmClusterUpdate.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VmClusterUpdate.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdate.LifecycleState Modifier and Type Method Description static VmClusterUpdate.LifecycleState
VmClusterUpdate.LifecycleState. create(String key)
VmClusterUpdate.LifecycleState
VmClusterUpdate. getLifecycleState()
The current state of the maintenance update.static VmClusterUpdate.LifecycleState
VmClusterUpdate.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterUpdate.LifecycleState[]
VmClusterUpdate.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 VmClusterUpdate.LifecycleState Modifier and Type Method Description VmClusterUpdate.Builder
VmClusterUpdate.Builder. lifecycleState(VmClusterUpdate.LifecycleState lifecycleState)
The current state of the maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type VmClusterUpdate.LifecycleState Constructor Description VmClusterUpdate(String id, String description, VmClusterUpdate.LastAction lastAction, List<VmClusterUpdate.AvailableActions> availableActions, VmClusterUpdate.UpdateType updateType, String lifecycleDetails, VmClusterUpdate.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-