Registration Dns Settings Args
data class RegistrationDnsSettingsArgs(val customDns: Output<RegistrationDnsSettingsCustomDnsArgs>? = null, val glueRecords: Output<List<RegistrationDnsSettingsGlueRecordArgs>>? = null) : ConvertibleToJava<RegistrationDnsSettingsArgs>
Constructors
Link copied to clipboard
constructor(customDns: Output<RegistrationDnsSettingsCustomDnsArgs>? = null, glueRecords: Output<List<RegistrationDnsSettingsGlueRecordArgs>>? = null)