tencentcloud-sdk-nodejs-clb 4.1.91 → 4.1.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -3861,7 +3861,7 @@ export interface CreateListenerRequest {
|
|
3861
3861
|
*/
|
3862
3862
|
SessionExpireTime?: number;
|
3863
3863
|
/**
|
3864
|
-
* 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN
|
3864
|
+
* 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN(按最小连接数)
|
3865
3865
|
默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
|
3866
3866
|
*/
|
3867
3867
|
Scheduler?: string;
|