public enum ImportOptions extends java.lang.Enum<ImportOptions>
IAppliance.importMachines(List)
.
Interface ID: {0A981523-3B20-4004-8EE3-DFD322202ACE}
Enum Constant and Description |
---|
ImportToVDI
Import all disks to VDI format
|
KeepAllMACs
Don't generate new MAC addresses of the attached network adapters.
|
KeepNATMACs
Don't generate new MAC addresses of the attached network adapters when they are using NAT.
|
Modifier and Type | Method and Description |
---|---|
static ImportOptions |
fromValue(long v) |
static ImportOptions |
fromValue(java.lang.String v) |
int |
value() |
static ImportOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportOptions KeepAllMACs
public static final ImportOptions KeepNATMACs
public static final ImportOptions ImportToVDI
public static ImportOptions[] values()
for (ImportOptions c : ImportOptions.values()) System.out.println(c);
public static ImportOptions 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 namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static ImportOptions fromValue(long v)
public static ImportOptions fromValue(java.lang.String v)