{ int64 id; // 名称 string name; int64 createdAt; int64 nodeGrantId; string installDir; string uniqueId; string secret; string dnsName; int64 dnsDomainId; // DNS默认线路 string dnsDefaultRoute; int64 httpCachePolicyId; int64 httpFirewallPolicyId; // 是否启用 bool isOn; string timeZone; int32 nodeMaxThreads; bool autoOpenPorts; bool isPinned; bytes clockJSON; bool autoRemoteStart; bool autoInstallNftables; bytes sshParamsJSON; // 是否自动调节系统参数 bool autoSystemTuning; // 是否自动TRIM硬盘 bool autoTrimDisks; // 最大并发读 int32 maxConcurrentReads; // 最大并发写 int32 maxConcurrentWrites; }