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."],[[["The `AutoscalingConfig` class in the Google Cloud Dataproc v1 API allows users to define autoscaling policies for their clusters."],["This class supports multiple versions, ranging from the latest 5.17.0 down to 3.1.0, offering backwards compatibility."],["`AutoscalingConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PolicyUri` property within `AutoscalingConfig` is used to specify the autoscaling policy by its resource name, which must be within the same project and Dataproc region."],["This class is part of the `Google.Cloud.Dataproc.V1` namespace and is located in the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]