Uses of Class
com.oracle.bmc.containerengine.model.ClusterEndpointConfig
-
Packages that use ClusterEndpointConfig Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterEndpointConfig in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterEndpointConfig Modifier and Type Method Description ClusterEndpointConfig
ClusterEndpointConfig.Builder. build()
ClusterEndpointConfig
Cluster. getEndpointConfig()
The network configuration for access to the Cluster control plane.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.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterEndpointConfig Modifier and Type Method Description ClusterEndpointConfig.Builder
ClusterEndpointConfig.Builder. copy(ClusterEndpointConfig model)
Cluster.Builder
Cluster.Builder. endpointConfig(ClusterEndpointConfig endpointConfig)
The network configuration for access to the Cluster control plane.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.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterEndpointConfig Constructor 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.
-