|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.VolumeInfo
public class VolumeInfo
An instance of this class represents an EC2 Volume.
Instances are returned by calls tocom.xerox.amazonws.ec2.Jec2#createVolume(String),
Jec2.describeVolumes(List), and
Jec2.describeVolumes(String[]).
| Constructor Summary | |
|---|---|
VolumeInfo(String volumeId,
String size,
String snapshotId,
String zone,
String status,
Calendar createTime)
|
|
| Method Summary | |
|---|---|
AttachmentInfo |
addAttachmentInfo(String volumeId,
String instanceId,
String device,
String status,
Calendar attachTime)
|
List<AttachmentInfo> |
getAttachmentInfo()
|
Calendar |
getCreateTime()
|
String |
getSize()
|
String |
getSnapshotId()
|
String |
getStatus()
|
String |
getVolumeId()
|
String |
getZone()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolumeInfo(String volumeId,
String size,
String snapshotId,
String zone,
String status,
Calendar createTime)
| Method Detail |
|---|
public String getVolumeId()
public String getSize()
public String getSnapshotId()
public String getZone()
public String getStatus()
public Calendar getCreateTime()
public AttachmentInfo addAttachmentInfo(String volumeId,
String instanceId,
String device,
String status,
Calendar attachTime)
public List<AttachmentInfo> getAttachmentInfo()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||