public sealed class AppGateway.Types.AllocatedConnection : IMessage<AppGateway.Types.AllocatedConnection>, IEquatable<AppGateway.Types.AllocatedConnection>, IDeepCloneable<AppGateway.Types.AllocatedConnection>, IBufferMessage, IMessageReference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGateway.Types.AllocatedConnection.
Allocated connection of the AppGateway.
Implements
IMessageAppGatewayTypesAllocatedConnection, IEquatableAppGatewayTypesAllocatedConnection, IDeepCloneableAppGatewayTypesAllocatedConnection, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppGateways.V1Assembly
Google.Cloud.BeyondCorp.AppGateways.V1.dll
Constructors
AllocatedConnection()
public AllocatedConnection()AllocatedConnection(AllocatedConnection)
public AllocatedConnection(AppGateway.Types.AllocatedConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
AppGatewayTypesAllocatedConnection |
Properties
IngressPort
public int IngressPort { get; set; }Required. The ingress port of an allocated connection
| Property Value | |
|---|---|
| Type | Description |
int |
|
PscUri
public string PscUri { get; set; }Required. The PSC uri of an allocated connection
| Property Value | |
|---|---|
| Type | Description |
string |
|