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, specifically for version 3.1.0 and later, but with a range back to version 2.4.0."],["`ClusterAutoscalingConfig` is a sealed class used to manage autoscaling configurations for clusters."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class includes two constructors, one default and one that accepts another `ClusterAutoscalingConfig` object to create a new object from the existing one, and includes two properties, `AutoscalingLimits` and `AutoscalingTargets`, which are both required for defining the cluster autoscaling behavior."]]],[]]