public static class ComputeEnumConstants.AutoscalingPolicy.Mode
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.AutoscalingPolicy.Mode.
Constants for wire representations of the AutoscalingPolicy.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 |
OnlyUp
public const string OnlyUp = "ONLY_UP"
Wire representation of OnlyUp.
Field Value | |
---|---|
Type | Description |
string |
UndefinedMode
public const string UndefinedMode = "UNDEFINED_MODE"
Wire representation of UndefinedMode.
Field Value | |
---|---|
Type | Description |
string |