Uses of Interface
org.openstack4j.openstack.storage.block.domain.VolumeBackendPool
-
Packages that use VolumeBackendPool Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeBackendPool in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return types with arguments of type VolumeBackendPool Modifier and Type Method Description List<? extends VolumeBackendPool>SchedulerStatsGetPoolService. pools()Lists all Volumes back-end storage pools.List<? extends VolumeBackendPool>SchedulerStatsGetPoolService. poolsDetail() -
Uses of VolumeBackendPool in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeBackendPool Modifier and Type Class Description classCinderBackendStoragePoolRepresents a back-end storage pool for Cinder. -
Uses of VolumeBackendPool in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type VolumeBackendPool Modifier and Type Method Description List<? extends VolumeBackendPool>SchedulerStatsGetPoolServiceImpl. pools()List<? extends VolumeBackendPool>SchedulerStatsGetPoolServiceImpl. poolsDetail()
-