Policy Alternative Name Server Config Target Name Server Response
data class PolicyAlternativeNameServerConfigTargetNameServerResponse(val forwardingPath: String, val ipv4Address: String, val ipv6Address: String, val kind: String)
Constructors
Link copied to clipboard
fun PolicyAlternativeNameServerConfigTargetNameServerResponse(forwardingPath: String, ipv4Address: String, ipv6Address: String, kind: String)
Types
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