Uses of Interface
org.openstack4j.model.manila.BackendStoragePool
-
Packages that use BackendStoragePool Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of BackendStoragePool in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return types with arguments of type BackendStoragePool Modifier and Type Method Description List<? extends BackendStoragePool>SchedulerStatsService. pools()Lists all back-end storage pools.List<? extends BackendStoragePool>SchedulerStatsService. poolsDetail()Lists all storage pools for a back end, with details. -
Uses of BackendStoragePool in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement BackendStoragePool Modifier and Type Class Description classManilaBackendStoragePoolRepresents a back-end storage pool. -
Uses of BackendStoragePool in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type BackendStoragePool Modifier and Type Method Description List<? extends BackendStoragePool>SchedulerStatsServiceImpl. pools()List<? extends BackendStoragePool>SchedulerStatsServiceImpl. poolsDetail()
-