| Package | Description | 
|---|---|
| org.jclouds.openstack.nova.v2_0.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected Volume.Status | 
VolumeSnapshot.Builder.status  | 
protected Volume.Status | 
Volume.Builder.status  | 
| Modifier and Type | Method and Description | 
|---|---|
static Volume.Status | 
Volume.Status.fromValue(String status)  | 
Volume.Status | 
VolumeSnapshot.getStatus()  | 
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 | 
|---|---|
T | 
VolumeSnapshot.Builder.status(Volume.Status status)  | 
T | 
Volume.Builder.status(Volume.Status status)  | 
| Constructor and Description | 
|---|
Volume(String id,
      Volume.Status status,
      int size,
      String zone,
      Date created,
      Set<VolumeAttachment> attachments,
      String volumeType,
      String snapshotId,
      String name,
      String description,
      Map<String,String> metadata)  | 
VolumeSnapshot(String id,
              String volumeId,
              Volume.Status status,
              int size,
              Date created,
              String name,
              String description)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.