Show / Hide Table of Contents

Class AllocatedConnection

Allocated connection of the AppGateway.

Inheritance
object
AllocatedConnection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX