public static class ComputeEnumConstants.NodeGroupAutoscalingPolicy.ModeReference 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 |
|