Class GetQuotasetV3Result


  • public final class GetQuotasetV3Result
    extends java.lang.Object
    • Method Detail

      • backupGigabytes

        public java.lang.Integer backupGigabytes()
        Returns:
        The size (GB) of backups that are allowed.
      • backups

        public java.lang.Integer backups()
        Returns:
        The number of backups that are allowed.
      • gigabytes

        public java.lang.Integer gigabytes()
        Returns:
        The size (GB) of volumes and snapshots that are allowed.
      • groups

        public java.lang.Integer groups()
        Returns:
        The number of groups that are allowed.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • perVolumeGigabytes

        public java.lang.Integer perVolumeGigabytes()
        Returns:
        The size (GB) of volumes that are allowed for each volume.
      • projectId

        public java.lang.String projectId()
        Returns:
        See Argument Reference above.
      • region

        public java.lang.String region()
        Returns:
        See Argument Reference above.
      • snapshots

        public java.lang.Integer snapshots()
        Returns:
        The number of snapshots that are allowed.
      • volumeTypeQuota

        public java.util.Map<java.lang.String,​java.lang.Object> volumeTypeQuota()
        Returns:
        Map with gigabytes_{volume_type}, snapshots_{volume_type}, volumes_{volume_type} for each volume type.
      • volumes

        public java.lang.Integer volumes()
        Returns:
        The number of volumes that are allowed.