Uses of Interface
org.openstack4j.model.storage.block.Volume
-
Packages that use Volume Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of Volume in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return Volume Modifier and Type Method Description VolumeBlockVolumeService. create(Volume volume)Creates a new Block Storage VolumeVolumeBlockVolumeService. get(String volumeId)Gets a Block Storage volume by IDMethods in org.openstack4j.api.storage that return types with arguments of type Volume Modifier and Type Method Description List<? extends Volume>BlockVolumeService. list()Lists summary information for all Block Storage volumes that the tenant who submits the request can access.List<? extends Volume>BlockVolumeService. list(Map<String,String> filteringParams)Returns list of Block Storage volumes filtered by parameters.List<? extends Volume>BlockVolumeService. listAll()Lists all Block Storage volumes for all tenants.Methods in org.openstack4j.api.storage with parameters of type Volume Modifier and Type Method Description VolumeBlockVolumeService. create(Volume volume)Creates a new Block Storage Volume -
Uses of Volume in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement Volume Modifier and Type Class Description classCinderVolumeAn OpenStack VolumeMethods in org.openstack4j.openstack.storage.block.domain that return Volume Modifier and Type Method Description VolumeCinderVolume.ConcreteVolumeBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type Volume Modifier and Type Method Description VolumeBuilderCinderVolume.ConcreteVolumeBuilder. from(Volume in) -
Uses of Volume in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return Volume Modifier and Type Method Description VolumeBlockVolumeServiceImpl. create(Volume volume)Creates a new Block Storage VolumeVolumeBlockVolumeServiceImpl. get(String volumeId)Gets a Block Storage volume by IDMethods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type Volume Modifier and Type Method Description List<? extends Volume>BlockVolumeServiceImpl. list()Lists summary information for all Block Storage volumes that the tenant who submits the request can access.List<? extends Volume>BlockVolumeServiceImpl. list(Map<String,String> filteringParams)Returns list of Block Storage volumes filtered by parameters.List<? extends Volume>BlockVolumeServiceImpl. listAll()Lists all Block Storage volumes for all tenants.Methods in org.openstack4j.openstack.storage.block.internal with parameters of type Volume Modifier and Type Method Description VolumeBlockVolumeServiceImpl. create(Volume volume)Creates a new Block Storage Volume
-