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 classBlockDevice.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 booleanequals(Object obj)StringgetId()id generated based on the device bus, unit, and/or index numbers;intgetIndex()inthashCode()StringtoString()-
Methods inherited from class org.jclouds.elasticstack.domain.Device
getDriveUuid, getMediaType
-
-