public sealed class ClusterAutoscalingConfig : IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessage
[[["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."],[[["This page details the `ClusterAutoscalingConfig` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is part of the Google Cloud Bigtable Admin API for .NET, covering versions from 2.4.0 to the latest 3.24.0."],["`ClusterAutoscalingConfig` is used to define autoscaling configurations for a cluster, including setting limits and targets."],["The `ClusterAutoscalingConfig` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `ClusterAutoscalingConfig` instance as a parameter, and has properties for setting `AutoscalingLimits` and `AutoscalingTargets`."]]],[]]