mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-16 05:46:34 +08:00
节点IP可以设置阈值
This commit is contained in:
@@ -36,6 +36,7 @@ message CreateNodeIPAddressRequest {
|
||||
string name = 3;
|
||||
string ip = 4;
|
||||
bool canAccess = 5;
|
||||
bytes thresholdsJSON = 6;
|
||||
}
|
||||
|
||||
message CreateNodeIPAddressResponse {
|
||||
@@ -49,6 +50,7 @@ message UpdateNodeIPAddressRequest {
|
||||
string ip = 3;
|
||||
bool canAccess = 4;
|
||||
bool isOn = 5;
|
||||
bytes thresholdsJSON = 6;
|
||||
}
|
||||
|
||||
// 修改IP地址所属节点
|
||||
|
||||
Reference in New Issue
Block a user