GoogleApi.Domains.V1beta1.Model.GoogleDomainsDns (google_api_domains v0.5.0) View Source
Configuration for using the free DNS zone provided by Google Domains as a Registration
's dns_provider
. You cannot configure the DNS zone itself using the API. To configure the DNS zone, go to Google Domains.
Attributes
-
dsRecords
(type:list(GoogleApi.Domains.V1beta1.Model.DsRecord.t)
, default:nil
) - Output only. The list of DS records published for this domain. The list is automatically populated whends_state
isDS_RECORDS_PUBLISHED
, otherwise it remains empty. -
dsState
(type:String.t
, default:nil
) - Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC. -
nameServers
(type:list(String.t)
, default:nil
) - Output only. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Domains.V1beta1.Model.GoogleDomainsDns{ dsRecords: [GoogleApi.Domains.V1beta1.Model.DsRecord.t()] | nil, dsState: String.t() | nil, nameServers: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.