|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StorageControllerType>
org.virtualbox_5_2.StorageControllerType
public enum StorageControllerType
The exact variant of storage controller hardware presented
to the guest; seeIStorageController.getControllerType()
.
Interface ID: {9427F309-82E7-468F-9964-ABFEFC4D3058}
Enum Constant Summary | |
---|---|
BusLogic
A SCSI controller of the BusLogic variant. |
|
I82078
A floppy disk controller; this is the only variant for floppy drives. |
|
ICH6
An IDE controller of the ICH6 variant. |
|
IntelAhci
An Intel AHCI SATA controller; this is the only variant for SATA. |
|
LsiLogic
A SCSI controller of the LsiLogic variant. |
|
LsiLogicSas
A variant of the LsiLogic controller using SAS. |
|
Null
null value. |
|
NVMe
An NVMe storage controller. |
|
PIIX3
An IDE controller of the PIIX3 variant. |
|
PIIX4
An IDE controller of the PIIX4 variant. |
|
USB
Special USB based storage controller. |
Method Summary | |
---|---|
static StorageControllerType |
fromValue(long v)
|
static StorageControllerType |
fromValue(java.lang.String v)
|
int |
value()
|
static StorageControllerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StorageControllerType[] |
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 StorageControllerType Null
public static final StorageControllerType LsiLogic
public static final StorageControllerType BusLogic
public static final StorageControllerType IntelAhci
public static final StorageControllerType PIIX3
public static final StorageControllerType PIIX4
public static final StorageControllerType ICH6
public static final StorageControllerType I82078
public static final StorageControllerType LsiLogicSas
public static final StorageControllerType USB
public static final StorageControllerType NVMe
Method Detail |
---|
public static StorageControllerType[] values()
for (StorageControllerType c : StorageControllerType.values()) System.out.println(c);
public static StorageControllerType 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 StorageControllerType fromValue(long v)
public static StorageControllerType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |