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.Status
Volume.Builder. status
protected Volume.Status
VolumeSnapshot.Builder. status
Methods in org.jclouds.openstack.nova.v2_0.domain that return Volume.Status Modifier and Type Method Description static Volume.Status
Volume.Status. fromValue(String status)
Volume.Status
Volume. getStatus()
Volume.Status
VolumeSnapshot. 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 Modifier and Type Method Description T
Volume.Builder. status(Volume.Status status)
T
VolumeSnapshot.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)
-