Compute Engine v1 API - Class ComputeEnumConstants.Reservation.Status (2.16.0)

public static class ComputeEnumConstants.Reservation.Status

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Reservation.Status.

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

Inheritance

object > ComputeEnumConstants.Reservation.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
Type Description
string

Deleting

public const string Deleting = "DELETING"

Wire representation of Deleting.

Field Value
Type Description
string

Invalid

public const string Invalid = "INVALID"

Wire representation of Invalid.

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

Updating

public const string Updating = "UPDATING"

Wire representation of Updating.

Field Value
Type Description
string