mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 10:10:27 +08:00
优化检查端口是否已被使用API
This commit is contained in:
@@ -374,6 +374,7 @@ message FindNodeClusterSystemServiceResponse {
|
||||
// 获取集群中可以使用的端口
|
||||
message FindFreePortInNodeClusterRequest {
|
||||
int64 nodeClusterId = 1;
|
||||
string protocolFamily = 2;
|
||||
}
|
||||
|
||||
message FindFreePortInNodeClusterResponse {
|
||||
@@ -386,6 +387,7 @@ message CheckPortIsUsingInNodeClusterRequest {
|
||||
int64 nodeClusterId = 2;
|
||||
int64 excludeServerId = 3;
|
||||
string excludeProtocol = 4;
|
||||
string protocolFamily = 5;
|
||||
}
|
||||
|
||||
message CheckPortIsUsingInNodeClusterResponse {
|
||||
|
||||
Reference in New Issue
Block a user