google_api_dns v0.2.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:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#quota". Defaults to:
null. - managedZones (integer()): Maximum allowed number of managed zones in the project. Defaults to:
null. - resourceRecordsPerRrset (integer()): Maximum allowed number of ResourceRecords per ResourceRecordSet. Defaults to:
null. - rrsetAdditionsPerChange (integer()): Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest. Defaults to:
null. - rrsetDeletionsPerChange (integer()): Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest. Defaults to:
null. - rrsetsPerManagedZone (integer()): Maximum allowed number of ResourceRecordSets per zone in the project. Defaults to:
null. - totalRrdataSizePerChange (integer()): Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes. Defaults to:
null. - whitelistedKeySpecs ([DnsKeySpec]): DNSSEC algorithm and key length types that can be used for DnsKeys. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.DNS.V1.Model.Quota{
dnsKeysPerManagedZone: any(),
kind: any(),
managedZones: any(),
resourceRecordsPerRrset: any(),
rrsetAdditionsPerChange: any(),
rrsetDeletionsPerChange: any(),
rrsetsPerManagedZone: any(),
totalRrdataSizePerChange: any(),
whitelistedKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()]
}
t() :: %GoogleApi.DNS.V1.Model.Quota{
dnsKeysPerManagedZone: any(),
kind: any(),
managedZones: any(),
resourceRecordsPerRrset: any(),
rrsetAdditionsPerChange: any(),
rrsetDeletionsPerChange: any(),
rrsetsPerManagedZone: any(),
totalRrdataSizePerChange: any(),
whitelistedKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()]
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.