节点的链接状态类枚举。
enum class NodeHealthStatus { READY, ABNORMAL };
参数
参数类型
说明
取值要求
READY
枚举值
正常。
0
ABNORMAL
异常。
1