org.jclouds.ec2.domain
Class BlockDevice
java.lang.Object
org.jclouds.ec2.domain.BlockDevice
public class BlockDevice
- extends Object
- Author:
- Adrian Cole
- See Also:
BlockDevice
public BlockDevice(String volumeId,
Attachment.Status attachmentStatus,
Date attachTime,
boolean deleteOnTermination)
BlockDevice
public BlockDevice(String volumeId,
boolean deleteOnTermination)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getVolumeId
public String getVolumeId()
getAttachmentStatus
public Attachment.Status getAttachmentStatus()
getAttachTime
public Date getAttachTime()
isDeleteOnTermination
public boolean isDeleteOnTermination()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 jclouds. All Rights Reserved.