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-04-09 UTC."],[[["This webpage provides documentation for the `NodeGroupAutoscalingPolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `NodeGroupAutoscalingPolicy` documentation is 3.6.0, while the current page displays version 3.5.0, and there are numerous past versions ranging back to 1.0.0."],["The `NodeGroupAutoscalingPolicy` class, which inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is designed to handle autoscaling policies for node groups."],["The class provides properties such as `MaxNodes`, `MinNodes`, and `Mode` to define the autoscaling behavior, including setting the maximum and minimum number of nodes and the autoscaling mode, with a maximum allowed value of 100 for the nodes."],["There are two constructors, one default and one that takes in another `NodeGroupAutoscalingPolicy`, and there are 3 boolean get properties that check if the `max_nodes`, `min_nodes`, or `mode` fields are set, respectively."]]],[]]