mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-02 09:06:36 +08:00
实现基础的IP地址阈值
This commit is contained in:
@@ -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地址所属节点
|
||||
|
||||
Reference in New Issue
Block a user