Class Limits.AbsoluteLimit

java.lang.Object
com.woorea.openstack.cinder.model.Limits.AbsoluteLimit
Enclosing class:
Limits

public static final class Limits.AbsoluteLimit extends Object
  • Field Details

    • maxTotalVolumes

      private Integer maxTotalVolumes
    • totalVolumesUsed

      private Integer totalVolumesUsed
    • maxTotalSnapshots

      private Integer maxTotalSnapshots
    • totalSnapshotsUsed

      private Integer totalSnapshotsUsed
    • maxTotalVolumeGigabytes

      private Integer maxTotalVolumeGigabytes
    • totalGigabytesUsed

      private Integer totalGigabytesUsed
    • maxTotalBackups

      private Integer maxTotalBackups
    • totalBackupsUsed

      private Integer totalBackupsUsed
    • maxTotalBackupGigabytes

      private Integer maxTotalBackupGigabytes
    • totalBackupGigabytesUsed

      private Integer totalBackupGigabytesUsed
  • Constructor Details

    • AbsoluteLimit

      public AbsoluteLimit()
  • Method Details

    • getMaxTotalVolumes

      public Integer getMaxTotalVolumes()
      Returns:
      the maxTotalVolumes
    • getTotalVolumesUsed

      public Integer getTotalVolumesUsed()
      Returns:
      the totalVolumesUsed
    • getMaxTotalSnapshots

      public Integer getMaxTotalSnapshots()
      Returns:
      the maxTotalSnapshots
    • getTotalSnapshotsUsed

      public Integer getTotalSnapshotsUsed()
      Returns:
      the totalSnapshotsUsed
    • getMaxTotalVolumeGigabytes

      public Integer getMaxTotalVolumeGigabytes()
      Returns:
      the maxTotalVolumeGigabytes
    • getTotalGigabytesUsed

      public Integer getTotalGigabytesUsed()
      Returns:
      the totalGigabytesUsed
    • getMaxTotalBackupGigabytes

      public Integer getMaxTotalBackupGigabytes()
      Returns:
      the maxTotalBackupGigabytes
    • getTotalBackupGigabytesUsed

      public Integer getTotalBackupGigabytesUsed()
      Returns:
      the totalBackupGigabytesUsed
    • toString

      public String toString()
      Overrides:
      toString in class Object