public class DeviceDetails extends Object
From the VirtualBox SDK:
port: For an IDE controller, 0 specifies the primary controller and 1 specifies the secondary controller. For a SCSI controller, this must range from 0 to 15; for a SATA controller, from 0 to 29; for an SAS controller, from 0 to 7
Modifier and Type | Class and Description |
---|---|
static class |
DeviceDetails.Builder |
Constructor and Description |
---|
DeviceDetails(int port,
int deviceSlot,
org.virtualbox_4_1.DeviceType deviceType) |
Modifier and Type | Method and Description |
---|---|
static DeviceDetails.Builder |
builder() |
boolean |
equals(Object o) |
int |
getDeviceSlot() |
org.virtualbox_4_1.DeviceType |
getDeviceType() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public DeviceDetails(int port, int deviceSlot, org.virtualbox_4_1.DeviceType deviceType)
public int getPort()
public int getDeviceSlot()
public org.virtualbox_4_1.DeviceType getDeviceType()
public static DeviceDetails.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.