Class OSDiskType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OSDiskType>
-
- com.azure.resourcemanager.containerservice.models.OSDiskType
-
public final class OSDiskType extends com.azure.core.util.ExpandableStringEnum<OSDiskType>
Defines values for OSDiskType.
-
-
Field Summary
Fields Modifier and Type Field Description static OSDiskTypeEPHEMERALStatic value Ephemeral for OSDiskType.static OSDiskTypeMANAGEDStatic value Managed for OSDiskType.
-
Constructor Summary
Constructors Constructor Description OSDiskType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OSDiskTypefromString(String name)Creates or finds a OSDiskType from its string representation.static Collection<OSDiskType>values()
-
-
-
Field Detail
-
MANAGED
public static final OSDiskType MANAGED
Static value Managed for OSDiskType.
-
EPHEMERAL
public static final OSDiskType EPHEMERAL
Static value Ephemeral for OSDiskType.
-
-
Method Detail
-
fromString
public static OSDiskType fromString(String name)
Creates or finds a OSDiskType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OSDiskType.
-
values
public static Collection<OSDiskType> values()
- Returns:
- known OSDiskType values.
-
-