Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
ClusterEndpointConfig |
ClusterEndpointConfig.Builder.build() |
ClusterEndpointConfig |
ClusterMigrateToNativeVcnDetails.getEndpointConfig()
The network configuration for access to the Cluster control plane.
|
ClusterEndpointConfig |
ClusterSummary.getEndpointConfig()
The network configuration for access to the Cluster control plane.
|
ClusterEndpointConfig |
Cluster.getEndpointConfig()
The network configuration for access to the Cluster control plane.
|
Modifier and Type | Method and Description |
---|---|
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.Builder.copy(ClusterEndpointConfig model) |
ClusterMigrateToNativeVcnDetails.Builder |
ClusterMigrateToNativeVcnDetails.Builder.endpointConfig(ClusterEndpointConfig endpointConfig)
The network configuration for access to the Cluster control plane.
|
ClusterSummary.Builder |
ClusterSummary.Builder.endpointConfig(ClusterEndpointConfig endpointConfig)
The network configuration for access to the Cluster control plane.
|
Cluster.Builder |
Cluster.Builder.endpointConfig(ClusterEndpointConfig endpointConfig)
The network configuration for access to the Cluster control plane.
|
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.
|
ClusterMigrateToNativeVcnDetails(ClusterEndpointConfig endpointConfig,
String decommissionDelayDuration)
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.
|
Copyright © 2016–2024. All rights reserved.