Skip to main content

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 ObjectValueTypeEnumEntityDeploymentState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Undeployed0Entity has not been deployed
Pending1Deployment is in progress
Deployed2Entity is deployed and active
Error3Deployment failed