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) |
Cluster.Builder |
Cluster.Builder.lifecycleState(ClusterLifecycleState lifecycleState) |
Constructor and Description |
---|
Cluster(String id,
String name,
String compartmentId,
String vcnId,
String kubernetesVersion,
String kmsKeyId,
ClusterCreateOptions options,
ClusterMetadata metadata,
ClusterLifecycleState lifecycleState,
String lifecycleDetails,
ClusterEndpoints endpoints,
List<String> availableKubernetesUpgrades)
Deprecated.
|
ClusterSummary(String id,
String name,
String compartmentId,
String vcnId,
String kubernetesVersion,
ClusterCreateOptions options,
ClusterMetadata metadata,
ClusterLifecycleState lifecycleState,
String lifecycleDetails,
ClusterEndpoints endpoints,
List<String> availableKubernetesUpgrades)
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(List<ClusterLifecycleState> lifecycleState) |
Copyright © 2016–2020. All rights reserved.