public enum HostDiskPartitionInfoType extends Enum<HostDiskPartitionInfoType>
Java class for HostDiskPartitionInfoType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostDiskPartitionInfoType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="vmfs"/>
<enumeration value="linuxNative"/>
<enumeration value="linuxSwap"/>
<enumeration value="extended"/>
<enumeration value="ntfs"/>
<enumeration value="vmkDiagnostic"/>
<enumeration value="vffs"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EXTENDED |
LINUX_NATIVE |
LINUX_SWAP |
NONE |
NTFS |
VFFS |
VMFS |
VMK_DIAGNOSTIC |
| Modifier and Type | Method and Description |
|---|---|
static HostDiskPartitionInfoType |
fromValue(String v) |
String |
value() |
static HostDiskPartitionInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostDiskPartitionInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostDiskPartitionInfoType NONE
public static final HostDiskPartitionInfoType VMFS
public static final HostDiskPartitionInfoType LINUX_NATIVE
public static final HostDiskPartitionInfoType LINUX_SWAP
public static final HostDiskPartitionInfoType EXTENDED
public static final HostDiskPartitionInfoType NTFS
public static final HostDiskPartitionInfoType VMK_DIAGNOSTIC
public static final HostDiskPartitionInfoType VFFS
public static HostDiskPartitionInfoType[] values()
for (HostDiskPartitionInfoType c : HostDiskPartitionInfoType.values()) System.out.println(c);
public static HostDiskPartitionInfoType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static HostDiskPartitionInfoType fromValue(String v)
Copyright © 2018. All rights reserved.