Uses of Class
org.jclouds.openstack.cinder.v1.domain.Volume.Status
- 
Packages that use Volume.Status Package Description org.jclouds.openstack.cinder.v1.domain org.jclouds.openstack.cinder.v1.predicates  - 
- 
Uses of Volume.Status in org.jclouds.openstack.cinder.v1.domain
Fields in org.jclouds.openstack.cinder.v1.domain declared as Volume.Status Modifier and Type Field Description protected Volume.StatusSnapshot.Builder. statusprotected Volume.StatusVolume.Builder. statusMethods in org.jclouds.openstack.cinder.v1.domain that return Volume.Status Modifier and Type Method Description static Volume.StatusVolume.Status. fromValue(String status)Volume.StatusSnapshot. getStatus()Volume.StatusVolume. 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.cinder.v1.domain with parameters of type Volume.Status Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. status(Volume.Status status)Volume.BuilderVolume.Builder. status(Volume.Status status)Constructors in org.jclouds.openstack.cinder.v1.domain with parameters of type Volume.Status Constructor Description Snapshot(String id, String volumeId, Volume.Status status, int size, Date created, String name, String description, SnapshotExtendedAttributes extendedAttributes)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, String tenantId) - 
Uses of Volume.Status in org.jclouds.openstack.cinder.v1.predicates
Methods in org.jclouds.openstack.cinder.v1.predicates with parameters of type Volume.Status Modifier and Type Method Description static com.google.common.base.Predicate<Snapshot>SnapshotPredicates. awaitStatus(SnapshotApi snapshotApi, Volume.Status status, long maxWaitInSec, long periodInSec)static com.google.common.base.Predicate<Volume>VolumePredicates. awaitStatus(VolumeApi volumeApi, Volume.Status status, long maxWaitInSec, long periodInSec) 
 -