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."],[[["This webpage provides documentation for the `NodeGroupAutoscalingPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage across multiple versions of the library."],["The `NodeGroupAutoscalingPolicy` class is designed for managing the autoscaling properties of a node group and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MaxNodes`, `MinNodes`, and `Mode` to configure the autoscaling behavior, with `MaxNodes` having a maximum allowed value of 100."],["There are multiple versions of this `NodeGroupAutoscalingPolicy` going back from the current latest version of 3.6.0 all the way back to 1.0.0, with each providing documentation."],["The class offers two constructors: a default constructor `NodeGroupAutoscalingPolicy()` and one that accepts another `NodeGroupAutoscalingPolicy` object as a parameter for creating a new instance from an existing one."]]],[]]