|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.ec2.domain.Attachment
public class Attachment
Nested Class Summary | |
---|---|
static class |
Attachment.Status
|
Constructor Summary | |
---|---|
Attachment(String region,
String volumeId,
String instanceId,
String device,
Attachment.Status status,
Date attachTime)
|
Method Summary | |
---|---|
int |
compareTo(Attachment o)
|
boolean |
equals(Object obj)
|
Date |
getAttachTime()
Time stamp when the attachment initiated. |
String |
getDevice()
The device as it is exposed to the instance. |
String |
getId()
The ID of the instance. |
String |
getRegion()
Snapshots are tied to Regions and can only be used for volumes within the same Region. |
Attachment.Status |
getStatus()
Volume state. |
String |
getVolumeId()
The ID of the volume. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Attachment(String region, String volumeId, String instanceId, String device, Attachment.Status status, Date attachTime)
Method Detail |
---|
public String getRegion()
public String getVolumeId()
public String getId()
public String getDevice()
public Attachment.Status getStatus()
public Date getAttachTime()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public int compareTo(Attachment o)
compareTo
in interface Comparable<Attachment>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |