public sealed class AutoscalingTargets : IMessage<AutoscalingTargets>, IEquatable<AutoscalingTargets>, IDeepCloneable<AutoscalingTargets>, IBufferMessage, IMessage
The Autoscaling targets for a Cluster. These determine the recommended nodes.
[[["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 provides documentation for the `AutoscalingTargets` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically version 2.7.0."],["The `AutoscalingTargets` class is used to define the autoscaling parameters for a Bigtable cluster, including the desired CPU utilization percentage."],["The page also shows the class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors and properties, such as `CpuUtilizationPercent`, which allows setting a target CPU utilization."],["The page also displays a comprehensive list of all previous version releases for `AutoscalingTargets` ranging from version 3.24.0 to 2.4.0."]]],[]]