tencentcloud-sdk-nodejs-as 4.1.70 → 4.1.75

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-as",
3
- "version": "4.1.70",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2991,6 +2991,10 @@ export interface RefreshSettings {
2991
2991
  * 实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:<li>TRUE:开启检查</li><li>FALSE:不开启检查</li>
2992
2992
  */
2993
2993
  CheckInstanceTargetHealth?: boolean;
2994
+ /**
2995
+ * 实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。
2996
+ */
2997
+ CheckInstanceTargetHealthTimeout?: number;
2994
2998
  }
2995
2999
  /**
2996
3000
  * >描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等