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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ClusterEndpoint` class in the Google Cloud Memorystore for Redis (cluster management) v1 API provides reference documentation and code samples."],["`ClusterEndpoint` represents a collection of PSC connections, one per service attachment, within the same VPC network for cluster access."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has a `Connections` property, which is a `RepeatedField` containing `ConnectionDetail` objects, representing a group of PSC connections."],["The `ClusterEndpoint` class is available in multiple versions, from 1.0.0 up to the latest version 1.4.0, within the `Google.Cloud.Redis.Cluster.V1` namespace."]]],[]]