Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.Volume.Status
Packages that use Volume.Status
-
Uses of Volume.Status in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as Volume.StatusModifier and TypeFieldDescriptionprotected Volume.Status
Volume.Builder.status
protected Volume.Status
VolumeSnapshot.Builder.status
Methods in org.jclouds.openstack.nova.v2_0.domain that return Volume.StatusModifier and TypeMethodDescriptionstatic Volume.Status
Volume.getStatus()
VolumeSnapshot.getStatus()
static Volume.Status
Returns the enum constant of this class with the specified name.static Volume.Status[]
Volume.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume.StatusModifier and TypeMethodDescriptionVolume.Builder.status
(Volume.Status status) VolumeSnapshot.Builder.status
(Volume.Status status) Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Volume.StatusModifierConstructorDescriptionprotected
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) protected
VolumeSnapshot
(String id, String volumeId, Volume.Status status, int size, Date created, String name, String description)