Uses of Class
com.oracle.bmc.containerengine.model.ClusterLifecycleState
-
Packages that use ClusterLifecycleState Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of ClusterLifecycleState in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ClusterLifecycleState Modifier and Type Method Description Waiter<GetClusterRequest,GetClusterResponse>
ContainerEngineWaiters. forCluster(GetClusterRequest request, ClusterLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetClusterRequest,GetClusterResponse>
ContainerEngineWaiters. forCluster(GetClusterRequest request, ClusterLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetClusterRequest,GetClusterResponse>
ContainerEngineWaiters. forCluster(GetClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ClusterLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ClusterLifecycleState in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterLifecycleState Modifier and Type Method Description static ClusterLifecycleState
ClusterLifecycleState. create(String key)
ClusterLifecycleState
Cluster. getLifecycleState()
The state of the cluster masters.ClusterLifecycleState
ClusterSummary. getLifecycleState()
The state of the cluster masters.static ClusterLifecycleState
ClusterLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterLifecycleState[]
ClusterLifecycleState. 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 ClusterLifecycleState Modifier and Type Method Description Cluster.Builder
Cluster.Builder. lifecycleState(ClusterLifecycleState lifecycleState)
The state of the cluster masters.ClusterSummary.Builder
ClusterSummary.Builder. lifecycleState(ClusterLifecycleState lifecycleState)
The state of the cluster masters.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterLifecycleState Constructor Description Cluster(String id, String name, String compartmentId, ClusterEndpointConfig endpointConfig, String vcnId, String kubernetesVersion, String kmsKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ClusterCreateOptions options, ClusterMetadata metadata, ClusterLifecycleState lifecycleState, String lifecycleDetails, ClusterEndpoints endpoints, List<String> availableKubernetesUpgrades, ImagePolicyConfig imagePolicyConfig, List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions, ClusterType type, String openIdConnectDiscoveryEndpoint)
Deprecated.ClusterSummary(String id, String name, String compartmentId, ClusterEndpointConfig endpointConfig, String vcnId, String kubernetesVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ClusterCreateOptions options, ClusterMetadata metadata, ClusterLifecycleState lifecycleState, String lifecycleDetails, ClusterEndpoints endpoints, List<String> availableKubernetesUpgrades, ImagePolicyConfig imagePolicyConfig, List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions, ClusterType type)
Deprecated. -
Uses of ClusterLifecycleState in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return types with arguments of type ClusterLifecycleState Modifier and Type Method Description List<ClusterLifecycleState>
ListClustersRequest. getLifecycleState()
A cluster lifecycle state to filter on.Methods in com.oracle.bmc.containerengine.requests with parameters of type ClusterLifecycleState Modifier and Type Method Description ListClustersRequest.Builder
ListClustersRequest.Builder. lifecycleState(ClusterLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.containerengine.requests with type arguments of type ClusterLifecycleState Modifier and Type Method Description ListClustersRequest.Builder
ListClustersRequest.Builder. lifecycleState(List<ClusterLifecycleState> lifecycleState)
A cluster lifecycle state to filter on.
-