Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.xml |
Modifier and Type | Method and Description |
---|---|
static Volume.Status |
Volume.Status.fromValue(String status) |
Volume.Status |
Volume.getStatus() |
static Volume.Status |
Volume.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.Status[] |
Volume.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Volume.Builder |
Volume.Builder.status(Volume.Status status) |
Constructor and Description |
---|
Volume(String region,
String id,
int size,
String snapshotId,
String availabilityZone,
Volume.Status status,
Date createTime,
Iterable<Attachment> attachments) |
Modifier and Type | Field and Description |
---|---|
protected Volume.Status |
CreateVolumeResponseHandler.volumeStatus |
Copyright © 2009-2013 jclouds. All Rights Reserved.