public sealed class AutoscalingConfig : IMessage<AutoscalingConfig>, IEquatable<AutoscalingConfig>, IDeepCloneable<AutoscalingConfig>, IBufferMessage, IMessage
Autoscaling Policy config associated with the cluster.
[[["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 page details the `AutoscalingConfig` class within the `Google.Cloud.Dataproc.V1` namespace, which is used to define autoscaling policies for Dataproc clusters."],["It shows the latest version of `AutoscalingConfig` is 5.17.0, and lists previous versions down to 3.1.0, each linked to their respective documentation."],["The `AutoscalingConfig` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AutoscalingConfig` has one property named `PolicyUri`, a string used for the policy's resource name, containing the project ID and Dataproc region."],["The page provides information on the constructors of `AutoscalingConfig`, which include a default constructor and a copy constructor."]]],[]]