google_api_dns v0.4.0 GoogleApi.DNS.V1.Model.Quota View Source

Limits associated with a Project.

Attributes

  • dnsKeysPerManagedZone (integer()): Maximum allowed number of DnsKeys per ManagedZone. Defaults to nil.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#quota". Defaults to dns#quota.
  • managedZones (integer()): Maximum allowed number of managed zones in the project. Defaults to nil.
  • managedZonesPerNetwork (integer()): Maximum allowed number of managed zones which can be attached to a network. Defaults to nil.
  • networksPerManagedZone (integer()): Maximum allowed number of networks to which a privately scoped zone can be attached. Defaults to nil.
  • resourceRecordsPerRrset (integer()): Maximum allowed number of ResourceRecords per ResourceRecordSet. Defaults to nil.
  • rrsetAdditionsPerChange (integer()): Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest. Defaults to nil.
  • rrsetDeletionsPerChange (integer()): Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest. Defaults to nil.
  • rrsetsPerManagedZone (integer()): Maximum allowed number of ResourceRecordSets per zone in the project. Defaults to nil.
  • totalRrdataSizePerChange (integer()): Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes. Defaults to nil.
  • whitelistedKeySpecs (list(GoogleApi.DNS.V1.Model.DnsKeySpec.t)): DNSSEC algorithm and key length types that can be used for DnsKeys. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DNS.V1.Model.Quota{
  dnsKeysPerManagedZone: integer(),
  kind: String.t(),
  managedZones: integer(),
  managedZonesPerNetwork: integer(),
  networksPerManagedZone: integer(),
  resourceRecordsPerRrset: integer(),
  rrsetAdditionsPerChange: integer(),
  rrsetDeletionsPerChange: integer(),
  rrsetsPerManagedZone: integer(),
  totalRrdataSizePerChange: integer(),
  whitelistedKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.