google_api_spanner v0.20.1 GoogleApi.Spanner.V1.Model.ReplicaInfo View Source

Attributes

  • defaultLeaderLocation (type: boolean(), default: nil) - If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.
  • location (type: String.t, default: nil) - The location of the serving resources, e.g. "us-central1".
  • type (type: String.t, default: nil) - The type of replica.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Spanner.V1.Model.ReplicaInfo{
  defaultLeaderLocation: boolean(),
  location: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.