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 latest version available for `NodeGroupAutoscalingPolicy` is 3.6.0, and the page provides access to various past versions, including 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, and versions 2.x and 1.x."],["The `NodeGroupAutoscalingPolicy` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class, and is contained within the `Google.Cloud.Compute.V1` namespace in the `Google.Cloud.Compute.V1.dll` assembly."],["This class offers two constructors: a default constructor `NodeGroupAutoscalingPolicy()` and a copy constructor `NodeGroupAutoscalingPolicy(NodeGroupAutoscalingPolicy other)` for creating a new instance from an existing one."],["The `NodeGroupAutoscalingPolicy` has properties like `HasMaxNodes`, `HasMinNodes`, `HasMode`, which indicate whether the corresponding fields are set, and properties like `MaxNodes`, `MinNodes`, and `Mode` for managing the autoscaling settings, including the maximum and minimum number of nodes and the autoscaling mode."],["The autoscaling mode can be set to \"ON\", \"OFF\", or \"ONLY_SCALE_OUT\", offering different control levels for the automatic scaling of the node group."]]],[]]