DomainNameServerArgs

data class DomainNameServerArgs(val glueIps: Output<List<String>>, val name: Output<String>) : ConvertibleToJava<DomainNameServerArgs>

Constructors

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

Properties

Link copied to clipboard
val glueIps: Output<List<String>>

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

Link copied to clipboard
val name: Output<String>

The fully qualified host name of the name server.

Functions

Link copied to clipboard
open override fun toJava(): DomainNameServerArgs