ManagedZoneForwardingConfigNameServerTargetResponse

data class ManagedZoneForwardingConfigNameServerTargetResponse(val forwardingPath: String, val ipv4Address: String, val ipv6Address: String, val kind: String)

Constructors

fun ManagedZoneForwardingConfigNameServerTargetResponse(forwardingPath: String, ipv4Address: String, ipv6Address: String, kind: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP 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

IPv4 address of a target name server.

Link copied to clipboard

IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.

Link copied to clipboard