{ int64 id; // 名称 string name; string ipAddr; int64 nodeIPAddressId; []DNSRoute routes; // 集群ID int64 nodeClusterId; int64 dnsDomainId; string dnsDomainName; string nodeClusterDNSName; // 是否为集群备份节点 bool isBackupForCluster; // 是否为分组备份节点 bool isBackupForGroup; // 是否下线 bool isOffline; }