tencentcloud-sdk-nodejs-clb 4.1.138 → 4.1.143

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.138",
3
+ "version": "4.1.143",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2122,13 +2122,17 @@ export interface Listener {
2122
2122
  */
2123
2123
  IdleConnectTimeout?: number;
2124
2124
  /**
2125
- * 调度时间。触发强制重新调度后,长连接将会在设置的调度时间内断开并完成重新分配
2125
+ * 重新调度触发持续时间,取值0~3600s。仅TCP/UDP监听器支持。触发重新调度后,长连接将会在设置的调度时间内断开并完成重新分配。
2126
2126
  */
2127
2127
  RescheduleInterval?: number;
2128
2128
  /**
2129
2129
  * 数据压缩模式
2130
2130
  */
2131
2131
  DataCompressMode?: string;
2132
+ /**
2133
+ * 重新调度启动时间,配置了重新调度启动时间后,会在启动时间到达时触发重新调度。
2134
+ */
2135
+ RescheduleStartTime?: number;
2132
2136
  }
2133
2137
  /**
2134
2138
  * 负载均衡流量数据。