Package org.jclouds.ec2.domain
Class Image.EbsBlockDevice
- java.lang.Object
-
- org.jclouds.ec2.domain.Image.EbsBlockDevice
-
-
Constructor Summary
Constructors Constructor Description EbsBlockDevice(String snapshotId, long volumeSize, boolean deleteOnTermination, String volumeType, Integer iops, boolean encrypted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Integer
getIops()
String
getSnapshotId()
long
getVolumeSize()
String
getVolumeType()
int
hashCode()
boolean
isDeleteOnTermination()
boolean
isEncrypted()
String
toString()
-