Service Management V1 API - Module Google::Cloud::ServiceManagement::V1::Rollout::RolloutStatus (v0.11.0)

Reference documentation and code samples for the Service Management V1 API module Google::Cloud::ServiceManagement::V1::Rollout::RolloutStatus.

Status of a Rollout.

Constants

ROLLOUT_STATUS_UNSPECIFIED

value: 0
No status specified.

IN_PROGRESS

value: 1
The Rollout is in progress.

SUCCESS

value: 2
The Rollout has completed successfully.

CANCELLED

value: 3
The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.

FAILED

value: 4
The Rollout has failed and the rollback attempt has failed too.

PENDING

value: 5
The Rollout has not started yet and is pending for execution.

FAILED_ROLLED_BACK

value: 6
The Rollout has failed and rolled back to the previous successful Rollout.