Package org.openstack4j.api.storage
Interface SchedulerStatsGetPoolService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
SchedulerStatsGetPoolServiceImpl
public interface SchedulerStatsGetPoolService extends RestService
Scheduler Stats Service for Cinder block storage.- Author:
- chenguofeng
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends VolumeBackendPool>pools()Lists all Volumes back-end storage pools.List<? extends VolumeBackendPool>poolsDetail()
-
-
-
Method Detail
-
pools
List<? extends VolumeBackendPool> pools()
Lists all Volumes back-end storage pools.- Returns:
- a list of all Volumes back-end storage pools
-
poolsDetail
List<? extends VolumeBackendPool> poolsDetail()
-
-