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 latest version available for `Google.Cloud.Dataproc.V1.AutoscalingConfig` is 5.17.0, and there are several previous versions ranging from 5.16.0 down to 3.1.0 documented."],["`AutoscalingConfig` is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutoscalingConfig` class is part of the `Google.Cloud.Dataproc.V1` namespace and is used to define the autoscaling policy configuration for a cluster."],["It can be instantiated using two constructors, a parameterless constructor `AutoscalingConfig()` and another constructor `AutoscalingConfig(AutoscalingConfig other)` that takes another `AutoscalingConfig` as an argument."],["The class includes one public property, `PolicyUri`, which is a string that specifies the URI of the autoscaling policy to be used by the cluster, which must be in the same project and Dataproc region."]]],[]]