The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
Check the Mode enum for the list of possible values.
[[["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 `NodeGroupAutoscalingPolicy` class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly, offering autoscaling capabilities for node groups."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like message handling, equality comparison, deep cloning, and buffered messaging."],["The `NodeGroupAutoscalingPolicy` class has constructors for creating new instances, either empty or by copying an existing `NodeGroupAutoscalingPolicy` object."],["Key properties of the class include `MaxNodes` (maximum nodes), `MinNodes` (minimum nodes), and `Mode` (autoscaling mode), with methods to check if these fields have been set through `HasMaxNodes`, `HasMinNodes`, and `HasMode` respectively."],["The document provides links to documentation for multiple versions of the `NodeGroupAutoscalingPolicy` class, ranging from version 1.0.0 to the latest 3.6.0, allowing users to choose the version relevant to them."]]],[]]