Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.model | |
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
NodePoolLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
NodePoolLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
NodePoolLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static NodePoolLifecycleState |
NodePoolLifecycleState.create(String key) |
NodePoolLifecycleState |
NodePool.getLifecycleState()
The state of the nodepool.
|
NodePoolLifecycleState |
NodePoolSummary.getLifecycleState()
The state of the nodepool.
|
static NodePoolLifecycleState |
NodePoolLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodePoolLifecycleState[] |
NodePoolLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodePool.Builder |
NodePool.Builder.lifecycleState(NodePoolLifecycleState lifecycleState)
The state of the nodepool.
|
NodePoolSummary.Builder |
NodePoolSummary.Builder.lifecycleState(NodePoolLifecycleState lifecycleState)
The state of the nodepool.
|
Constructor and Description |
---|
NodePool(String id,
NodePoolLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
String clusterId,
String name,
String kubernetesVersion,
Map<String,String> nodeMetadata,
String nodeImageId,
String nodeImageName,
NodeShapeConfig nodeShapeConfig,
NodeSourceOption nodeSource,
NodeSourceDetails nodeSourceDetails,
String nodeShape,
List<KeyValue> initialNodeLabels,
String sshPublicKey,
Integer quantityPerSubnet,
List<String> subnetIds,
List<Node> nodes,
NodePoolNodeConfigDetails nodeConfigDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
NodePoolSummary(String id,
NodePoolLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
String clusterId,
String name,
String kubernetesVersion,
String nodeImageId,
String nodeImageName,
NodeShapeConfig nodeShapeConfig,
NodeSourceOption nodeSource,
NodeSourceDetails nodeSourceDetails,
String nodeShape,
List<KeyValue> initialNodeLabels,
String sshPublicKey,
Integer quantityPerSubnet,
List<String> subnetIds,
NodePoolNodeConfigDetails nodeConfigDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<NodePoolLifecycleState> |
ListNodePoolsRequest.getLifecycleState()
A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR
logic).
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsRequest.Builder |
ListNodePoolsRequest.Builder.lifecycleState(NodePoolLifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsRequest.Builder |
ListNodePoolsRequest.Builder.lifecycleState(List<NodePoolLifecycleState> lifecycleState)
A list of nodepool lifecycle states on which to filter on, matching any of the list items
(OR logic).
|
Copyright © 2016–2024. All rights reserved.