Uses of Class
org.openstack4j.model.storage.block.Volume.Status
-
-
Uses of Volume.Status in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type Volume.Status Modifier and Type Method Description ActionResponseBlockVolumeService. resetState(String volumeId, Volume.Status status)Resets the specified volume status. -
Uses of Volume.Status in org.openstack4j.model.storage.block
Methods in org.openstack4j.model.storage.block that return Volume.Status Modifier and Type Method Description static Volume.StatusVolume.Status. fromValue(String status)Volume.StatusVolume. getStatus()Volume.StatusVolumeSnapshot. getStatus()Volume.StatusVolumeUploadImage. 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. -
Uses of Volume.Status in org.openstack4j.openstack.storage.block.domain
Methods in org.openstack4j.openstack.storage.block.domain that return Volume.Status Modifier and Type Method Description Volume.StatusCinderVolume. getStatus()Volume.StatusCinderVolumeSnapshot. getStatus()Volume.StatusCinderVolumeUploadImage. getStatus()Volume.StatusResetStatusAction. getStatus()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type Volume.Status Modifier and Type Method Description static ResetStatusActionResetStatusAction. create(Volume.Status status)Constructors in org.openstack4j.openstack.storage.block.domain with parameters of type Volume.Status Constructor Description ResetStatusAction(Volume.Status status) -
Uses of Volume.Status in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal with parameters of type Volume.Status Modifier and Type Method Description ActionResponseBlockVolumeServiceImpl. resetState(String volumeId, Volume.Status status)Resets the specified volume status.
-