Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Volume.Status

Packages that use Volume.Status
org.jclouds.openstack.nova.v2_0.domain   
 

Uses of Volume.Status in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as Volume.Status
protected  Volume.Status VolumeSnapshot.Builder.status
           
protected  Volume.Status Volume.Builder.status
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Volume.Status
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.
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume.Status
 T VolumeSnapshot.Builder.status(Volume.Status status)
           
 T Volume.Builder.status(Volume.Status status)
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume.Status
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-2012 jclouds. All Rights Reserved.