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

Autoscaling config for an instance.

Attributes

  • autoscalingLimits (type: GoogleApi.Spanner.V1.Model.AutoscalingLimits.t, default: nil) - Required. Autoscaling limits for an instance.
  • autoscalingTargets (type: GoogleApi.Spanner.V1.Model.AutoscalingTargets.t, default: nil) - Required. The autoscaling targets for an instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.AutoscalingConfig{
  autoscalingLimits: GoogleApi.Spanner.V1.Model.AutoscalingLimits.t() | nil,
  autoscalingTargets: GoogleApi.Spanner.V1.Model.AutoscalingTargets.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.