namespace ZB.MOM.WW.OtOpcUa.Configuration.Enums; /// /// Per-node deployment apply state. Replaces the v1 NodeApplyStatus that was attached to /// ClusterNodeGenerationState. /// public enum NodeDeploymentStatus { Applying = 0, Applied = 1, Failed = 2, }