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 document provides reference documentation for the `AutoscalingConfig` class within the Google Cloud Dataproc v1 API, specifically for .NET development."],["The `AutoscalingConfig` class is designed to define the autoscaling policy for a Dataproc cluster, enabling dynamic resource allocation."],["The documentation includes details on the class's inheritance, implementing interfaces, available versions ranging from 3.1.0 to the latest 5.17.0, and inherited members from the base object class."],["It highlights the `PolicyUri` property, which is used to specify the autoscaling policy's resource name, including project ID and Dataproc region."],["It provides details on the constructor, including the use of the parameter `other` which takes an `AutoscalingConfig` object."]]],[]]