Module: Google::Cloud::ConfigService::V1::Preview::State

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

Overview

Possible states of a preview.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
CREATING =

The preview is being created.

1
SUCCEEDED =

The preview has succeeded.

2
APPLYING =

The preview is being applied.

3
STALE =

The preview is stale. A preview can become stale if a revision has been applied after this preview was created.

4
DELETING =

The preview is being deleted.

5
FAILED =

The preview has encountered an unexpected error.

6
DELETED =

The preview has been deleted.

7