GoogleApi.Domains.V1alpha2.Model.DnsSettings (google_api_domains v0.4.2) View Source
Defines the DNS configuration of a Registration
, including name servers, DNSSEC, and glue records.
Attributes
-
customDns
(type:GoogleApi.Domains.V1alpha2.Model.CustomDns.t
, default:nil
) - An arbitrary DNS provider identified by its name servers. -
glueRecords
(type:list(GoogleApi.Domains.V1alpha2.Model.GlueRecord.t)
, default:nil
) - The list of glue records for thisRegistration
. Commonly empty. -
googleDomainsDns
(type:GoogleApi.Domains.V1alpha2.Model.GoogleDomainsDns.t
, default:nil
) - The free DNS zone provided by Google Domains.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Domains.V1alpha2.Model.DnsSettings{ customDns: GoogleApi.Domains.V1alpha2.Model.CustomDns.t(), glueRecords: [GoogleApi.Domains.V1alpha2.Model.GlueRecord.t()], googleDomainsDns: GoogleApi.Domains.V1alpha2.Model.GoogleDomainsDns.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.