Class VolumeQuota


  • public class VolumeQuota
    extends Object
    • Constructor Detail

      • VolumeQuota

        protected VolumeQuota​(String id,
                              int volumes,
                              int gigabytes,
                              int snapshots)
    • Method Detail

      • getId

        public String getId()
        The id of the tenant this set of limits applies to
      • getVolumes

        public int getVolumes()
        The limit of the number of volumes that can be created for the tenant
      • getGigabytes

        public int getGigabytes()
        The limit of the total size of all volumes for the tenant
      • getSnapshots

        public int getSnapshots()
        The limit of the number of snapshots that can be used by the tenant
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()