| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<MediumVariant>
org.virtualbox_7_1.MediumVariant
public enum MediumVariant
Virtual medium image variant. More than one flag may be set.
Interface ID: {0282E97F-4EF3-4411-A8E0-47C384803CB6}| Enum Constant Summary | |
|---|---|
| DiffDifferencing image. | |
| FixedFixed image. | |
| FormattedSpecial flag which requests formatting the disk image. | |
| NoCreateDirSpecial flag which suppresses automatic creation of the subdirectory. | |
| StandardNo particular variant requested, results in using the backend default. | |
| VdiZeroExpandFill new blocks with zeroes while expanding image file. | |
| VmdkESXVMDK format variant used on ESX products. | |
| VmdkRawDiskVMDK image representing a raw disk. | |
| VmdkSplit2GVMDK image split in chunks of less than 2GByte. | |
| VmdkStreamOptimizedVMDK streamOptimized image. | |
| Method Summary | |
|---|---|
| static MediumVariant | fromValue(long v) | 
| static MediumVariant | fromValue(java.lang.String v) | 
|  int | value() | 
| static MediumVariant | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MediumVariant[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final MediumVariant Standard
public static final MediumVariant VmdkSplit2G
public static final MediumVariant VmdkRawDisk
public static final MediumVariant VmdkStreamOptimized
public static final MediumVariant VmdkESX
public static final MediumVariant VdiZeroExpand
public static final MediumVariant Fixed
public static final MediumVariant Diff
public static final MediumVariant Formatted
public static final MediumVariant NoCreateDir
| Method Detail | 
|---|
public static MediumVariant[] values()
for (MediumVariant c : MediumVariant.values()) System.out.println(c);
public static MediumVariant valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static MediumVariant fromValue(long v)
public static MediumVariant fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||