|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ParavirtProvider>
org.virtualbox_5_1.ParavirtProvider
public enum ParavirtProvider
The paravirtualized guest interface provider. This enumeration represents possible
values for theIMachine.getParavirtProvider()
attribute.
Interface ID: {696453EC-3742-4A05-BEAD-658CCBF2C944}
Enum Constant Summary | |
---|---|
Default
A default provider is automatically chosen according to the guest OS type. |
|
HyperV
Microsoft Hyper-V. |
|
KVM
Linux KVM. |
|
Legacy
Used for VMs which didn't used to have any provider settings. |
|
Minimal
A minimal set of features to expose to the paravirtualized guest. |
|
None
No provider is used. |
Method Summary | |
---|---|
static ParavirtProvider |
fromValue(long v)
|
static ParavirtProvider |
fromValue(java.lang.String v)
|
int |
value()
|
static ParavirtProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParavirtProvider[] |
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 ParavirtProvider None
public static final ParavirtProvider Default
public static final ParavirtProvider Legacy
public static final ParavirtProvider Minimal
public static final ParavirtProvider HyperV
public static final ParavirtProvider KVM
Method Detail |
---|
public static ParavirtProvider[] values()
for (ParavirtProvider c : ParavirtProvider.values()) System.out.println(c);
public static ParavirtProvider 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 ParavirtProvider fromValue(long v)
public static ParavirtProvider fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |