Class RemoteCluster
Details of the remote cluster associated with this cluster in a cross cluster replication setup.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class RemoteCluster : IDirectResponseSchema
Properties
Cluster
The full resource path of the remote cluster in the format: projects//locations//clusters/
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uid
Output only. The unique identifier of the remote cluster.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |