Policy Alternative Name Server Config Target Name Server Args
data class PolicyAlternativeNameServerConfigTargetNameServerArgs(val forwardingPath: Output<PolicyAlternativeNameServerConfigTargetNameServerForwardingPath>? = null, val ipv4Address: Output<String>? = null, val ipv6Address: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<PolicyAlternativeNameServerConfigTargetNameServerArgs>
Constructors
Link copied to clipboard
fun PolicyAlternativeNameServerConfigTargetNameServerArgs(forwardingPath: Output<PolicyAlternativeNameServerConfigTargetNameServerForwardingPath>? = null, ipv4Address: Output<String>? = null, ipv6Address: Output<String>? = null, kind: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
Link copied to clipboard