RegistrationDnsSettingsCustomDns

data class RegistrationDnsSettingsCustomDns(val dsRecords: List<RegistrationDnsSettingsCustomDnsDsRecord>? = null, val nameServers: List<String>)

Constructors

Link copied to clipboard
constructor(dsRecords: List<RegistrationDnsSettingsCustomDnsDsRecord>? = null, nameServers: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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. Structure is documented below.

Link copied to clipboard

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.