public static class 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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Off
public const string Off = "OFF"
Wire representation of Off.
Field Value | |
---|---|
Type | Description |
String |
On
public const string On = "ON"
Wire representation of On.
Field Value | |
---|---|
Type | Description |
String |
OnlyScaleOut
public const string OnlyScaleOut = "ONLY_SCALE_OUT"
Wire representation of OnlyScaleOut.
Field Value | |
---|---|
Type | Description |
String |
UndefinedMode
public const string UndefinedMode = "UNDEFINED_MODE"
Wire representation of UndefinedMode.
Field Value | |
---|---|
Type | Description |
String |
Unspecified
public const string Unspecified = "MODE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
String |