tencentcloud-sdk-nodejs-gwlb 4.1.176 → 4.1.188

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-gwlb",
3
- "version": "4.1.176",
3
+ "version": "4.1.188",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -524,14 +524,6 @@ export interface CreateTargetGroupRequest {
524
524
  * <p>流量分发方式</p><ul><li>STATELESS:无状态</li><li>STATEFUL: 有状态</li></ul>
525
525
  */
526
526
  ForwardingMode?: string;
527
- /**
528
- * <p>TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。</p>
529
- */
530
- TcpIdleConnectTimeout?: number;
531
- /**
532
- * <p>其他协议连接空闲超时时间,可配置5s-180s,默认120s</p>
533
- */
534
- OthersIdleConnectTimeout?: number;
535
527
  /**
536
528
  * <p>重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。</p>
537
529
  */
@@ -855,14 +847,6 @@ export interface ModifyTargetGroupAttributeRequest {
855
847
  * <p>是否支持全死全活。</p>
856
848
  */
857
849
  AllDeadToAlive?: boolean;
858
- /**
859
- * <p>TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。</p>
860
- */
861
- TcpIdleConnectTimeout?: number;
862
- /**
863
- * <p>其他协议连接空闲超时时间,可配置5s-180s,默认120s</p>
864
- */
865
- OthersIdleConnectTimeout?: number;
866
850
  /**
867
851
  * <p>重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。</p>
868
852
  */