public static class ComputeEnumConstants.ReservationSlot.StateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ReservationSlot.State.
Constants for wire representations of the ReservationSlot.Types.State enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Active
public const string Active = "ACTIVE"Wire representation of Active.
| Field Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
Unavailable
public const string Unavailable = "UNAVAILABLE"Wire representation of Unavailable.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"Wire representation of UndefinedState.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "STATE_UNSPECIFIED"Wire representation of Unspecified.
| Field Value | |
|---|---|
| Type | Description |
string |
|