EntityDeploymentState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Deployment state of a communication entity (adapter, pool, pipeline). Values match the CK enum System.Communication/DeploymentState. Note: This is distinct from DeploymentState which represents deployment operation results.
public enum EntityDeploymentState
Inheritance Object → ValueType → Enum → EntityDeploymentState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Undeployed | 0 | Entity has not been deployed |
| Pending | 1 | Deployment is in progress |
| Deployed | 2 | Entity is deployed and active |
| Error | 3 | Deployment failed |