Class AgentGatewayNetworkConfig
NetworkConfig contains network configurations for the AgentGateway.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class AgentGatewayNetworkConfig : IDirectResponseSchema
Properties
DnsPeeringConfig
Optional. Optional DNS peering configuration for connectivity to your private VPC network.
Declaration
[JsonProperty("dnsPeeringConfig")]
public virtual AgentGatewayNetworkConfigDnsPeeringConfig DnsPeeringConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentGatewayNetworkConfigDnsPeeringConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Egress
Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.
Declaration
[JsonProperty("egress")]
public virtual AgentGatewayNetworkConfigEgress Egress { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentGatewayNetworkConfigEgress |