Reference documentation and code samples for the Compute V1 Client class State.
Output only. Location state of the wave.
Protobuf type google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State
Namespace
Google \ Cloud \ Compute \ V1 \ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
STATE_FAILED
Value: 50857931Work on the wave failed.
Generated from protobuf enum STATE_FAILED = 50857931;
STATE_IN_PROGRESS
Value: 413162809Work on the wave is in progress.
Generated from protobuf enum STATE_IN_PROGRESS = 413162809;
STATE_PENDING
Value: 369985449Work on the wave is pending.
Generated from protobuf enum STATE_PENDING = 369985449;
STATE_SKIPPED
Value: 515663170Work on the wave was canceled or skipped.
Generated from protobuf enum STATE_SKIPPED = 515663170;
STATE_SUCCEEDED
Value: 466911219Work on the wave succeeded.
Generated from protobuf enum STATE_SUCCEEDED = 466911219;
STATE_UNSPECIFIED
Value: 470755401Undefined default state. Should never be exposed to users.
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;