Class SchedulerStatsGetPoolServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.storage.block.internal.BaseBlockStorageServices
-
- org.openstack4j.openstack.storage.block.internal.SchedulerStatsGetPoolServiceImpl
-
- All Implemented Interfaces:
SchedulerStatsGetPoolService,RestService
public class SchedulerStatsGetPoolServiceImpl extends BaseBlockStorageServices implements SchedulerStatsGetPoolService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SchedulerStatsGetPoolServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends VolumeBackendPool>pools()Lists all Volumes back-end storage pools.List<? extends VolumeBackendPool>poolsDetail()-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
pools
public List<? extends VolumeBackendPool> pools()
Description copied from interface:SchedulerStatsGetPoolServiceLists all Volumes back-end storage pools.- Specified by:
poolsin interfaceSchedulerStatsGetPoolService- Returns:
- a list of all Volumes back-end storage pools
-
poolsDetail
public List<? extends VolumeBackendPool> poolsDetail()
- Specified by:
poolsDetailin interfaceSchedulerStatsGetPoolService
-
-