public sealed class CrossClusterReplicationConfig.Types.RemoteCluster : IMessage<CrossClusterReplicationConfig.Types.RemoteCluster>, IEquatable<CrossClusterReplicationConfig.Types.RemoteCluster>, IDeepCloneable<CrossClusterReplicationConfig.Types.RemoteCluster>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class CrossClusterReplicationConfig.Types.RemoteCluster.
Details of the remote cluster associated with this cluster in a cross
cluster replication setup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `CrossClusterReplicationConfig.Types.RemoteCluster` class, which is part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `RemoteCluster` class is used to define the details of a remote cluster within a cross-cluster replication setup and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the class available, with version 1.4.0 being the latest, and it inherits from the base `object` class."],["The class has two constructors, one of which accepts another `RemoteCluster` object to create a new one and also has properties including `Cluster` (the remote cluster resource path), `ClusterAsClusterName` (a typed view over the cluster name), and `Uid` (the remote cluster's unique identifier)."],["The namespace for this class is `Google.Cloud.Redis.Cluster.V1`, and it is contained within the `Google.Cloud.Redis.Cluster.V1.dll` assembly."]]],[]]