Compute Engine v1 API - Class ComputeEnumConstants.Commitment.Status (2.10.0)

public static class ComputeEnumConstants.Commitment.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.

Inheritance

object > ComputeEnumConstants.Commitment.Status

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Active

public const string Active = "ACTIVE"

Wire representation of Active.

Field Value
TypeDescription
string

Cancelled

public const string Cancelled = "CANCELLED"

Wire representation of Cancelled.

Field Value
TypeDescription
string

Creating

public const string Creating = "CREATING"

Wire representation of Creating.

Field Value
TypeDescription
string

Expired

public const string Expired = "EXPIRED"

Wire representation of Expired.

Field Value
TypeDescription
string

NotYetActive

public const string NotYetActive = "NOT_YET_ACTIVE"

Wire representation of NotYetActive.

Field Value
TypeDescription
string

UndefinedStatus

public const string UndefinedStatus = "UNDEFINED_STATUS"

Wire representation of UndefinedStatus.

Field Value
TypeDescription
string