PolicyAlternativeNameServerConfigTargetNameServerArgs

data class PolicyAlternativeNameServerConfigTargetNameServerArgs(val forwardingPath: Output<String>? = null, val ipv4Address: Output<String>) : ConvertibleToJava<PolicyAlternativeNameServerConfigTargetNameServerArgs>

Constructors

constructor(forwardingPath: Output<String>? = null, ipv4Address: Output<String>)

Properties

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

Forwarding path for this TargetNameServer. If unset or default Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to private, Cloud DNS will always send queries through VPC for this target Possible values are: default, private.

Link copied to clipboard
val ipv4Address: Output<String>

IPv4 address to forward to.

Functions

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