Google Cloud Memorystore for Redis (cluster management) v1 API - Class CrossClusterReplicationConfig.Types.RemoteCluster (1.4.0)

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.

Inheritance

object > CrossClusterReplicationConfig.Types.RemoteCluster

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

RemoteCluster()

public RemoteCluster()

RemoteCluster(RemoteCluster)

public RemoteCluster(CrossClusterReplicationConfig.Types.RemoteCluster other)
Parameter
Name Description
other CrossClusterReplicationConfigTypesRemoteCluster

Properties

Cluster

public string Cluster { get; set; }

The full resource path of the remote cluster in the format: projects/<project>/locations/<region>/clusters/<cluster-id>

Property Value
Type Description
string

ClusterAsClusterName

public ClusterName ClusterAsClusterName { get; set; }

ClusterName-typed view over the Cluster resource name property.

Property Value
Type Description
ClusterName

Uid

public string Uid { get; set; }

Output only. The unique identifier of the remote cluster.

Property Value
Type Description
string