KubeletDiskType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. KubeletDiskType
- com.
- com.
public final class KubeletDiskType
extends ExpandableStringEnum<KubeletDiskType>
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Kubelet |
OS
Static value OS for Kubelet |
static final
Kubelet |
TEMPORARY
Static value Temporary for Kubelet |
Constructor Summary
Constructor | Description |
---|---|
KubeletDiskType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kubelet |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Kubelet |
fromString(String name)
Creates or finds a Kubelet |
static
Collection<Kubelet |
values()
Gets known Kubelet |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OS
public static final KubeletDiskType OS
Static value OS for KubeletDiskType.
TEMPORARY
public static final KubeletDiskType TEMPORARY
Static value Temporary for KubeletDiskType.
Constructor Details
KubeletDiskType
@Deprecated
public KubeletDiskType()
Deprecated
Creates a new instance of KubeletDiskType value.
Method Details
fromString
public static KubeletDiskType fromString(String name)
Creates or finds a KubeletDiskType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known KubeletDiskType values.
Returns:
Applies to
Azure SDK for Java