View Source GoogleApi.Spanner.V1.Model.ExcludeReplicas (google_api_spanner v0.39.0)

An ExcludeReplicas contains a repeated set of ReplicaSelection that should be excluded from serving requests.

Attributes

  • replicaSelections (type: list(GoogleApi.Spanner.V1.Model.ReplicaSelection.t), default: nil) - The directed read replica selector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.ExcludeReplicas{
  replicaSelections: [GoogleApi.Spanner.V1.Model.ReplicaSelection.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.