mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-16 05:46:34 +08:00
支持L2节点配置
This commit is contained in:
@@ -32,6 +32,7 @@ message Node {
|
||||
SizeCapacity maxCacheDiskCapacity = 17;
|
||||
SizeCapacity maxCacheMemoryCapacity = 18;
|
||||
string cacheDiskDir = 19;
|
||||
int32 level = 20;
|
||||
|
||||
NodeCluster nodeCluster = 32; // 主集群
|
||||
NodeLogin nodeLogin = 33;
|
||||
@@ -47,6 +48,7 @@ message BasicNode {
|
||||
string name = 2;
|
||||
bool isOn = 3;
|
||||
bool isUp = 4;
|
||||
int32 level = 5;
|
||||
|
||||
NodeCluster nodeCluster = 30; // 主集群
|
||||
}
|
||||
Reference in New Issue
Block a user