Compute Engine v1 API - Class ComputeEnumConstants.ScalingScheduleStatus.State (2.15.0)

public static class ComputeEnumConstants.ScalingScheduleStatus.State

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ScalingScheduleStatus.State.

Constants for wire representations of the ScalingScheduleStatus.Types.State enum.

Inheritance

object > ComputeEnumConstants.ScalingScheduleStatus.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Active

public const string Active = "ACTIVE"

Wire representation of Active.

Field Value
TypeDescription
string

Disabled

public const string Disabled = "DISABLED"

Wire representation of Disabled.

Field Value
TypeDescription
string

Obsolete

public const string Obsolete = "OBSOLETE"

Wire representation of Obsolete.

Field Value
TypeDescription
string

Ready

public const string Ready = "READY"

Wire representation of Ready.

Field Value
TypeDescription
string

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
TypeDescription
string