Show / Hide Table of Contents

Class Membership

An output only view of all the member clusters participating in the cross cluster replication.

Inheritance
object
Membership
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1.Data
Assembly: Google.Apis.CloudRedis.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX