public static class ComputeEnumConstants.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.StateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State.
Constants for wire representations of the RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.Types.State enum.
Inheritance
object > ComputeEnumConstants.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.StateNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Failed
public const string Failed = "STATE_FAILED"Wire representation of Failed .
| Field Value | |
|---|---|
| Type | Description |
string |
|
InProgress
public const string InProgress = "STATE_IN_PROGRESS"Wire representation of InProgress .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Pending
public const string Pending = "STATE_PENDING"Wire representation of Pending .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Skipped
public const string Skipped = "STATE_SKIPPED"Wire representation of Skipped .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Succeeded
public const string Succeeded = "STATE_SUCCEEDED"Wire representation of Succeeded .
| 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 |
|