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 classstatic classstatic classstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic BlockDeviceMapping.Builderbuilder()intcompareTo(BlockDeviceMapping arg0) booleaninthashCode()toString() 
- 
Method Details
- 
builder
 - 
getDeviceName
 - 
getVirtualName
 - 
getEbsSnapshotId
 - 
getEbsVolumeSize
 - 
getEbsNoDevice
 - 
getEbsDeleteOnTermination
 - 
getEbsVolumeType
 - 
getEbsIops
 - 
getEbsEncrypted
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<BlockDeviceMapping>
 
 -