public enum HostDiskPartitionInfoType extends Enum<HostDiskPartitionInfoType>
| Enum Constant and Description |
|---|
extended |
linuxNative |
linuxSwap |
none |
ntfs |
vmfs |
vmkDiagnostic |
| Modifier and Type | Method and Description |
|---|---|
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 linuxNative
public static final HostDiskPartitionInfoType linuxSwap
public static final HostDiskPartitionInfoType extended
public static final HostDiskPartitionInfoType ntfs
public static final HostDiskPartitionInfoType vmkDiagnostic
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 nullCopyright © 2011-2012. All Rights Reserved.