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