public class SCSIDevice extends Device
Modifier and Type | Class and Description |
---|---|
static class |
SCSIDevice.Builder |
Constructor and Description |
---|
SCSIDevice(String driveUuid,
MediaType mediaType,
int unit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getBus() |
String |
getId()
id generated based on the device bus, unit, and/or index numbers;
|
int |
getUnit() |
int |
hashCode() |
String |
toString() |
getDriveUuid, getMediaType
Copyright © 2009-2012 jclouds. All Rights Reserved.