public sealed class ConnectionDetail : IMessage<ConnectionDetail>, IEquatable<ConnectionDetail>, IDeepCloneable<ConnectionDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ConnectionDetail.
Detailed information of each PSC connection.
Implements
IMessageConnectionDetail, IEquatableConnectionDetail, IDeepCloneableConnectionDetail, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
ConnectionDetail()
public ConnectionDetail()
ConnectionDetail(ConnectionDetail)
public ConnectionDetail(ConnectionDetail other)
Parameter | |
---|---|
Name | Description |
other |
ConnectionDetail |
Properties
ConnectionCase
public ConnectionDetail.ConnectionOneofCase ConnectionCase { get; }
Property Value | |
---|---|
Type | Description |
ConnectionDetailConnectionOneofCase |
PscAutoConnection
public PscAutoConnection PscAutoConnection { get; set; }
Detailed information of a PSC connection that is created through service connectivity automation.
Property Value | |
---|---|
Type | Description |
PscAutoConnection |
PscConnection
public PscConnection PscConnection { get; set; }
Detailed information of a PSC connection that is created by the customer who owns the cluster.
Property Value | |
---|---|
Type | Description |
PscConnection |