{ int64 id; // 是否启用 bool isOn; string type; // 名称 string name; // 描述(备注) string description; bytes includeNodes; bytes excludeNodes; int64 createdAt; string dnsName; bool supportCNAME; int64 userPlanId; // 所属用户ID int64 userId; // 配置相关 bytes config; bytes serverNamesJSON; string firstServerName; int32 countServerNames; bool isAuditing; int64 auditingAt; bytes auditingServerNamesJSON; ServerNameAuditingResult auditingResult; bytes httpJSON; bytes httpsJSON; bytes tcpJSON; bytes tlsJSON; bytes udpJSON; int64 webId; bytes reverseProxyJSON; // 带宽时间 string bandwidthTime; // 带宽字节数 int64 bandwidthBytes; // 最近(通常5分钟内)访问量 int64 countRequests; // 最近识别到的攻击访问量 int64 countAttackRequests; NodeCluster nodeCluster; []ServerGroup serverGroups; User user; }