Uses of Class
com.oracle.bmc.core.model.InstancePool.LifecycleState
-
Packages that use InstancePool.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of InstancePool.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type InstancePool.LifecycleState Modifier and Type Method Description Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, InstancePool.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, InstancePool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, InstancePool.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of InstancePool.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePool.LifecycleState Modifier and Type Method Description static InstancePool.LifecycleState
InstancePool.LifecycleState. create(String key)
InstancePool.LifecycleState
InstancePool. getLifecycleState()
The current state of the instance pool.static InstancePool.LifecycleState
InstancePool.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePool.LifecycleState[]
InstancePool.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 InstancePool.LifecycleState Modifier and Type Method Description InstancePool.Builder
InstancePool.Builder. lifecycleState(InstancePool.LifecycleState lifecycleState)
The current state of the instance pool.Constructors in com.oracle.bmc.core.model with parameters of type InstancePool.LifecycleState Constructor Description InstancePool(String id, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String instanceConfigurationId, InstancePool.LifecycleState lifecycleState, List<InstancePoolPlacementConfiguration> placementConfigurations, Integer size, Date timeCreated, List<InstancePoolLoadBalancerAttachment> loadBalancers, String instanceDisplayNameFormatter, String instanceHostnameFormatter)
Deprecated.
-