Uses of Class
com.oracle.bmc.core.model.ComputeCluster.LifecycleState
-
Packages that use ComputeCluster.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeCluster.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ComputeCluster.LifecycleState Modifier and Type Method Description Waiter<GetComputeClusterRequest,GetComputeClusterResponse>
ComputeWaiters. forComputeCluster(GetComputeClusterRequest request, ComputeCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetComputeClusterRequest,GetComputeClusterResponse>
ComputeWaiters. forComputeCluster(GetComputeClusterRequest request, ComputeCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetComputeClusterRequest,GetComputeClusterResponse>
ComputeWaiters. forComputeCluster(GetComputeClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ComputeCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ComputeCluster.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeCluster.LifecycleState Modifier and Type Method Description static ComputeCluster.LifecycleState
ComputeCluster.LifecycleState. create(String key)
ComputeCluster.LifecycleState
ComputeCluster. getLifecycleState()
The current state of the compute cluster.ComputeCluster.LifecycleState
ComputeClusterSummary. getLifecycleState()
The current state of the compute cluster.static ComputeCluster.LifecycleState
ComputeCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeCluster.LifecycleState[]
ComputeCluster.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type ComputeCluster.LifecycleState Modifier and Type Method Description ComputeCluster.Builder
ComputeCluster.Builder. lifecycleState(ComputeCluster.LifecycleState lifecycleState)
The current state of the compute cluster.ComputeClusterSummary.Builder
ComputeClusterSummary.Builder. lifecycleState(ComputeCluster.LifecycleState lifecycleState)
The current state of the compute cluster.Constructors in com.oracle.bmc.core.model with parameters of type ComputeCluster.LifecycleState Constructor Description ComputeCluster(String availabilityDomain, String compartmentId, String displayName, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String id, ComputeCluster.LifecycleState lifecycleState, Date timeCreated)
Deprecated.ComputeClusterSummary(String availabilityDomain, String compartmentId, String displayName, String id, ComputeCluster.LifecycleState lifecycleState, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-