Uses of Class
com.oracle.bmc.containerengine.model.ClusterCreateOptions
-
Packages that use ClusterCreateOptions Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterCreateOptions in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterCreateOptions Modifier and Type Method Description ClusterCreateOptions
ClusterCreateOptions.Builder. build()
ClusterCreateOptions
Cluster. getOptions()
Optional attributes for the cluster.ClusterCreateOptions
ClusterSummary. getOptions()
Optional attributes for the cluster.ClusterCreateOptions
CreateClusterDetails. getOptions()
Optional attributes for the cluster.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterCreateOptions Modifier and Type Method Description ClusterCreateOptions.Builder
ClusterCreateOptions.Builder. copy(ClusterCreateOptions model)
Cluster.Builder
Cluster.Builder. options(ClusterCreateOptions options)
Optional attributes for the cluster.ClusterSummary.Builder
ClusterSummary.Builder. options(ClusterCreateOptions options)
Optional attributes for the cluster.CreateClusterDetails.Builder
CreateClusterDetails.Builder. options(ClusterCreateOptions options)
Optional attributes for the cluster.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterCreateOptions 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.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.
-