state property
The current state of the deployment.
See https://google.aip.dev/216.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State not set (this is not a valid state).
- "ACTIVE" : The deployment is ready and in sync with the parent group.
- "CREATING" : The deployment is being created.
- "DELETING" : The deployment is being deleted.
- "OUT_OF_SYNC" : The deployment is out of sync with the parent group. In most cases, this is a result of a transient issue within the system (e.g. a delayed data-path config) and the system is expected to recover automatically. See the parent deployment group's state for more details.
- "DELETE_FAILED" : An attempt to delete the deployment has failed. This is a terminal state and the deployment is not expected to recover. The only permitted operation is to retry deleting the deployment.
Implementation
core.String? state;