{ int64 id; // 节点ID int64 nodeId; // 名称 string name; string ip; // 描述(备注) string description; // 状态 int64 state; int64 order; bool canAccess; // 是否启用 bool isOn; bool isUp; string role; string backupIP; bool isHealthy; []NodeCluster nodeClusters; }