mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-12 03:05:17 +08:00
可以在集群中指定节点时区
This commit is contained in:
@@ -16,4 +16,5 @@ message NodeCluster {
|
||||
int64 httpCachePolicyId = 10;
|
||||
int64 httpFirewallPolicyId = 11;
|
||||
bool isOn = 12;
|
||||
string timeZone = 13;
|
||||
}
|
||||
@@ -145,8 +145,7 @@ message UpdateNodeClusterRequest {
|
||||
string name = 2;
|
||||
int64 nodeGrantId = 3;
|
||||
string installDir = 4;
|
||||
int64 httpCachePolicyId = 5;
|
||||
int64 httpFirewallPolicyId = 6;
|
||||
string timeZone = 5;
|
||||
}
|
||||
|
||||
// 删除集群
|
||||
|
||||
Reference in New Issue
Block a user