节点IP可以设置阈值

This commit is contained in:
刘祥超
2021-08-18 17:09:34 +08:00
parent 928d8c3ace
commit ca85f71f2b
4 changed files with 70 additions and 25 deletions

View File

@@ -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地址所属节点