RegisteredDomainNameServerArgs

data class RegisteredDomainNameServerArgs(val glueIps: Output<List<String>>? = null, val name: Output<String>) : ConvertibleToJava<RegisteredDomainNameServerArgs>

Constructors

Link copied to clipboard
fun RegisteredDomainNameServerArgs(glueIps: Output<List<String>>? = null, name: Output<String>)

Functions

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

Properties

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

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.