public static class ComputeEnumConstants.Autoscaler.Status
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Autoscaler.Status.
Constants for wire representations of the Autoscaler.Types.Status 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 |
Deleting
public const string Deleting = "DELETING"
Wire representation of Deleting.
Field Value | |
---|---|
Type | Description |
string |
Error
public const string Error = "ERROR"
Wire representation of Error.
Field Value | |
---|---|
Type | Description |
string |
Pending
public const string Pending = "PENDING"
Wire representation of Pending.
Field Value | |
---|---|
Type | Description |
string |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
string |