google_api_spanner v0.6.1 GoogleApi.Spanner.V1.Model.InstanceConfig View Source

A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.

Attributes

  • displayName (type: String.t, default: nil) - The name of this instance configuration as it appears in UIs.
  • name (type: String.t, default: nil) - A unique identifier for the instance configuration. Values are of the form projects/<project>/instanceConfigs/a-z*
  • replicas (type: list(GoogleApi.Spanner.V1.Model.ReplicaInfo.t), default: nil) - The geographic placement of nodes in this instance configuration and their replication properties.

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.InstanceConfig{
  displayName: String.t(),
  name: String.t(),
  replicas: [GoogleApi.Spanner.V1.Model.ReplicaInfo.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.