Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static ClusterType |
ClusterType.create(String key) |
ClusterType |
ClusterSummary.getType()
Type of cluster.
|
ClusterType |
UpdateClusterDetails.getType()
Type of cluster
|
ClusterType |
CreateClusterDetails.getType()
Type of cluster
|
ClusterType |
Cluster.getType()
Type of cluster
|
static ClusterType |
ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
ClusterType.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.type(ClusterType type)
Type of cluster.
|
UpdateClusterDetails.Builder |
UpdateClusterDetails.Builder.type(ClusterType type)
Type of cluster
|
CreateClusterDetails.Builder |
CreateClusterDetails.Builder.type(ClusterType type)
Type of cluster
|
Cluster.Builder |
Cluster.Builder.type(ClusterType type)
Type of cluster
|
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.
|
CreateClusterDetails(String name,
String compartmentId,
CreateClusterEndpointConfigDetails endpointConfig,
String vcnId,
String kubernetesVersion,
String kmsKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ClusterCreateOptions options,
CreateImagePolicyConfigDetails imagePolicyConfig,
List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions,
ClusterType type)
Deprecated.
|
UpdateClusterDetails(String name,
String kubernetesVersion,
UpdateClusterOptionsDetails options,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
UpdateImagePolicyConfigDetails imagePolicyConfig,
ClusterType type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.