Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.model | |
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetClusterRequest,GetClusterResponse> |
ContainerEngineWaiters.forCluster(GetClusterRequest request,
ClusterLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetClusterRequest,GetClusterResponse> |
ContainerEngineWaiters.forCluster(GetClusterRequest request,
ClusterLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetClusterRequest,GetClusterResponse> |
ContainerEngineWaiters.forCluster(GetClusterRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ClusterLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ClusterLifecycleState |
ClusterLifecycleState.create(String key) |
ClusterLifecycleState |
ClusterSummary.getLifecycleState()
The state of the cluster masters.
|
ClusterLifecycleState |
Cluster.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.
|
Modifier and Type | Method and Description |
---|---|
ClusterSummary.Builder |
ClusterSummary.Builder.lifecycleState(ClusterLifecycleState lifecycleState)
The state of the cluster masters.
|
Cluster.Builder |
Cluster.Builder.lifecycleState(ClusterLifecycleState lifecycleState)
The state of the cluster masters.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterLifecycleState> |
ListClustersRequest.getLifecycleState()
A cluster lifecycle state to filter on.
|
Modifier and Type | Method and Description |
---|---|
ListClustersRequest.Builder |
ListClustersRequest.Builder.lifecycleState(ClusterLifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListClustersRequest.Builder |
ListClustersRequest.Builder.lifecycleState(List<ClusterLifecycleState> lifecycleState)
A cluster lifecycle state to filter on.
|
Copyright © 2016–2024. All rights reserved.