Policy Alternative Name Server Config Target Name Server
data class PolicyAlternativeNameServerConfigTargetNameServer(val forwardingPath: String? = null, val ipv4Address: String)
Constructors
Link copied to clipboard
fun PolicyAlternativeNameServerConfigTargetNameServer(forwardingPath: String? = null, ipv4Address: String)
Types
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 and private.
Link copied to clipboard