Class DnsPeeringConfig
DNS Peering configuration.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class DnsPeeringConfig : IDirectResponseSchema
Properties
Domain
Optional. The domain to peer.
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 |
TargetNetwork
Optional. The target network resource name for DNS peering. Format: projects/{project}/global/networks/{network_id}
Declaration
[JsonProperty("targetNetwork")]
public virtual string TargetNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |