Class ComputeEnumConstants.MachineImage.Status (2.1.0)

public static class Status

Constants for wire representations of the MachineImage.Types.Status enum.

Inheritance

Object > ComputeEnumConstants.MachineImage.Status

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Creating

public const string Creating = "CREATING"

Wire representation of Creating.

Field Value
TypeDescription
String

Deleting

public const string Deleting = "DELETING"

Wire representation of Deleting.

Field Value
TypeDescription
String

Invalid

public const string Invalid = "INVALID"

Wire representation of Invalid.

Field Value
TypeDescription
String

Ready

public const string Ready = "READY"

Wire representation of Ready.

Field Value
TypeDescription
String

UndefinedStatus

public const string UndefinedStatus = "UNDEFINED_STATUS"

Wire representation of UndefinedStatus.

Field Value
TypeDescription
String

Uploading

public const string Uploading = "UPLOADING"

Wire representation of Uploading.

Field Value
TypeDescription
String