PolicyAlternativeNameServerConfigTargetNameServer

data class PolicyAlternativeNameServerConfigTargetNameServer(val forwardingPath: String? = null, val ipv4Address: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forwardingPath: 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 and private.

Link copied to clipboard

IPv4 address to forward to.