Google Cloud Memorystore for Redis (cluster management) v1 API - Class ClusterEndpoint (1.4.0)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ClusterEndpoint.

ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.

Inheritance

object > ClusterEndpoint

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

ClusterEndpoint()

public ClusterEndpoint()

ClusterEndpoint(ClusterEndpoint)

public ClusterEndpoint(ClusterEndpoint other)
Parameter
Name Description
other ClusterEndpoint

Properties

Connections

public RepeatedField<ConnectionDetail> Connections { get; }

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

Property Value
Type Description
RepeatedFieldConnectionDetail