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-21 UTC."],[[["This webpage details the `AutoscalingTargets` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used to define the recommended node configurations for a Bigtable cluster's autoscaling feature."],["The latest version of `AutoscalingTargets` is 3.24.0, but the page also provides links to previous versions ranging from 3.23.0 down to 2.4.0, allowing for exploration of version history."],["The `AutoscalingTargets` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, indicating its role within the Google Cloud Protobuf framework."],["`AutoscalingTargets` has two constructors, a default one and one that clones another `AutoscalingTargets` object, plus a `CpuUtilizationPercent` property of type `Int32`, which configures the target CPU utilization for the autoscaler, on a scale of 0 to 100, with valid values between 10 and 80."]]],[]]