public static class Status
Constants for wire representations of the Disk.Types.Status enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Creating
public const string Creating = "CREATING"
Wire representation of Creating.
Field Value | |
---|---|
Type | Description |
String |
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 |
Ready
public const string Ready = "READY"
Wire representation of Ready.
Field Value | |
---|---|
Type | Description |
String |
Restoring
public const string Restoring = "RESTORING"
Wire representation of Restoring.
Field Value | |
---|---|
Type | Description |
String |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
String |