google_api_dns v0.3.0 GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig View Source
Attributes
- defaultKeySpecs ([DnsKeySpec]): Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig". Defaults to:
null. nonExistence (String.t): Defaults to:
null.- Enum - one of [nsec, nsec3]
state (String.t): Defaults to:
null.- Enum - one of [off, on, transfer]
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.ManagedZoneDnsSecConfig{
defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()],
kind: any(),
nonExistence: any(),
state: any()
}
t() :: %GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig{
defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()],
kind: any(),
nonExistence: any(),
state: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.