public enum OvfCreateImportSpecParamsDiskModeType extends Enum<OvfCreateImportSpecParamsDiskModeType>
| Enum Constant and Description |
|---|
flat |
monolithicFlat |
monolithicSparse |
sparse |
thick |
thin |
twoGbMaxExtentFlat |
twoGbMaxExtentSparse |
| Modifier and Type | Method and Description |
|---|---|
static OvfCreateImportSpecParamsDiskModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvfCreateImportSpecParamsDiskModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvfCreateImportSpecParamsDiskModeType monolithicSparse
public static final OvfCreateImportSpecParamsDiskModeType monolithicFlat
public static final OvfCreateImportSpecParamsDiskModeType twoGbMaxExtentSparse
public static final OvfCreateImportSpecParamsDiskModeType twoGbMaxExtentFlat
public static final OvfCreateImportSpecParamsDiskModeType thin
public static final OvfCreateImportSpecParamsDiskModeType thick
public static final OvfCreateImportSpecParamsDiskModeType sparse
public static final OvfCreateImportSpecParamsDiskModeType flat
public static OvfCreateImportSpecParamsDiskModeType[] values()
for (OvfCreateImportSpecParamsDiskModeType c : OvfCreateImportSpecParamsDiskModeType.values()) System.out.println(c);
public static OvfCreateImportSpecParamsDiskModeType 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.