Class GoogleDomainsDns (1.1.3)

GoogleDomainsDns(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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 <https://domains.google/>__.

Attributes

NameDescription
name_servers Sequence[str]
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.
ds_state google.cloud.domains_v1beta1.types.DnsSettings.DsState
Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC.
ds_records Sequence[google.cloud.domains_v1beta1.types.DnsSettings.DsRecord]
Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.