Compute Engine v1 API - Enum NodeGroupAutoscalingPolicy.Types.Mode (2.13.0)

public enum NodeGroupAutoscalingPolicy.Types.Mode

Reference documentation and code samples for the Compute Engine v1 API enum NodeGroupAutoscalingPolicy.Types.Mode.

The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Off

Autoscaling is disabled.

On

Autocaling is fully enabled.

OnlyScaleOut

Autoscaling will only scale out and will not remove nodes.

UndefinedMode

A value indicating that the enum field is not set.

Unspecified