BeyondCorp AppGateways v1 API - Class AppGateway.Types.AllocatedConnection (1.2.0)

public sealed class AppGateway.Types.AllocatedConnection : IMessage<AppGateway.Types.AllocatedConnection>, IEquatable<AppGateway.Types.AllocatedConnection>, IDeepCloneable<AppGateway.Types.AllocatedConnection>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGateway.Types.AllocatedConnection.

Allocated connection of the AppGateway.

Inheritance

object > AppGateway.Types.AllocatedConnection

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Constructors

AllocatedConnection()

public AllocatedConnection()

AllocatedConnection(AllocatedConnection)

public AllocatedConnection(AppGateway.Types.AllocatedConnection other)
Parameter
NameDescription
otherAppGatewayTypesAllocatedConnection

Properties

IngressPort

public int IngressPort { get; set; }

Required. The ingress port of an allocated connection

Property Value
TypeDescription
int

PscUri

public string PscUri { get; set; }

Required. The PSC uri of an allocated connection

Property Value
TypeDescription
string