state property
Current state of the resource.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
- "PLANNED" : Resource has been planned for reconcile.
- "IN_PROGRESS" : Resource is actively reconciling into the intended state.
- "RECONCILED" : Resource has reconciled to intended state.
- "FAILED" : Resource failed to reconcile.
Implementation
core.String? state;