Network Services v1 API - Class AgentGateway.Types.NetworkConfig (1.7.0)

public sealed class AgentGateway.Types.NetworkConfig : IMessage<AgentGateway.Types.NetworkConfig>, IEquatable<AgentGateway.Types.NetworkConfig>, IDeepCloneable<AgentGateway.Types.NetworkConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class AgentGateway.Types.NetworkConfig.

NetworkConfig contains network configurations for the AgentGateway.

Inheritance

object > AgentGateway.Types.NetworkConfig

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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