Dns Settings Args
data class DnsSettingsArgs(val customDns: Output<CustomDnsArgs>? = null, val glueRecords: Output<List<GlueRecordArgs>>? = null, val googleDomainsDns: Output<GoogleDomainsDnsArgs>? = null) : ConvertibleToJava<DnsSettingsArgs>
Defines the DNS configuration of a Registration
, including name servers, DNSSEC, and glue records.
Constructors
Link copied to clipboard
fun DnsSettingsArgs(customDns: Output<CustomDnsArgs>? = null, glueRecords: Output<List<GlueRecordArgs>>? = null, googleDomainsDns: Output<GoogleDomainsDnsArgs>? = null)
Functions
Properties
Link copied to clipboard
The free DNS zone provided by Google Domains.