Module: Google::Cloud::Config::V1::Revision::State

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

Overview

Possible states of a revision.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
APPLYING =

The revision is being applied.

1
APPLIED =

The revision was applied successfully.

2
FAILED =

The revision could not be applied successfully.

3