实现基础的IP地址阈值

This commit is contained in:
刘祥超
2021-09-12 20:21:27 +08:00
parent 699ed00e40
commit 3c8c4e6747
11 changed files with 1355 additions and 89 deletions

View File

@@ -42,7 +42,6 @@ message CreateNodeIPAddressRequest {
string name = 3;
string ip = 4;
bool canAccess = 5;
bytes thresholdsJSON = 6;
}
message CreateNodeIPAddressResponse {
@@ -56,7 +55,6 @@ message UpdateNodeIPAddressRequest {
string ip = 3;
bool canAccess = 4;
bool isOn = 5;
bytes thresholdsJSON = 6;
}
// 修改IP地址所属节点