public sealed class BasicAutoscalingAlgorithm : IMessage<BasicAutoscalingAlgorithm>, IEquatable<BasicAutoscalingAlgorithm>, IDeepCloneable<BasicAutoscalingAlgorithm>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class BasicAutoscalingAlgorithm.
[[["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 page provides documentation for the `BasicAutoscalingAlgorithm` class within the Google Cloud Dataproc v1 API, with the latest version being 5.17.0."],["The `BasicAutoscalingAlgorithm` class is a basic algorithm for autoscaling, that inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BasicAutoscalingAlgorithm` class has properties including `ConfigCase`, `CooldownPeriod` (duration between scaling events, with a default of 2 minutes), and `YarnConfig` (required YARN autoscaling configuration)."],["There are various previous versions of this document available, ranging from version 5.16.0 down to version 3.1.0, allowing users to see the code from each of these versions."],["The class also offers two constructors: a default constructor and one that takes another `BasicAutoscalingAlgorithm` object as a parameter for copying."]]],[]]