Show / Hide Table of Contents

Class PolicyAlternativeNameServerConfig

Inheritance
object
PolicyAlternativeNameServerConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class PolicyAlternativeNameServerConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Kind

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

TargetNameServers

Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not available when an alternative name server is specified.

Declaration
[JsonProperty("targetNameServers")]
public virtual IList<PolicyAlternativeNameServerConfigTargetNameServer> TargetNameServers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><PolicyAlternativeNameServerConfigTargetNameServer>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX