tencentcloud-sdk-nodejs-clb 4.1.40 → 4.1.44

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.40",
3
+ "version": "4.1.44",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3132,7 +3132,11 @@ export interface DeleteLoadBalancerRequest {
3132
3132
  LoadBalancerIds: Array<string>;
3133
3133
  /**
3134
3134
  * 是否强制删除clb。True表示强制删除,False表示不是强制删除,需要做拦截校验。
3135
- 默认为 False
3135
+ 默认为 False
3136
+ 以下几种情况会默认拦截删除操作,如果确认强制删除则需要传强制校验参数ForceDelete为True。
3137
+ 1、删除后端绑定大于等于 20 个 RS 的实例时。
3138
+ 2、删除后端有 RS 且 5 分钟 内“出/入带宽”峰值取大 > 10Mbps 的实例时。
3139
+ 3、单地域内 5 分钟 内删除大于等于 30 个实例时。
3136
3140
  */
3137
3141
  ForceDelete?: boolean;
3138
3142
  }