Interface BlockQuotaSetUsage
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
CinderBlockQuotaSetUsage
public interface BlockQuotaSetUsage extends ModelEntity
Block Quota-Set Usage Details- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuotaDetailsgetGigabytes()Usage details for gigabytes usedQuotaDetailsgetSnapshots()Usage details for SnapshotsQuotaDetailsgetVolumes()Usage details for Volumes
-
-
-
Method Detail
-
getSnapshots
QuotaDetails getSnapshots()
Usage details for Snapshots- Returns:
- usage for snapshots
-
getVolumes
QuotaDetails getVolumes()
Usage details for Volumes- Returns:
- usage for volumes
-
getGigabytes
QuotaDetails getGigabytes()
Usage details for gigabytes used- Returns:
- usage for gigabytes
-
-