Class CinderBlockQuotaSetUsage
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderBlockQuotaSetUsage
-
- All Implemented Interfaces:
Serializable,ModelEntity,BlockQuotaSetUsage
public class CinderBlockQuotaSetUsage extends Object implements BlockQuotaSetUsage
Block Quota-Set Usage Details- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CinderBlockQuotaSetUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotaDetailsgetGigabytes()Usage details for gigabytes usedQuotaDetailsgetSnapshots()Usage details for SnapshotsQuotaDetailsgetVolumes()Usage details for VolumesStringtoString()
-
-
-
Method Detail
-
getSnapshots
public QuotaDetails getSnapshots()
Description copied from interface:BlockQuotaSetUsageUsage details for Snapshots- Specified by:
getSnapshotsin interfaceBlockQuotaSetUsage- Returns:
- usage for snapshots
-
getVolumes
public QuotaDetails getVolumes()
Description copied from interface:BlockQuotaSetUsageUsage details for Volumes- Specified by:
getVolumesin interfaceBlockQuotaSetUsage- Returns:
- usage for volumes
-
getGigabytes
public QuotaDetails getGigabytes()
Description copied from interface:BlockQuotaSetUsageUsage details for gigabytes used- Specified by:
getGigabytesin interfaceBlockQuotaSetUsage- Returns:
- usage for gigabytes
-
-