Module: Google::Cloud::ConfigService::V1::Resource::State
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Possible states of a resource.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- PLANNED =
Resource has been planned for reconcile.
1
- IN_PROGRESS =
Resource is actively reconciling into the intended state.
2
- RECONCILED =
Resource has reconciled to intended state.
3
- FAILED =
Resource failed to reconcile.
4