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

Details of the remote cluster associated with this cluster in a cross cluster replication setup.

Attributes

  • cluster (type: String.t, default: nil) - The full resource path of the remote cluster in the format: projects//locations//clusters/
  • uid (type: String.t, default: nil) - Output only. The unique identifier of the remote cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.RemoteCluster{
  cluster: String.t() | nil,
  uid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.