Class Membership
An output only view of all the member clusters participating in the cross cluster replication.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class Membership : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryCluster
Output only. The primary cluster that acts as the source of replication for the secondary clusters.
Declaration
[JsonProperty("primaryCluster")]
public virtual RemoteCluster PrimaryCluster { get; set; }
Property Value
Type | Description |
---|---|
RemoteCluster |
SecondaryClusters
Output only. The list of secondary clusters replicating from the primary cluster.
Declaration
[JsonProperty("secondaryClusters")]
public virtual IList<RemoteCluster> SecondaryClusters { get; set; }
Property Value
Type | Description |
---|---|
IList<RemoteCluster> |