Reference documentation and code samples for the Compute V1 Client class State.
Output only. The current state of the Rollout.
Protobuf type google.cloud.compute.v1.Rollout.State
Namespace
Google \ Cloud \ Compute \ V1 \ RolloutMethods
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;
CANCELLED
Value: 41957681The rollout is in a failure terminal state.
Generated from protobuf enum CANCELLED = 41957681;
CANCELLING
Value: 226950512The rollout is being cancelled.
Generated from protobuf enum CANCELLING = 226950512;
CANCEL_FAILED
Value: 389121442An attempted cancel operation was unsuccessful.
Generated from protobuf enum CANCEL_FAILED = 389121442;
COMPLETED
Value: 309921323The rollout is in a successful terminal state.
Generated from protobuf enum COMPLETED = 309921323;
COMPLETE_FAILED
Value: 188367363An attempted complete operation was unsuccessful.
Generated from protobuf enum COMPLETE_FAILED = 188367363;
COMPLETING
Value: 480759734The rollout is being marked as completed.
Generated from protobuf enum COMPLETING = 480759734;
FAILED
Value: 455706685The rollout completed with failures.
Generated from protobuf enum FAILED = 455706685;
PAUSED
Value: 205491502The rollout is paused.
Generated from protobuf enum PAUSED = 205491502;
PAUSE_FAILED
Value: 7486150An attempted pause operation was unsuccessful.
Generated from protobuf enum PAUSE_FAILED = 7486150;
PAUSING
Value: 464660755The rollout is being paused.
Generated from protobuf enum PAUSING = 464660755;
PROCESSING
Value: 370416403A wave is being processed by the product.
Generated from protobuf enum PROCESSING = 370416403;
READY
Value: 77848963The rollout has been successfully initialized and is ready to start.
Generated from protobuf enum READY = 77848963;
RESUMING
Value: 446856618The rollout is being resumed after being paused.
Generated from protobuf enum RESUMING = 446856618;
ROLLBACK_WAVE_FAILED
Value: 326793064An attempted rollback operation failed to complete successfully.
Generated from protobuf enum ROLLBACK_WAVE_FAILED = 326793064;
ROLLING_BACK
Value: 259411649A wave rollback is in progress for this rollout.
Generated from protobuf enum ROLLING_BACK = 259411649;
STATE_UNSPECIFIED
Value: 470755401Undefined default state. Should never be exposed to users.
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
UNINITIALIZED
Value: 327337595The rollout has been created but is not yet ready to be started.
Generated from protobuf enum UNINITIALIZED = 327337595;
WAVE_FAILED
Value: 195452995The product failed to process the wave.
Generated from protobuf enum WAVE_FAILED = 195452995;