public static class CinderBlockLimits.CinderAbsoluteLimit extends Object implements BlockLimits.Absolute
Constructor and Description |
---|
CinderAbsoluteLimit() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxTotalBackupGigabytes() |
int |
getMaxTotalBackups() |
int |
getMaxTotalSnapshots() |
int |
getMaxTotalVolumeGigabytes() |
int |
getMaxTotalVolumes() |
int |
getTotalBackupGigabytesUsed() |
int |
getTotalBackupsUsed() |
int |
getTotalGigabytesUsed() |
int |
getTotalSnapshotsUsed() |
int |
getTotalVolumesUsed() |
String |
toString() |
public int getTotalSnapshotsUsed()
getTotalSnapshotsUsed
in interface BlockLimits.Absolute
public int getMaxTotalBackups()
getMaxTotalBackups
in interface BlockLimits.Absolute
public int getMaxTotalVolumeGigabytes()
getMaxTotalVolumeGigabytes
in interface BlockLimits.Absolute
public int getMaxTotalSnapshots()
getMaxTotalSnapshots
in interface BlockLimits.Absolute
public int getMaxTotalBackupGigabytes()
getMaxTotalBackupGigabytes
in interface BlockLimits.Absolute
public int getTotalBackupGigabytesUsed()
getTotalBackupGigabytesUsed
in interface BlockLimits.Absolute
public int getMaxTotalVolumes()
getMaxTotalVolumes
in interface BlockLimits.Absolute
public int getTotalVolumesUsed()
getTotalVolumesUsed
in interface BlockLimits.Absolute
public int getTotalBackupsUsed()
getTotalBackupsUsed
in interface BlockLimits.Absolute
public int getTotalGigabytesUsed()
getTotalGigabytesUsed
in interface BlockLimits.Absolute
Copyright © 2017. All rights reserved.