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

Attributes

  • defaultKeySpecs (type: list(GoogleApi.DNS.V1.Model.DnsKeySpec.t), default: nil) - Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
  • kind (type: String.t, default: dns#managedZoneDnsSecConfig) - Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig".
  • nonExistence (type: String.t, default: nil) - Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
  • state (type: String.t, default: nil) - Specifies whether DNSSEC is enabled, and what mode it is in.

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.