Package org.jclouds.ec2.domain
Class BlockDeviceMapping
java.lang.Object
org.jclouds.ec2.domain.BlockDeviceMapping
- All Implemented Interfaces:
Comparable<BlockDeviceMapping>
- Direct Known Subclasses:
BlockDeviceMapping.MapEBSSnapshotToDevice
,BlockDeviceMapping.MapEphemeralDeviceToDevice
,BlockDeviceMapping.MapNewVolumeToDevice
,BlockDeviceMapping.UnmapDeviceNamed
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockDeviceMapping.Builder
builder()
int
compareTo
(BlockDeviceMapping arg0) boolean
int
hashCode()
toString()
-
Method Details
-
builder
-
getDeviceName
-
getVirtualName
-
getEbsSnapshotId
-
getEbsVolumeSize
-
getEbsNoDevice
-
getEbsDeleteOnTermination
-
getEbsVolumeType
-
getEbsIops
-
getEbsEncrypted
-
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BlockDeviceMapping>
-