Compute Engine v1 API - Class ComputeEnumConstants.NodeGroupAutoscalingPolicy.Mode (2.15.0)

public static class ComputeEnumConstants.NodeGroupAutoscalingPolicy.Mode

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.NodeGroupAutoscalingPolicy.Mode.

Constants for wire representations of the NodeGroupAutoscalingPolicy.Types.Mode enum.

Inheritance

object > ComputeEnumConstants.NodeGroupAutoscalingPolicy.Mode

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Off

public const string Off = "OFF"

Wire representation of Off.

Field Value
TypeDescription
string

On

public const string On = "ON"

Wire representation of On.

Field Value
TypeDescription
string

OnlyScaleOut

public const string OnlyScaleOut = "ONLY_SCALE_OUT"

Wire representation of OnlyScaleOut.

Field Value
TypeDescription
string

UndefinedMode

public const string UndefinedMode = "UNDEFINED_MODE"

Wire representation of UndefinedMode.

Field Value
TypeDescription
string

Unspecified

public const string Unspecified = "MODE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
string