public static class ComputeEnumConstants.Image.Status
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Image.Status.
Constants for wire representations of the Image.Types.Status enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Deleting
public const string Deleting = "DELETING"
Wire representation of Deleting.
Field Value | |
---|---|
Type | Description |
string |
Failed
public const string Failed = "FAILED"
Wire representation of Failed.
Field Value | |
---|---|
Type | Description |
string |
Pending
public const string Pending = "PENDING"
Wire representation of Pending.
Field Value | |
---|---|
Type | Description |
string |
Ready
public const string Ready = "READY"
Wire representation of Ready.
Field Value | |
---|---|
Type | Description |
string |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
string |