mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-16 05:46:34 +08:00
NS记录可以按照名称、类型、TTL排序
This commit is contained in:
@@ -171,6 +171,14 @@ message ListNSRecordsRequest {
|
||||
int64 nsRouteId = 3 [deprecated = true]; // 使用nsRouteCode代替
|
||||
string nsRouteCode = 7;
|
||||
string keyword = 4;
|
||||
|
||||
bool nameAsc = 8;
|
||||
bool nameDesc = 9;
|
||||
bool typeAsc = 10;
|
||||
bool typeDesc = 11;
|
||||
bool ttlAsc = 12;
|
||||
bool ttlDesc = 13;
|
||||
|
||||
int64 offset = 5;
|
||||
int64 size = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user