RolloutUpdateType(value)
RolloutUpdateType indicates the type of the rollout update.
Enums |
|
---|---|
Name | Description |
ROLLOUT_UPDATE_TYPE_UNSPECIFIED |
Rollout update type unspecified. |
PENDING |
rollout state updated to pending. |
PENDING_RELEASE |
Rollout state updated to pending release. |
IN_PROGRESS |
Rollout state updated to in progress. |
CANCELLING |
Rollout state updated to cancelling. |
CANCELLED |
Rollout state updated to cancelled. |
HALTED |
Rollout state updated to halted. |
SUCCEEDED |
Rollout state updated to succeeded. |
FAILED |
Rollout state updated to failed. |
APPROVAL_REQUIRED |
Rollout requires approval. |
APPROVED |
Rollout has been approved. |
REJECTED |
Rollout has been rejected. |
ADVANCE_REQUIRED |
Rollout requires advance to the next phase. |
ADVANCED |
Rollout has been advanced. |