public sealed class ClientConnectorService.Types.Egress : IMessage<ClientConnectorService.Types.Egress>, IEquatable<ClientConnectorService.Types.Egress>, IDeepCloneable<ClientConnectorService.Types.Egress>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorService.Types.Egress.
The details of the egress info. One of the following options should be set.
Implements
IMessageClientConnectorServiceTypesEgress, IEquatableClientConnectorServiceTypesEgress, IDeepCloneableClientConnectorServiceTypesEgress, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Constructors
Egress()
public Egress()
Egress(Egress)
public Egress(ClientConnectorService.Types.Egress other)
Parameter | |
---|---|
Name | Description |
other | ClientConnectorServiceTypesEgress |
Properties
DestinationTypeCase
public ClientConnectorService.Types.Egress.DestinationTypeOneofCase DestinationTypeCase { get; }
Property Value | |
---|---|
Type | Description |
ClientConnectorServiceTypesEgressDestinationTypeOneofCase |
PeeredVpc
public ClientConnectorService.Types.Egress.Types.PeeredVpc PeeredVpc { get; set; }
A VPC from the consumer project.
Property Value | |
---|---|
Type | Description |
ClientConnectorServiceTypesEgressTypesPeeredVpc |