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

Attributes

  • defaultKeySpecs (list(GoogleApi.DNS.V1.Model.DnsKeySpec.t)): Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Output only while state is not OFF. Defaults to nil.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig". Defaults to dns#managedZoneDnsSecConfig.
  • nonExistence (String.t): Specifies the mechanism used to provide authenticated denial-of-existence responses. Output only while state is not OFF. Defaults to nil.
  • state (String.t): Specifies whether DNSSEC is enabled, and what mode it is in. 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.ManagedZoneDnsSecConfig{
  defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()],
  kind: String.t(),
  nonExistence: String.t(),
  state: String.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.