public sealed class ClusterConfig : IMessage<Cluster.Types.ClusterConfig>, IEquatable<Cluster.Types.ClusterConfig>, IDeepCloneable<Cluster.Types.ClusterConfig>, 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-21 UTC."],[[["The webpage provides documentation for the `ClusterConfig` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, covering versions from 2.4.0 to the latest 3.24.0."],["`ClusterConfig` is a class used for configuring a cluster and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists inherited members from the base `Object` class, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ClusterConfig` class has two constructors: a default constructor `ClusterConfig()` and another `ClusterConfig(Cluster.Types.ClusterConfig other)` that accepts another `ClusterConfig` object as parameter."],["The `ClusterConfig` class also has a `ClusterAutoscalingConfig` property that allows you to access and modify the autoscaling configuration for a given cluster."]]],[]]