Show / Hide Table of Contents

Class DnsPeering

DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.

Inheritance
object
DnsPeering
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.DataFusion.v1.Data
Assembly: Google.Apis.DataFusion.v1.dll
Syntax
public class DnsPeering : IDirectResponseSchema

Properties

Description

Optional. Optional description of the dns zone.

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

Domain

Required. The dns name suffix of the zone.

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

ETag

The ETag of the item.

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

Name

Identifier. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}

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

TargetNetwork

Optional. Optional target network to which dns peering should happen.

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

TargetProject

Optional. Optional target project to which dns peering should happen.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX