Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
CreateClusterEndpointConfigDetails |
CreateClusterEndpointConfigDetails.Builder.build() |
CreateClusterEndpointConfigDetails |
CreateClusterDetails.getEndpointConfig()
The network configuration for access to the Cluster control plane.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterEndpointConfigDetails.Builder |
CreateClusterEndpointConfigDetails.Builder.copy(CreateClusterEndpointConfigDetails model) |
CreateClusterDetails.Builder |
CreateClusterDetails.Builder.endpointConfig(CreateClusterEndpointConfigDetails endpointConfig)
The network configuration for access to the Cluster control plane.
|
Constructor and Description |
---|
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.