public enum InterceptDeployment.Types.StateReference documentation and code samples for the Network Security v1 API enum InterceptDeployment.Types.State.
The current state of the deployment.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The deployment is ready and in sync with the parent group. |
Creating |
The deployment is being created. |
DeleteFailed |
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. |
Deleting |
The deployment is being deleted. |
OutOfSync |
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. |
Unspecified |
State not set (this is not a valid state). |