public sealed class Connection : IMessage<Connection>, IEquatable<Connection>, IDeepCloneable<Connection>, IBufferMessage, IMessageImplements
IMessageConnection, IEquatableConnection, IDeepCloneableConnection, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
Connection()
public Connection()Connection(Connection)
public Connection(Connection other)| Parameter | |
|---|---|
| Name | Description |
other |
Connection |
Properties
Cluster
public Cluster Cluster { get; set; }Cluster information.
| Property Value | |
|---|---|
| Type | Description |
Cluster |
|
Endpoint
public string Endpoint { get; set; }The endpoint that the connection is made against.
Format: projects/{project_number}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|
StreamCount
public int StreamCount { get; set; }The count of streams.
| Property Value | |
|---|---|
| Type | Description |
int |
|