public sealed class AutoscalingConfig : IMessage<AutoscalingConfig>, IEquatable<AutoscalingConfig>, IDeepCloneable<AutoscalingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AutoscalingConfig.
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."],[[["This webpage provides documentation for the `AutoscalingConfig` class within the Google Cloud Dataproc v1 API, specifically for version 5.13.0."],["The `AutoscalingConfig` class is used to configure autoscaling policies for Dataproc clusters and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists all available versions of `AutoscalingConfig` class, ranging from 3.1.0 to the latest version of 5.17.0."],["The `AutoscalingConfig` class has a `PolicyUri` property, which is an optional string used to specify the autoscaling policy resource name, and it must be located in the same project and Dataproc region."],["The `AutoscalingConfig` class can be constructed using a parameter-less constructor, or a copy constructor that takes another `AutoscalingConfig` as the argument."]]],[]]