GoogleApi.Spanner.V1.Model.AutoscalingConfigOverrides (google_api_spanner v0.48.0)

View Source

Overrides the top-level autoscaling configuration for the replicas identified by replica_selection. All fields in this message are optional. Any unspecified fields will use the corresponding values from the top-level autoscaling configuration.

Attributes

  • autoscalingLimits (type: GoogleApi.Spanner.V1.Model.AutoscalingLimits.t, default: nil) - Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
  • autoscalingTargetHighPriorityCpuUtilizationPercent (type: integer(), default: nil) - Optional. If specified, overrides the autoscaling target high_priority_cpu_utilization_percent in the top-level autoscaling configuration for the selected replicas.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.AutoscalingConfigOverrides{
  autoscalingLimits: GoogleApi.Spanner.V1.Model.AutoscalingLimits.t() | nil,
  autoscalingTargetHighPriorityCpuUtilizationPercent: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.