View Source GoogleApi.Redis.V1.Model.Membership (google_api_redis v0.43.0)

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

Attributes

  • primaryCluster (type: GoogleApi.Redis.V1.Model.RemoteCluster.t, default: nil) - Output only. The primary cluster that acts as the source of replication for the secondary clusters.
  • secondaryClusters (type: list(GoogleApi.Redis.V1.Model.RemoteCluster.t), default: nil) - Output only. The list of secondary clusters replicating from the primary cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.Membership{
  primaryCluster: GoogleApi.Redis.V1.Model.RemoteCluster.t() | nil,
  secondaryClusters: [GoogleApi.Redis.V1.Model.RemoteCluster.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.