public sealed class AgentGateway.Types.NetworkConfig : IMessage<AgentGateway.Types.NetworkConfig>, IEquatable<AgentGateway.Types.NetworkConfig>, IDeepCloneable<AgentGateway.Types.NetworkConfig>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class AgentGateway.Types.NetworkConfig.
NetworkConfig contains network configurations for the AgentGateway.
Implements
IMessageAgentGatewayTypesNetworkConfig, IEquatableAgentGatewayTypesNetworkConfig, IDeepCloneableAgentGatewayTypesNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
NetworkConfig()
public NetworkConfig()NetworkConfig(NetworkConfig)
public NetworkConfig(AgentGateway.Types.NetworkConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentGatewayTypesNetworkConfig |
Properties
DnsPeeringConfig
public AgentGateway.Types.NetworkConfig.Types.DnsPeeringConfig DnsPeeringConfig { get; set; }Optional. Optional DNS peering configuration for connectivity to your private VPC network.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayTypesNetworkConfigTypesDnsPeeringConfig |
|
Egress
public AgentGateway.Types.NetworkConfig.Types.Egress Egress { get; set; }Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayTypesNetworkConfigTypesEgress |
|