public enum Deployment.Types.State
Reference documentation and code samples for the Infrastructure Manager v1 API enum Deployment.Types.State.
Possible states of a deployment.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The deployment is healthy. |
Creating |
The deployment is being created. |
Deleted |
The deployment has been deleted. |
Deleting |
The deployment is being deleted. |
Failed |
The deployment has encountered an unexpected error. |
Suspended |
The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion. |
Unspecified |
The default value. This value is used if the state is omitted. |
Updating |
The deployment is being updated. |