RegistrationDnsSettingsGlueRecord

data class RegistrationDnsSettingsGlueRecord(val hostName: String, val ipv4Addresses: List<String>? = null, val ipv6Addresses: List<String>? = null)

Constructors

Link copied to clipboard
constructor(hostName: String, ipv4Addresses: List<String>? = null, ipv6Addresses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Domain name of the host in Punycode format.

Link copied to clipboard
val ipv4Addresses: List<String>? = null

List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.

Link copied to clipboard
val ipv6Addresses: List<String>? = null

List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.