public sealed class AutoscalingLimits : IMessage<AutoscalingLimits>, IEquatable<AutoscalingLimits>, IDeepCloneable<AutoscalingLimits>, IBufferMessage, IMessage
Limits for the number of nodes a Cluster can autoscale up/down to.
[[["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 webpage provides documentation for the `AutoscalingLimits` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its functionality for managing cluster node scaling."],["The latest version available is 3.24.0, with a list of past versions back to 2.4.0, all relating to the `AutoscalingLimits` feature."],["`AutoscalingLimits` is a sealed class implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used to define the number of nodes a Bigtable Cluster can scale automatically."],["The `AutoscalingLimits` class offers properties to set both the `MaxServeNodes` and `MinServeNodes`, defining the upper and lower limits for autoscaling, respectively, both being Int32 values."],["The class includes a default constructor `AutoscalingLimits()` and an overloaded constructor that takes an `AutoscalingLimits` object as a parameter, and inherits several methods from the base `Object` class."]]],[]]