Package org.jclouds.elasticstack.domain
Class BlockDevice
- java.lang.Object
-
- org.jclouds.elasticstack.domain.Device
-
- org.jclouds.elasticstack.domain.BlockDevice
-
public class BlockDevice extends Device
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockDevice.Builder
-
Constructor Summary
Constructors Constructor Description BlockDevice(String driveUuid, MediaType mediaType, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.jclouds.elasticstack.domain.Device
getDriveUuid, getMediaType
-
-