|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ImportOptions>
org.virtualbox_5_2.ImportOptions
public enum ImportOptions
Import options, used withIAppliance.importMachines(List)
.
Interface ID: {0A981523-3B20-4004-8EE3-DFD322202ACE}
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 ImportOptions KeepAllMACs
public static final ImportOptions KeepNATMACs
public static final ImportOptions ImportToVDI
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static ImportOptions fromValue(long v)
public static ImportOptions fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |