public sealed class AutoscalingTargets : IMessage<AutoscalingTargets>, IEquatable<AutoscalingTargets>, IDeepCloneable<AutoscalingTargets>, IBufferMessage, IMessage
The Autoscaling targets for a Cluster. These determine the recommended nodes.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version of the `AutoscalingTargets` documentation is 3.24.0, and the page contains links to versions all the way down to 2.4.0."],["The `AutoscalingTargets` class is used to define the recommended number of nodes for a Bigtable cluster and it inherits from `Object`."],["`AutoscalingTargets` implements several interfaces, including `IMessage\u003cAutoscalingTargets\u003e`, `IEquatable\u003cAutoscalingTargets\u003e`, `IDeepCloneable\u003cAutoscalingTargets\u003e`, and `IBufferMessage`."],["The `AutoscalingTargets` class has a property called `CpuUtilizationPercent`, which represents the target CPU utilization for autoscaling and must be between 10 and 80."]]],[]]