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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.ReplicaInfo{
  defaultLeaderLocation: boolean() | nil,
  location: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.