google_api_spanner v0.2.0 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 (String.t): The name of this instance configuration as it appears in UIs. Defaults to: null.
  • name (String.t): A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/a-z*` Defaults to: null.

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: any(),
  name: any()
}

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.