public sealed class AgentGateway.Types.NetworkConfig.Types.Egress : IMessage<AgentGateway.Types.NetworkConfig.Types.Egress>, IEquatable<AgentGateway.Types.NetworkConfig.Types.Egress>, IDeepCloneable<AgentGateway.Types.NetworkConfig.Types.Egress>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class AgentGateway.Types.NetworkConfig.Types.Egress.
Configuration for Egress
Implements
IMessageAgentGatewayTypesNetworkConfigTypesEgress, IEquatableAgentGatewayTypesNetworkConfigTypesEgress, IDeepCloneableAgentGatewayTypesNetworkConfigTypesEgress, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
Egress()
public Egress()Egress(Egress)
public Egress(AgentGateway.Types.NetworkConfig.Types.Egress other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentGatewayTypesNetworkConfigTypesEgress |
Properties
NetworkAttachment
public string NetworkAttachment { get; set; }Optional. The URI of the Network Attachment resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TrustConfig
public AgentGateway.Types.NetworkConfig.Types.Egress.Types.TrustConfig TrustConfig { get; set; }Optional. TrustConfig defines the trust configuration for egress.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayTypesNetworkConfigTypesEgressTypesTrustConfig |
|