DomainNameServer

data class DomainNameServer(val glueIps: List<String>, val name: String)

Constructors

Link copied to clipboard
constructor(glueIps: List<String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Glue IP addresses of a name server. The list can contain only one IPv4 and one IPv6 address.

Link copied to clipboard

The fully qualified host name of the name server.