Uses of Class
com.oracle.bmc.containerengine.model.ClusterMetadata
-
Packages that use ClusterMetadata Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterMetadata in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterMetadata Modifier and Type Method Description ClusterMetadata
ClusterMetadata.Builder. build()
ClusterMetadata
Cluster. getMetadata()
Metadata about the cluster.ClusterMetadata
ClusterSummary. getMetadata()
Metadata about the cluster.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterMetadata Modifier and Type Method Description ClusterMetadata.Builder
ClusterMetadata.Builder. copy(ClusterMetadata model)
Cluster.Builder
Cluster.Builder. metadata(ClusterMetadata metadata)
Metadata about the cluster.ClusterSummary.Builder
ClusterSummary.Builder. metadata(ClusterMetadata metadata)
Metadata about the cluster.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterMetadata 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.
-