|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.BlockDeviceMapping
public class BlockDeviceMapping
This is a container class for Block Device Mapping
| Constructor Summary | |
|---|---|
BlockDeviceMapping(String virtualName,
String deviceName)
|
|
BlockDeviceMapping(String deviceName,
String snapshotId,
int volumeSize,
boolean deleteOnTerminate)
|
|
| Method Summary | |
|---|---|
String |
getDeviceName()
|
String |
getSnapshotId()
|
String |
getVirtualName()
|
int |
getVolumeSize()
|
boolean |
isDeleteOnTerminate()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BlockDeviceMapping(String virtualName,
String deviceName)
public BlockDeviceMapping(String deviceName,
String snapshotId,
int volumeSize,
boolean deleteOnTerminate)
| Method Detail |
|---|
public String getVirtualName()
public String getDeviceName()
public String getSnapshotId()
public int getVolumeSize()
public boolean isDeleteOnTerminate()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||