mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-22 02:30:25 +08:00
服务列表增加下行带宽
This commit is contained in:
@@ -7,6 +7,7 @@ import "models/model_node_cluster.proto";
|
||||
import "models/model_server_group.proto";
|
||||
import "models/model_user.proto";
|
||||
import "models/model_server_name_auditing_result.proto";
|
||||
import "models/model_server_daily_stat.proto";
|
||||
|
||||
message Server {
|
||||
int64 id = 1;
|
||||
@@ -41,5 +42,5 @@ message Server {
|
||||
NodeCluster nodeCluster = 30;
|
||||
repeated ServerGroup serverGroups = 31;
|
||||
User user = 32;
|
||||
|
||||
ServerDailyStat latestServerDailyStat = 33;
|
||||
}
|
||||
|
||||
@@ -16,4 +16,8 @@ message ServerDailyStat {
|
||||
int64 attackBytes = 9;
|
||||
bool checkTrafficLimiting = 10;
|
||||
int64 planId = 11;
|
||||
string day = 12;
|
||||
string hour = 13;
|
||||
string timeFrom = 14;
|
||||
string timeTo = 15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user