Module: Google::Cloud::Deploy::V1::Phase::State

Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Valid states of a Phase.

Constant Summary collapse

STATE_UNSPECIFIED =

The Phase has an unspecified state.

0
PENDING =

The Phase is waiting for an earlier Phase(s) to complete.

1
IN_PROGRESS =

The Phase is in progress.

2
SUCCEEDED =

The Phase has succeeded.

3
FAILED =

The Phase has failed.

4
ABORTED =

The Phase was aborted.

5
SKIPPED =

The Phase was skipped.

6