|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ec2.domain.Attachment
public class Attachment
| Nested Class Summary | |
|---|---|
static class |
Attachment.Builder
|
static class |
Attachment.Status
|
| Constructor Summary | |
|---|---|
Attachment(String region,
String volumeId,
String instanceId,
String device,
Attachment.Status status,
Date attachTime)
|
|
| Method Summary | |
|---|---|
static Attachment.Builder |
builder()
|
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 static Attachment.Builder builder()
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 Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic 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 | |||||||||