Class CustomDns (1.2.2)

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

Configuration for an arbitrary DNS provider.

Attributes

NameDescription
name_servers Sequence[str]
Required. 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.
ds_records Sequence[google.cloud.domains_v1.types.DnsSettings.DsRecord]
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.

Inheritance

builtins.object > proto.message.Message > CustomDns