mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-19 17:10:24 +08:00
实现服务看板(企业版)
This commit is contained in:
@@ -161,6 +161,15 @@ message ListEnabledNodesMatchRequest {
|
||||
string keyword = 6;
|
||||
int64 nodeGroupId = 7;
|
||||
int64 nodeRegionId = 8;
|
||||
|
||||
bool cpuAsc = 20;
|
||||
bool cpuDesc = 21;
|
||||
bool memoryAsc = 22;
|
||||
bool memoryDesc = 23;
|
||||
bool trafficInAsc = 24;
|
||||
bool trafficInDesc = 25;
|
||||
bool trafficOutAsc = 26;
|
||||
bool trafficOutDesc = 27;
|
||||
}
|
||||
|
||||
message ListEnabledNodesMatchResponse {
|
||||
|
||||
Reference in New Issue
Block a user