Package | Description |
---|---|
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
static InstancePoolSummary.LifecycleState |
InstancePoolSummary.LifecycleState.create(String key) |
InstancePoolSummary.LifecycleState |
InstancePoolSummary.getLifecycleState()
The current state of the instance pool.
|
static InstancePoolSummary.LifecycleState |
InstancePoolSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePoolSummary.LifecycleState[] |
InstancePoolSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolSummary.Builder |
InstancePoolSummary.Builder.lifecycleState(InstancePoolSummary.LifecycleState lifecycleState)
The current state of the instance pool.
|
Constructor and Description |
---|
InstancePoolSummary(String id,
String compartmentId,
String displayName,
String instanceConfigurationId,
InstancePoolSummary.LifecycleState lifecycleState,
List<String> availabilityDomains,
Integer size,
Date timeCreated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolSummary.LifecycleState |
ListInstancePoolsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListInstancePoolsRequest.Builder |
ListInstancePoolsRequest.Builder.lifecycleState(InstancePoolSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2025. All rights reserved.