ResolverForwardingRuleTargetDnsServerArgs

data class ResolverForwardingRuleTargetDnsServerArgs(val ipAddress: Output<String>, val port: Output<Int>? = null) : ConvertibleToJava<ResolverForwardingRuleTargetDnsServerArgs>

Constructors

constructor(ipAddress: Output<String>, port: Output<Int>? = null)

Properties

Link copied to clipboard
val ipAddress: Output<String>

DNS server IP address.

Link copied to clipboard
val port: Output<Int>? = null

DNS server port.

Functions

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