Uses of Class
com.oracle.bmc.containerengine.model.ClusterType
-
Packages that use ClusterType Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterType in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterType Modifier and Type Method Description static ClusterType
ClusterType. create(String key)
ClusterType
Cluster. getType()
Type of clusterClusterType
ClusterSummary. getType()
Type of cluster.ClusterType
CreateClusterDetails. getType()
Type of clusterClusterType
UpdateClusterDetails. getType()
Type of clusterstatic ClusterType
ClusterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterType[]
ClusterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterType Modifier and Type Method Description Cluster.Builder
Cluster.Builder. type(ClusterType type)
Type of clusterClusterSummary.Builder
ClusterSummary.Builder. type(ClusterType type)
Type of cluster.CreateClusterDetails.Builder
CreateClusterDetails.Builder. type(ClusterType type)
Type of clusterUpdateClusterDetails.Builder
UpdateClusterDetails.Builder. type(ClusterType type)
Type of clusterConstructors in com.oracle.bmc.containerengine.model with parameters of type ClusterType 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, String openIdConnectDiscoveryKey)
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.UpdateClusterDetails(String name, String kubernetesVersion, UpdateClusterOptionsDetails options, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateImagePolicyConfigDetails imagePolicyConfig, ClusterType type)
Deprecated.
-