Class KubeletDiskType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KubeletDiskType>
com.azure.resourcemanager.containerservice.models.KubeletDiskType
public final class KubeletDiskType
extends com.azure.core.util.ExpandableStringEnum<KubeletDiskType>
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KubeletDiskTypeStatic value OS for KubeletDiskType.static final KubeletDiskTypeStatic value Temporary for KubeletDiskType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubeletDiskTypefromString(String name) Creates or finds a KubeletDiskType from its string representation.static Collection<KubeletDiskType>values()Gets known KubeletDiskType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OS
Static value OS for KubeletDiskType. -
TEMPORARY
Static value Temporary for KubeletDiskType.
-
-
Constructor Details
-
KubeletDiskType
Deprecated.Use thefromString(String)factory method.Creates a new instance of KubeletDiskType value.
-
-
Method Details
-
fromString
Creates or finds a KubeletDiskType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KubeletDiskType.
-
values
Gets known KubeletDiskType values.- Returns:
- known KubeletDiskType values.
-
fromString(String)factory method.