Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Volume.Status
- 
Packages that use Volume.Status Package Description 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 Modifier and Type Field Description protected Volume.StatusVolume.Builder. statusprotected Volume.StatusVolumeSnapshot.Builder. statusMethods in org.jclouds.openstack.nova.v2_0.domain that return Volume.Status Modifier and Type Method Description static Volume.StatusVolume.Status. fromValue(String status)Volume.StatusVolume. getStatus()Volume.StatusVolumeSnapshot. getStatus()static Volume.StatusVolume.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 Modifier and Type Method Description TVolume.Builder. status(Volume.Status status)TVolumeSnapshot.Builder. status(Volume.Status status)Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume.Status Constructor 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) 
 -