Class DiskType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DiskType>
com.azure.resourcemanager.connectedvmware.models.DiskType
Defines values for DiskType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DiskType
Static value flat for DiskType.static final DiskType
Static value pmem for DiskType.static final DiskType
Static value rawphysical for DiskType.static final DiskType
Static value rawvirtual for DiskType.static final DiskType
Static value sesparse for DiskType.static final DiskType
Static value sparse for DiskType.static final DiskType
Static value unknown for DiskType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskType
fromString
(String name) Creates or finds a DiskType from its string representation.static Collection<DiskType>
values()
Gets known DiskType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FLAT
Static value flat for DiskType. -
PMEM
Static value pmem for DiskType. -
RAWPHYSICAL
Static value rawphysical for DiskType. -
RAWVIRTUAL
Static value rawvirtual for DiskType. -
SPARSE
Static value sparse for DiskType. -
SESPARSE
Static value sesparse for DiskType. -
UNKNOWN
Static value unknown for DiskType.
-
-
Constructor Details
-
DiskType
public DiskType()
-
-
Method Details
-
fromString
Creates or finds a DiskType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DiskType.
-
values
Gets known DiskType values.- Returns:
- known DiskType values.
-