Package org.jclouds.ec2.domain
Class BlockDevice
- java.lang.Object
-
- org.jclouds.ec2.domain.BlockDevice
-
public class BlockDevice extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockDevice(String volumeId, boolean deleteOnTermination)
BlockDevice(String volumeId, Attachment.Status attachmentStatus, Date attachTime, boolean deleteOnTermination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Attachment.Status
getAttachmentStatus()
Date
getAttachTime()
String
getVolumeId()
int
hashCode()
boolean
isDeleteOnTermination()
String
toString()
-
-
-
Constructor Detail
-
BlockDevice
public BlockDevice(String volumeId, Attachment.Status attachmentStatus, Date attachTime, boolean deleteOnTermination)
-
BlockDevice
public BlockDevice(String volumeId, boolean deleteOnTermination)
-
-
Method Detail
-
getVolumeId
public String getVolumeId()
-
getAttachmentStatus
public Attachment.Status getAttachmentStatus()
-
getAttachTime
public Date getAttachTime()
-
isDeleteOnTermination
public boolean isDeleteOnTermination()
-
-