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

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), and is limited between 10 and 80, otherwise it will return INVALID_ARGUMENT error.
  • storageUtilizationGibPerNode (type: integer(), default: nil) - The storage utilization that the Autoscaler should be trying to achieve. This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster, otherwise it will return INVALID_ARGUMENT error. If this value is set to 0, it will be treated as if it were set to the default value: 2560 for SSD, 8192 for HDD.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.