GoogleApi.BigtableAdmin.V2.Model.AutoscalingTargets (google_api_bigtable_admin v0.20.0) View Source

The Autoscaling targets for a Cluster. These determine the recommended nodes.

Attributes

  • cpuUtilizationPercent (type: integer(), default: nil) - The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.AutoscalingTargets{
  cpuUtilizationPercent: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.