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-04-09 UTC."],[[["The `AutoscalingConfig` class is part of the `Google.Cloud.Dataproc.V1` namespace and is found in the `Google.Cloud.Dataproc.V1.dll` assembly."],["This class represents the autoscaling policy configuration associated with a Dataproc cluster and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 5.17.0, and the content provides links to documentation for multiple versions ranging from 3.1.0 to 5.17.0 of the `AutoscalingConfig`."],["`AutoscalingConfig` includes a `PolicyUri` property, which is a string that specifies the resource name of the autoscaling policy being used by the cluster, and must be in the same project and Dataproc region."],["The `AutoscalingConfig` class has two constructors: a parameterless constructor and a constructor that accepts another `AutoscalingConfig` instance as a parameter to be copied."]]],[]]