Interface BlockQuotaSetBuilder

    • Method Detail

      • volumes

        BlockQuotaSetBuilder volumes​(int volumes)
        Volumes Quota for Block Storage
        Returns:
        volumes consumed in the Block Storage.
      • snapshots

        BlockQuotaSetBuilder snapshots​(int snapshots)
        Snapshots present in Block Storage
        Returns:
        snapshots present in the Block Storage.
      • gigabytes

        BlockQuotaSetBuilder gigabytes​(int gigabytes)
        Space consumed in gigabytes for Block Storage
        Returns:
        space consumed in the Block Storage.
      • volumeTypesQuotas

        BlockQuotaSetBuilder volumeTypesQuotas​(Map<String,​Integer> volumeTypesQuotas)
        Quotas limits for each volume type
        Returns:
        volume types quota limits configured in the Block Storage.