Module: Google::Cloud::Deploy::V1::Rollout::State
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid states of a Rollout.
Constant Summary collapse
- STATE_UNSPECIFIED =
The
Rollouthas an unspecified state. 0- SUCCEEDED =
The
Rollouthas completed successfully. 1- FAILED =
The
Rollouthas failed. 2- IN_PROGRESS =
The
Rolloutis being deployed. 3- PENDING_APPROVAL =
The
Rolloutneeds approval. 4- APPROVAL_REJECTED =
An approver rejected the
Rollout. 5- PENDING =
The
Rolloutis waiting for an earlier Rollout(s) to complete on thisTarget. 6- PENDING_RELEASE =
The
Rolloutis waiting for theReleaseto be fully rendered. 7- CANCELLING =
The
Rolloutis in the process of being cancelled. 8- CANCELLED =
The
Rollouthas been cancelled. 9- HALTED =
The
Rolloutis halted. 10