tencentcloud-sdk-nodejs-cfs 4.1.60 → 4.1.62

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-cfs",
3
- "version": "4.1.60",
3
+ "version": "4.1.62",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -488,7 +488,7 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
488
488
  */
489
489
  ScaleUpThreshold: number;
490
490
  /**
491
- * 扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
491
+ * 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
492
492
  */
493
493
  TargetThreshold: number;
494
494
  /**
@@ -1152,7 +1152,7 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
1152
1152
  */
1153
1153
  ScaleUpThreshold?: number;
1154
1154
  /**
1155
- * 扩容后达到阈值,范围[1-90]
1155
+ * 扩容后达到阈值,范围[10-90]
1156
1156
  */
1157
1157
  TargetThreshold?: number;
1158
1158
  /**
@@ -1385,7 +1385,7 @@ export interface AutoScaleUpRule {
1385
1385
  */
1386
1386
  ScaleThreshold?: number;
1387
1387
  /**
1388
- * 扩容后使用量跟集群总量比例,范围[1-90]
1388
+ * 扩容后使用量跟集群总量比例,范围[10-90]
1389
1389
  */
1390
1390
  TargetThreshold?: number;
1391
1391
  }