Class DnsPeering
DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
Implements
Inherited Members
Namespace: Google.Apis.DataFusion.v1beta1.Data
Assembly: Google.Apis.DataFusion.v1beta1.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
Required. 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 |