Module: Google::Cloud::Config::V1::Deployment::State

Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Possible states of a deployment.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
CREATING =

The deployment is being created.

1
ACTIVE =

The deployment is healthy.

2
UPDATING =

The deployment is being updated.

3
DELETING =

The deployment is being deleted.

4
FAILED =

The deployment has encountered an unexpected error.

5
SUSPENDED =

The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion.

6
DELETED =

The deployment has been deleted.

7