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 is used to configure autoscaling policies for clusters, enabling dynamic resource management."],["This document provides reference documentation and code samples for the `AutoscalingConfig` class, specifically highlighting its inheritance, implementation of interfaces, and members."],["The latest version of the `AutoscalingConfig` class is 5.17.0, with several previous versions ranging from 5.16.0 down to 3.1.0 also documented."],["The `PolicyUri` property within the `AutoscalingConfig` class allows for the specification of the autoscaling policy to be used, using either the full URI or resource name."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class, demonstrating its structure and capabilities."]]],[]]