Class CinderBlockLimits.CinderAbsoluteLimit
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderBlockLimits.CinderAbsoluteLimit
-
- All Implemented Interfaces:
BlockLimits.Absolute
- Enclosing class:
- CinderBlockLimits
public static class CinderBlockLimits.CinderAbsoluteLimit extends Object implements BlockLimits.Absolute
-
-
Constructor Summary
Constructors Constructor Description CinderAbsoluteLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxTotalBackupGigabytes()intgetMaxTotalBackups()intgetMaxTotalSnapshots()intgetMaxTotalVolumeGigabytes()intgetMaxTotalVolumes()intgetTotalBackupGigabytesUsed()intgetTotalBackupsUsed()intgetTotalGigabytesUsed()intgetTotalSnapshotsUsed()intgetTotalVolumesUsed()StringtoString()
-
-
-
Method Detail
-
getTotalSnapshotsUsed
public int getTotalSnapshotsUsed()
- Specified by:
getTotalSnapshotsUsedin interfaceBlockLimits.Absolute- Returns:
- the total snapshots used
-
getMaxTotalBackups
public int getMaxTotalBackups()
- Specified by:
getMaxTotalBackupsin interfaceBlockLimits.Absolute- Returns:
- the maximum total backups
-
getMaxTotalVolumeGigabytes
public int getMaxTotalVolumeGigabytes()
- Specified by:
getMaxTotalVolumeGigabytesin interfaceBlockLimits.Absolute- Returns:
- the max total volume in GB
-
getMaxTotalSnapshots
public int getMaxTotalSnapshots()
- Specified by:
getMaxTotalSnapshotsin interfaceBlockLimits.Absolute- Returns:
- the max total number of snapshots
-
getMaxTotalBackupGigabytes
public int getMaxTotalBackupGigabytes()
- Specified by:
getMaxTotalBackupGigabytesin interfaceBlockLimits.Absolute- Returns:
- the max total backup in GB
-
getTotalBackupGigabytesUsed
public int getTotalBackupGigabytesUsed()
- Specified by:
getTotalBackupGigabytesUsedin interfaceBlockLimits.Absolute- Returns:
- the total backup GB used
-
getMaxTotalVolumes
public int getMaxTotalVolumes()
- Specified by:
getMaxTotalVolumesin interfaceBlockLimits.Absolute- Returns:
- the max total volumes
-
getTotalVolumesUsed
public int getTotalVolumesUsed()
- Specified by:
getTotalVolumesUsedin interfaceBlockLimits.Absolute- Returns:
- the total volumes used
-
getTotalBackupsUsed
public int getTotalBackupsUsed()
- Specified by:
getTotalBackupsUsedin interfaceBlockLimits.Absolute- Returns:
- total backups used
-
getTotalGigabytesUsed
public int getTotalGigabytesUsed()
- Specified by:
getTotalGigabytesUsedin interfaceBlockLimits.Absolute- Returns:
- total GB used
-
-