Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
InstancePool.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
InstancePool.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
InstancePool.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
InstancePool.Builder |
InstancePool.Builder.lifecycleState(InstancePool.LifecycleState lifecycleState)
The current state of the instance pool.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.