GoogleApi.Spanner.V1.Model.InstanceConfig (google_api_spanner v0.23.0) 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 formprojects//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
Specs
t() :: %GoogleApi.Spanner.V1.Model.InstanceConfig{
displayName: String.t(),
name: String.t(),
replicas: [GoogleApi.Spanner.V1.Model.ReplicaInfo.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.