tencentcloud-sdk-nodejs-clb 4.1.52 → 4.1.55

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.52",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2574,6 +2574,10 @@ export interface ModifyListenerRequest {
2574
2574
  * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~1980。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
2575
2575
  */
2576
2576
  IdleConnectTimeout?: number;
2577
+ /**
2578
+ * TCP_SSL和QUIC是否支持PP
2579
+ */
2580
+ ProxyProtocol?: boolean;
2577
2581
  /**
2578
2582
  * 是否开启SNAT, True 表示开启 SNAT,False 表示不开启 SNAT。
2579
2583
  不传则表示不修改。
@@ -3896,6 +3900,10 @@ export interface CreateListenerRequest {
3896
3900
  * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。取值范围:共享型实例和独占型实例支持:300-900,性能容量型实例支持:300-1980。如需设置请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
3897
3901
  */
3898
3902
  IdleConnectTimeout?: number;
3903
+ /**
3904
+ * TCP_SSL和QUIC是否支持PP
3905
+ */
3906
+ ProxyProtocol?: boolean;
3899
3907
  /**
3900
3908
  * 是否开启SNAT,True(开启)、False(关闭)。
3901
3909
  默认为关闭。