Class KubeletDiskType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KubeletDiskType>
com.azure.resourcemanager.containerservice.models.KubeletDiskType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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 KubeletDiskTypeKubelet will use the OS disk for its data.static final KubeletDiskTypeKubelet will use the temporary disk for its data. -
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, getValue, hashCode, toString, values
-
Field Details
-
OS
Kubelet will use the OS disk for its data. -
TEMPORARY
Kubelet will use the temporary disk for its data.
-
-
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.