Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
ClusterCreateOptions |
ClusterCreateOptions.Builder.build() |
ClusterCreateOptions |
ClusterSummary.getOptions()
Optional attributes for the cluster.
|
ClusterCreateOptions |
CreateClusterDetails.getOptions()
Optional attributes for the cluster.
|
ClusterCreateOptions |
Cluster.getOptions()
Optional attributes for the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterCreateOptions.Builder |
ClusterCreateOptions.Builder.copy(ClusterCreateOptions model) |
ClusterSummary.Builder |
ClusterSummary.Builder.options(ClusterCreateOptions options)
Optional attributes for the cluster.
|
CreateClusterDetails.Builder |
CreateClusterDetails.Builder.options(ClusterCreateOptions options)
Optional attributes for the cluster.
|
Cluster.Builder |
Cluster.Builder.options(ClusterCreateOptions options)
Optional attributes for the 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.
|
Copyright © 2016–2024. All rights reserved.