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 latest version of the Google Cloud Dataproc V1 API is 5.17.0, with multiple previous versions available, going back to 3.1.0."],["The `AutoscalingConfig` class, part of the Google.Cloud.Dataproc.V1 namespace, is a key element for managing autoscaling policies within Dataproc clusters."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities for use in various contexts."],["The `AutoscalingConfig` class includes a `PolicyUri` property that allows specifying the autoscaling policy used by a Dataproc cluster, and it must be in the same project and region."],["There are two constructors available for the `AutoscalingConfig` class, one being parameterless and the other accepting another instance of `AutoscalingConfig` for copying."]]],[]]