实现健康检查配置、立即执行健康检查

This commit is contained in:
GoEdgeLab
2020-10-17 21:15:37 +08:00
parent 13dae71699
commit dfc5b07f6b
7 changed files with 951 additions and 281 deletions

View File

@@ -34,6 +34,7 @@ message CreateNodeIPAddressRequest {
int64 nodeId = 1;
string name = 2;
string ip = 3;
bool canAccess = 4;
}
message CreateNodeIPAddressResponse {
@@ -45,6 +46,7 @@ message UpdateNodeIPAddressRequest {
int64 addressId = 1;
string name = 2;
string ip = 3;
bool canAccess = 4;
}
// 修改IP地址所属节点