| 
 | ||||||||
| 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_7_1.StorageControllerType
public enum StorageControllerType
The exact variant of storage controller hardware presented
to the guest; seeIStorageController.getControllerType().
Interface ID: {A77D457D-66A3-4368-B24C-293D0F562A9F}
| Enum Constant Summary | |
|---|---|
| BusLogicA SCSI controller of the BusLogic variant. | |
| I82078A floppy disk controller; this is the only variant for floppy drives. | |
| ICH6An IDE controller of the ICH6 variant. | |
| IntelAhciAn Intel AHCI SATA controller; this is the only variant for SATA. | |
| LsiLogicA SCSI controller of the LsiLogic variant. | |
| LsiLogicSasA variant of the LsiLogic controller using SAS. | |
| Nullnull value. | |
| NVMeAn NVMe storage controller. | |
| PIIX3An IDE controller of the PIIX3 variant. | |
| PIIX4An IDE controller of the PIIX4 variant. | |
| USBSpecial USB based storage controller. | |
| VirtioSCSIVirtio SCSI 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
public static final StorageControllerType VirtioSCSI
| 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 | |||||||