Policy Alternative Name Server Config Target Name Server Args
data class PolicyAlternativeNameServerConfigTargetNameServerArgs(val forwardingPath: Output<String>? = null, val ipv4Address: Output<String>) : ConvertibleToJava<PolicyAlternativeNameServerConfigTargetNameServerArgs>
Properties
Link copied to clipboard
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
IPv4 address to forward to.