Compute Engine v1 API - Class ComputeEnumConstants.AutoscalingPolicy.Mode (2.13.0)

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.

Inheritance

object > ComputeEnumConstants.AutoscalingPolicy.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

OnlyUp

public const string OnlyUp = "ONLY_UP"

Wire representation of OnlyUp.

Field Value
TypeDescription
string

UndefinedMode

public const string UndefinedMode = "UNDEFINED_MODE"

Wire representation of UndefinedMode.

Field Value
TypeDescription
string