KubernetesClusterFeatureAvailabilityLifecycle Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. KubernetesClusterFeatureAvailabilityLifecycle
- com.
- com.
public final class KubernetesClusterFeatureAvailabilityLifecycle
extends ExpandableStringEnum<KubernetesClusterFeatureAvailabilityLifecycle>
The lifecycle indicator of the feature.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Kubernetes |
GENERALLY_AVAILABLE
Static value Generally |
|
static final
Kubernetes |
PREVIEW
Static value Preview for Kubernetes |
Constructor Summary
| Constructor | Description |
|---|---|
| KubernetesClusterFeatureAvailabilityLifecycle() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kubernetes |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubernetes |
fromString(String name)
Creates or finds a Kubernetes |
|
static
Collection<Kubernetes |
values()
Gets known Kubernetes |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GENERALLY_AVAILABLE
public static final KubernetesClusterFeatureAvailabilityLifecycle GENERALLY_AVAILABLE
Static value GenerallyAvailable for KubernetesClusterFeatureAvailabilityLifecycle.
PREVIEW
public static final KubernetesClusterFeatureAvailabilityLifecycle PREVIEW
Static value Preview for KubernetesClusterFeatureAvailabilityLifecycle.
Constructor Details
KubernetesClusterFeatureAvailabilityLifecycle
@Deprecated
public KubernetesClusterFeatureAvailabilityLifecycle()
Deprecated
Creates a new instance of KubernetesClusterFeatureAvailabilityLifecycle value.
Method Details
fromString
public static KubernetesClusterFeatureAvailabilityLifecycle fromString(String name)
Creates or finds a KubernetesClusterFeatureAvailabilityLifecycle from its string representation.
Parameters:
Returns:
values
public static Collection<KubernetesClusterFeatureAvailabilityLifecycle> values()
Gets known KubernetesClusterFeatureAvailabilityLifecycle values.
Returns: