GoogleApi.Spanner.V1.Model.IncludeReplicas (google_api_spanner v0.48.0)
View SourceAn IncludeReplicas
contains a repeated set of ReplicaSelection
which indicates the order in which replicas should be considered.
Attributes
-
autoFailoverDisabled
(type:boolean()
, default:nil
) - Iftrue
, Spanner doesn't route requests to a replica outside the <include_replicas
list when all of the specified replicas are unavailable or unhealthy. Default value isfalse
. -
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.IncludeReplicas{ autoFailoverDisabled: boolean() | nil, replicaSelections: [GoogleApi.Spanner.V1.Model.ReplicaSelection.t()] | nil }