tencentcloud-sdk-nodejs-clb 4.1.90 → 4.1.95

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.1.90",
3
+ "version": "4.1.95",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3861,7 +3861,7 @@ export interface CreateListenerRequest {
3861
3861
  */
3862
3862
  SessionExpireTime?: number;
3863
3863
  /**
3864
- * 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN(按最小连接数)、IP_HASH(按 IP 地址哈希)
3864
+ * 监听器转发的方式。可选值:WRR(按权重轮询)、LEAST_CONN(按最小连接数)
3865
3865
  默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
3866
3866
  */
3867
3867
  Scheduler?: string;