Class ComputeEnumConstants.Commitment.Status (1.1.0)

public static class 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

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