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