Show / Hide Table of Contents

Class ManagedZoneForwardingConfigNameServerTarget

Inheritance
System.Object
ManagedZoneForwardingConfigNameServerTarget
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class ManagedZoneForwardingConfigNameServerTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

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
Type Description
System.String

Ipv4Address

IPv4 address of a target name server.

Declaration
[JsonProperty("ipv4Address")]
public virtual string Ipv4Address { get; set; }
Property Value
Type Description
System.String

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top