Class KubernetesSupportPlan
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KubernetesSupportPlan>
com.azure.resourcemanager.containerservice.models.KubernetesSupportPlan
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KubernetesSupportPlan
extends com.azure.core.util.ExpandableStringEnum<KubernetesSupportPlan>
Different support tiers for AKS managed clusters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KubernetesSupportPlanSupport for the version extended past the KubernetesOfficial support of 1 year.static final KubernetesSupportPlanSupport for the version is the same as for the open source Kubernetes offering. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesSupportPlanfromString(String name) Creates or finds a KubernetesSupportPlan from its string representation.static Collection<KubernetesSupportPlan> values()Gets known KubernetesSupportPlan values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
KUBERNETES_OFFICIAL
Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. -
AKSLONG_TERM_SUPPORT
Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.
-
-
Constructor Details
-
KubernetesSupportPlan
Deprecated.Use thefromString(String)factory method.Creates a new instance of KubernetesSupportPlan value.
-
-
Method Details
-
fromString
Creates or finds a KubernetesSupportPlan from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KubernetesSupportPlan.
-
values
Gets known KubernetesSupportPlan values.- Returns:
- known KubernetesSupportPlan values.
-
fromString(String)factory method.