Class ProjectInfo.Quota

    • Method Detail

      • getZones

        public int getZones()
        Returns the maximum allowed number of zones in the project.
      • getResourceRecordsPerRrset

        public int getResourceRecordsPerRrset()
        Returns the maximum allowed number of records per RecordSet.
      • getRrsetAdditionsPerChange

        public int getRrsetAdditionsPerChange()
        Returns the maximum allowed number of RecordSets to add per ChangeRequest.
      • getRrsetDeletionsPerChange

        public int getRrsetDeletionsPerChange()
        Returns the maximum allowed number of RecordSets to delete per ChangeRequest.
      • getRrsetsPerZone

        public int getRrsetsPerZone()
        Returns the maximum allowed number of RecordSets per ZoneInfo in the project.
      • getTotalRrdataSizePerChange

        public int getTotalRrdataSizePerChange()
        Returns the maximum allowed size for total records in one ChangesRequest in bytes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object