KubernetesSupportPlan Class

public final class KubernetesSupportPlan
extends ExpandableStringEnum<KubernetesSupportPlan>

Different support tiers for AKS managed clusters.

Field Summary

Modifier and Type Field and Description
static final KubernetesSupportPlan AKSLONG_TERM_SUPPORT

Static value AKSLongTermSupport for KubernetesSupportPlan.

static final KubernetesSupportPlan KUBERNETES_OFFICIAL

Static value KubernetesOfficial for KubernetesSupportPlan.

Constructor Summary

Constructor Description
KubernetesSupportPlan()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of KubernetesSupportPlan value.

Method Summary

Modifier and Type Method and Description
static KubernetesSupportPlan fromString(String name)

Creates or finds a KubernetesSupportPlan from its string representation.

static Collection<KubernetesSupportPlan> values()

Gets known KubernetesSupportPlan values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AKSLONG_TERM_SUPPORT

public static final KubernetesSupportPlan AKSLONG_TERM_SUPPORT

Static value AKSLongTermSupport for KubernetesSupportPlan.

KUBERNETES_OFFICIAL

public static final KubernetesSupportPlan KUBERNETES_OFFICIAL

Static value KubernetesOfficial for KubernetesSupportPlan.

Constructor Details

KubernetesSupportPlan

@Deprecated
public KubernetesSupportPlan()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of KubernetesSupportPlan value.

Method Details

fromString

public static KubernetesSupportPlan fromString(String name)

Creates or finds a KubernetesSupportPlan from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding KubernetesSupportPlan.

values

public static Collection values()

Gets known KubernetesSupportPlan values.

Returns:

known KubernetesSupportPlan values.

Applies to