Uses of Class
com.oracle.bmc.containerengine.model.NodePoolLifecycleState
-
Packages that use NodePoolLifecycleState Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of NodePoolLifecycleState in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type NodePoolLifecycleState Modifier and Type Method Description Waiter<GetNodePoolRequest,GetNodePoolResponse>
ContainerEngineWaiters. forNodePool(GetNodePoolRequest request, NodePoolLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNodePoolRequest,GetNodePoolResponse>
ContainerEngineWaiters. forNodePool(GetNodePoolRequest request, NodePoolLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNodePoolRequest,GetNodePoolResponse>
ContainerEngineWaiters. forNodePool(GetNodePoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NodePoolLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of NodePoolLifecycleState in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return NodePoolLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.containerengine.model with parameters of type NodePoolLifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.containerengine.model with parameters of type NodePoolLifecycleState Constructor 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. -
Uses of NodePoolLifecycleState in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return types with arguments of type NodePoolLifecycleState Modifier and Type Method Description List<NodePoolLifecycleState>
ListNodePoolsRequest. getLifecycleState()
A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic).Methods in com.oracle.bmc.containerengine.requests with parameters of type NodePoolLifecycleState Modifier and Type Method Description ListNodePoolsRequest.Builder
ListNodePoolsRequest.Builder. lifecycleState(NodePoolLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.containerengine.requests with type arguments of type NodePoolLifecycleState Modifier and Type Method 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).
-