Class AllocatedConnection
Allocated connection of the AppGateway.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class AllocatedConnection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IngressPort
Required. The ingress port of an allocated connection
Declaration
[JsonProperty("ingressPort")]
public virtual int? IngressPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
PscUri
Required. The PSC uri of an allocated connection
Declaration
[JsonProperty("pscUri")]
public virtual string PscUri { get; set; }
Property Value
Type | Description |
---|---|
string |