Show / Hide Table of Contents

Class ConnectionDetail

Detailed information of each PSC connection.

Inheritance
object
ConnectionDetail
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.CloudRedis.v1.Data
Assembly: Google.Apis.CloudRedis.v1.dll
Syntax
public class ConnectionDetail : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PscAutoConnection

Detailed information of a PSC connection that is created through service connectivity automation.

Declaration
[JsonProperty("pscAutoConnection")]
public virtual PscAutoConnection PscAutoConnection { get; set; }
Property Value
Type Description
PscAutoConnection

PscConnection

Detailed information of a PSC connection that is created by the customer who owns the cluster.

Declaration
[JsonProperty("pscConnection")]
public virtual PscConnection PscConnection { get; set; }
Property Value
Type Description
PscConnection

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX