GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig (google_api_dns v0.23.3) 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
) - -
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
Specs
t() :: %GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig{ defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()] | nil, kind: String.t() | nil, nonExistence: String.t() | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.