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>
Defines values for KubeletDiskType.
-
-
Field Summary
Fields Modifier and Type Field Description static KubeletDiskTypeOSStatic value OS for KubeletDiskType.static KubeletDiskTypeTEMPORARYStatic value Temporary for KubeletDiskType.
-
Constructor Summary
Constructors Constructor Description KubeletDiskType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KubeletDiskTypefromString(String name)Creates or finds a KubeletDiskType from its string representation.static Collection<KubeletDiskType>values()
-
-
-
Field Detail
-
OS
public static final KubeletDiskType OS
Static value OS for KubeletDiskType.
-
TEMPORARY
public static final KubeletDiskType TEMPORARY
Static value Temporary for KubeletDiskType.
-
-
Method Detail
-
fromString
public static KubeletDiskType fromString(String name)
Creates or finds a KubeletDiskType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KubeletDiskType.
-
values
public static Collection<KubeletDiskType> values()
- Returns:
- known KubeletDiskType values.
-
-