Package org.openstack4j.api.storage
Interface BlockStorageService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
BlockStorageServiceImpl
public interface BlockStorageService extends RestService
Block Storage (Cinder) Service Operation API- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockVolumeBackupServicebackups()BlockLimitsgetLimits()Gets the Absolute limits used by this tenantBlockQuotaSetServicequotaSets()The block storage quota-set service.SchedulerStatsGetPoolServiceschedulerStatsPools()The block storage get_pools service.BlockStorageServiceServiceservices()The block storage service serviceBlockVolumeSnapshotServicesnapshots()BlockVolumeServicevolumes()CinderZoneServicezones()
-
-
-
Method Detail
-
volumes
BlockVolumeService volumes()
- Returns:
- the Volume Service API
-
snapshots
BlockVolumeSnapshotService snapshots()
- Returns:
- the Volume Snapshot Service API
-
zones
CinderZoneService zones()
-
getLimits
BlockLimits getLimits()
Gets the Absolute limits used by this tenant- Returns:
- the absolute limits
-
quotaSets
BlockQuotaSetService quotaSets()
The block storage quota-set service.- Returns:
- the quota-set service
-
schedulerStatsPools
SchedulerStatsGetPoolService schedulerStatsPools()
The block storage get_pools service.- Returns:
- the scheduler stats service
-
backups
BlockVolumeBackupService backups()
- Returns:
- the Volume Service API
-
services
BlockStorageServiceService services()
The block storage service service- Returns:
- ServiceService
-
-