Package org.jclouds.ec2.domain
Class Image.EbsBlockDevice
java.lang.Object
org.jclouds.ec2.domain.Image.EbsBlockDevice
- Enclosing class:
 Image
- 
Constructor Summary
ConstructorsConstructorDescriptionEbsBlockDevice(String snapshotId, long volumeSize, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted)  - 
Method Summary
 
- 
Constructor Details
- 
EbsBlockDevice
 
 - 
 - 
Method Details
- 
getSnapshotId
 - 
getVolumeSize
public long getVolumeSize() - 
isDeleteOnTermination
public boolean isDeleteOnTermination() - 
getVolumeType
 - 
getIops
 - 
isEncrypted
public boolean isEncrypted() - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -