Class AgentGatewayNetworkConfigDnsPeeringConfig
DNS peering config for the user VPC network.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class AgentGatewayNetworkConfigDnsPeeringConfig : IDirectResponseSchema
Properties
Domains
Required. Domain names for which DNS queries should be forwarded to the target network.
Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetNetwork
Required. Target network in 'target project' to which DNS queries should be forwarded to. Must be in format
of projects/{project}/global/networks/{network}.
Declaration
[JsonProperty("targetNetwork")]
public virtual string TargetNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetProject
Required. Target project ID to which DNS queries should be forwarded to. This can be the same project that contains the AgentGateway or a different project.
Declaration
[JsonProperty("targetProject")]
public virtual string TargetProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |