RegistrationDnsSettings

data class RegistrationDnsSettings(val customDns: RegistrationDnsSettingsCustomDns? = null, val glueRecords: List<RegistrationDnsSettingsGlueRecord>? = null)

Constructors

Link copied to clipboard
constructor(customDns: RegistrationDnsSettingsCustomDns? = null, glueRecords: List<RegistrationDnsSettingsGlueRecord>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for an arbitrary DNS provider. Structure is documented below.

Link copied to clipboard

The list of glue records for this Registration. Commonly empty. Structure is documented below.