|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HWVirtExPropertyType>
org.virtualbox_4_1.HWVirtExPropertyType
public enum HWVirtExPropertyType
Hardware virtualization property type. This enumeration represents possible values
for the IMachine.getHWVirtExProperty(org.virtualbox_4_1.HWVirtExPropertyType)
and
IMachine.setHWVirtExProperty(org.virtualbox_4_1.HWVirtExPropertyType,Boolean)
methods.
Interface ID: {CE81DFDD-D2B8-4A90-BBEA-40EE8B7FFCEE}
Enum Constant Summary | |
---|---|
Enabled
Whether hardware virtualization (VT-x/AMD-V) is enabled at all. |
|
Exclusive
Whether hardware virtualization is used exclusively by VirtualBox. |
|
Force
Whether the VM should fail to start if hardware virtualization (VT-x/AMD-V) cannot be used. |
|
LargePages
Whether large page allocation is enabled; requires nested paging and a 64 bits host. |
|
NestedPaging
Whether Nested Paging is enabled. |
|
Null
Null value (never used by the API). |
|
VPID
Whether VT-x VPID is enabled. |
Method Summary | |
---|---|
static HWVirtExPropertyType |
fromValue(long v)
|
static HWVirtExPropertyType |
fromValue(java.lang.String v)
|
int |
value()
|
static HWVirtExPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HWVirtExPropertyType[] |
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 HWVirtExPropertyType Null
public static final HWVirtExPropertyType Enabled
public static final HWVirtExPropertyType Exclusive
public static final HWVirtExPropertyType VPID
public static final HWVirtExPropertyType NestedPaging
public static final HWVirtExPropertyType LargePages
public static final HWVirtExPropertyType Force
Method Detail |
---|
public static HWVirtExPropertyType[] values()
for (HWVirtExPropertyType c : HWVirtExPropertyType.values()) System.out.println(c);
public static HWVirtExPropertyType 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 HWVirtExPropertyType fromValue(long v)
public static HWVirtExPropertyType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |