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

The autoscaling targets for an instance.

Attributes

  • highPriorityCpuUtilizationPercent (type: integer(), default: nil) - Required. The target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 90] inclusive.
  • storageUtilizationPercent (type: integer(), default: nil) - Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.AutoscalingTargets{
  highPriorityCpuUtilizationPercent: integer() | nil,
  storageUtilizationPercent: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.