public enum Resource.Types.StateReference documentation and code samples for the Infrastructure Manager v1 API enum Resource.Types.State.
Possible states of a resource.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
Resource failed to reconcile. |
InProgress |
Resource is actively reconciling into the intended state. |
Planned |
Resource has been planned for reconcile. |
Reconciled |
Resource has reconciled to intended state. |
Unspecified |
The default value. This value is used if the state is omitted. |