public static class Status
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Commitment.Status.
Constants for wire representations of the Commitment.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 |
Cancelled
public const string Cancelled = "CANCELLED"
Wire representation of Cancelled.
Field Value | |
---|---|
Type | Description |
String |
Creating
public const string Creating = "CREATING"
Wire representation of Creating.
Field Value | |
---|---|
Type | Description |
String |
Expired
public const string Expired = "EXPIRED"
Wire representation of Expired.
Field Value | |
---|---|
Type | Description |
String |
NotYetActive
public const string NotYetActive = "NOT_YET_ACTIVE"
Wire representation of NotYetActive.
Field Value | |
---|---|
Type | Description |
String |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
String |