tencentcloud-sdk-nodejs-gwlb 4.1.70 → 4.1.117

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.70",
3
+ "version": "4.1.117",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -498,6 +498,37 @@ export interface CreateTargetGroupRequest {
498
498
  * 标签。
499
499
  */
500
500
  Tags?: Array<TagInfo>;
501
+ /**
502
+ * 流量分发方式
503
+
504
+ - STATELESS:无状态
505
+ - STATEFUL: 有状态
506
+ */
507
+ ForwardingMode?: string;
508
+ /**
509
+ * TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。
510
+ */
511
+ TcpIdleConnectTimeout?: number;
512
+ /**
513
+ * 其他协议连接空闲超时时间,可配置5s-180s,默认120s
514
+ */
515
+ OthersIdleConnectTimeout?: number;
516
+ /**
517
+ * 重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。
518
+ */
519
+ RescheduleUnbindRs?: boolean;
520
+ /**
521
+ * 解绑RS后开启重调度的时间,可配置0s-3600s,默认0s
522
+ */
523
+ RescheduleUnbindRsStartTime?: number;
524
+ /**
525
+ * 重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。
526
+ */
527
+ RescheduleUnhealthy?: boolean;
528
+ /**
529
+ * 后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s
530
+ */
531
+ RescheduleUnhealthyStartTime?: number;
501
532
  }
502
533
  /**
503
534
  * CreateGatewayLoadBalancer请求参数结构体
@@ -797,6 +828,30 @@ export interface ModifyTargetGroupAttributeRequest {
797
828
  * 是否支持全死全活。
798
829
  */
799
830
  AllDeadToAlive?: boolean;
831
+ /**
832
+ * TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。
833
+ */
834
+ TcpIdleConnectTimeout?: number;
835
+ /**
836
+ * 其他协议连接空闲超时时间,可配置5s-180s,默认120s
837
+ */
838
+ OthersIdleConnectTimeout?: number;
839
+ /**
840
+ * 重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。
841
+ */
842
+ RescheduleUnbindRs?: boolean;
843
+ /**
844
+ * 解绑RS后开启重调度的时间,可配置0s-3600s,默认0s
845
+ */
846
+ RescheduleUnbindRsStartTime?: number;
847
+ /**
848
+ * 重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。
849
+ */
850
+ RescheduleUnhealthy?: boolean;
851
+ /**
852
+ * 后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s
853
+ */
854
+ RescheduleUnhealthyStartTime?: number;
800
855
  }
801
856
  /**
802
857
  * 目标组信息