Class ManagedZoneForwardingConfigNameServerTarget
Inheritance
ManagedZoneForwardingConfigNameServerTarget
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ManagedZoneForwardingConfigNameServerTarget : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ForwardingPath
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.
Declaration
[JsonProperty("forwardingPath")]
public virtual string ForwardingPath { get; set; }
Property Value
Ipv4Address
IPv4 address of a target name server.
Declaration
[JsonProperty("ipv4Address")]
public virtual string Ipv4Address { get; set; }
Property Value
Ipv6Address
IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated.
Public preview as of November 2022.
Declaration
[JsonProperty("ipv6Address")]
public virtual string Ipv6Address { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Implements