public sealed class BasicAutoscalingAlgorithm : IMessage<BasicAutoscalingAlgorithm>, IEquatable<BasicAutoscalingAlgorithm>, IDeepCloneable<BasicAutoscalingAlgorithm>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This page details the `BasicAutoscalingAlgorithm` class within the `Google.Cloud.Dataproc.V1` namespace for .NET, with the latest version being 5.17.0 and going down to version 3.1.0."],["The `BasicAutoscalingAlgorithm` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows it to manage the basic autoscaling feature."],["The class includes properties such as `CooldownPeriod`, defining the time between scaling events, and `YarnConfig`, for configuring YARN autoscaling."],["The class provides two constructors: a parameterless `BasicAutoscalingAlgorithm()` and a `BasicAutoscalingAlgorithm(BasicAutoscalingAlgorithm other)` to create a new instance based on another, with inheritance from `Object`."],["The webpage lists various previous versions of the class with links to their respective documentation pages, including versions 5.16.0 down to 3.1.0."]]],[]]