GoogleApi.Spanner.V1.Model.ExcludeReplicas (google_api_spanner v0.48.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.