Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Rollout::State (v3.7.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Rollout::State.

Output only. The current state of the Rollout.

Constants

UNDEFINED_STATE

value: 0
A value indicating that the enum field is not set.

CANCELLED

value: 41_957_681
The rollout is in a failure terminal state.

CANCELLING

value: 226_950_512
The rollout is being cancelled.

CANCEL_FAILED

value: 389_121_442
An attempted cancel operation was unsuccessful.

COMPLETED

value: 309_921_323
The rollout is in a successful terminal state.

COMPLETE_FAILED

value: 188_367_363
An attempted complete operation was unsuccessful.

COMPLETING

value: 480_759_734
The rollout is being marked as completed.

FAILED

value: 455_706_685
The rollout completed with failures.

PAUSED

value: 205_491_502
The rollout is paused.

PAUSE_FAILED

value: 7_486_150
An attempted pause operation was unsuccessful.

PAUSING

value: 464_660_755
The rollout is being paused.

PROCESSING

value: 370_416_403
A wave is being processed by the product.

READY

value: 77_848_963
The rollout has been successfully initialized and is ready to start.

RESUMING

value: 446_856_618
The rollout is being resumed after being paused.

ROLLBACK_WAVE_FAILED

value: 326_793_064
An attempted rollback operation failed to complete successfully.

ROLLING_BACK

value: 259_411_649
A wave rollback is in progress for this rollout.

STATE_UNSPECIFIED

value: 470_755_401
Undefined default state. Should never be exposed to users.

UNINITIALIZED

value: 327_337_595
The rollout has been created but is not yet ready to be started.

WAVE_FAILED

value: 195_452_995
The product failed to process the wave.