mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-09 17:00:25 +08:00
[节点]可以设置节点区域
This commit is contained in:
@@ -8,6 +8,7 @@ import "model_node_login.proto";
|
||||
import "model_node_install_status.proto";
|
||||
import "model_node_ip_address.proto";
|
||||
import "model_node_group.proto";
|
||||
import "model_node_region.proto";
|
||||
import "model_dns_route.proto";
|
||||
|
||||
message Node {
|
||||
@@ -32,4 +33,5 @@ message Node {
|
||||
NodeInstallStatus installStatus = 34;
|
||||
repeated NodeIPAddress ipAddresses = 35;
|
||||
NodeGroup group = 36;
|
||||
NodeRegion region = 37;
|
||||
}
|
||||
@@ -147,6 +147,7 @@ message ListEnabledNodesMatchRequest {
|
||||
int32 activeState = 5;
|
||||
string keyword = 6;
|
||||
int64 groupId = 7;
|
||||
int64 regionId = 8;
|
||||
}
|
||||
|
||||
message ListEnabledNodesMatchResponse {
|
||||
@@ -233,6 +234,7 @@ message CountAllEnabledNodesMatchRequest {
|
||||
int32 activeState = 3;
|
||||
string keyword = 4;
|
||||
int64 groupId = 5;
|
||||
int64 regionId = 6;
|
||||
}
|
||||
|
||||
// 修改节点安装状态
|
||||
|
||||
Reference in New Issue
Block a user