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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Active
public const string Active = "ACTIVE"
Wire representation of Active.
Field Value | |
---|---|
Type | Description |
string |
Disabled
public const string Disabled = "DISABLED"
Wire representation of Disabled.
Field Value | |
---|---|
Type | Description |
string |
Obsolete
public const string Obsolete = "OBSOLETE"
Wire representation of Obsolete.
Field Value | |
---|---|
Type | Description |
string |
Ready
public const string Ready = "READY"
Wire representation of Ready.
Field Value | |
---|---|
Type | Description |
string |
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"
Wire representation of UndefinedState.
Field Value | |
---|---|
Type | Description |
string |