Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. NodeService(边缘节点管理服务)
  3. 消息类型
  4. NodeDNSInfo
{ 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; }