KubernetesClusterFeatureRequired Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. KubernetesClusterFeatureRequired
- com.
- com.
public final class KubernetesClusterFeatureRequired
extends ExpandableStringEnum<KubernetesClusterFeatureRequired>
The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Kubernetes |
FALSE
Static value False for Kubernetes |
|
static final
Kubernetes |
TRUE
Static value True for Kubernetes |
Constructor Summary
| Constructor | Description |
|---|---|
| KubernetesClusterFeatureRequired() |
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
FALSE
public static final KubernetesClusterFeatureRequired FALSE
Static value False for KubernetesClusterFeatureRequired.
TRUE
public static final KubernetesClusterFeatureRequired TRUE
Static value True for KubernetesClusterFeatureRequired.
Constructor Details
KubernetesClusterFeatureRequired
@Deprecated
public KubernetesClusterFeatureRequired()
Deprecated
Creates a new instance of KubernetesClusterFeatureRequired value.
Method Details
fromString
public static KubernetesClusterFeatureRequired fromString(String name)
Creates or finds a KubernetesClusterFeatureRequired from its string representation.
Parameters:
Returns:
values
public static Collection<KubernetesClusterFeatureRequired> values()
Gets known KubernetesClusterFeatureRequired values.
Returns: