Apigee Connect v1 API - Class Connection (2.2.0)

public sealed class Connection : IMessage<Connection>, IEquatable<Connection>, IDeepCloneable<Connection>, IBufferMessage, IMessage

Inheritance

object > Connection

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

Google.Cloud.ApigeeConnect.V1.dll

Constructors

Connection()

public Connection()

Connection(Connection)

public Connection(Connection other)
Parameter
NameDescription
otherConnection

Properties

Cluster

public Cluster Cluster { get; set; }

Cluster information.

Property Value
TypeDescription
Cluster

Endpoint

public string Endpoint { get; set; }

The endpoint that the connection is made against. Format: projects/{project_number}/endpoints/{endpoint}

Property Value
TypeDescription
string

StreamCount

public int StreamCount { get; set; }

The count of streams.

Property Value
TypeDescription
int