tencentcloud-sdk-nodejs-cfs 4.1.61 → 4.1.63

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.61",
3
+ "version": "4.1.63",
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
  }
@@ -1571,6 +1571,12 @@ export interface CreateCfsFileSystemRequest {
1571
1571
  说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
1572
1572
  */
1573
1573
  CfsVersion?: string;
1574
+ /**
1575
+ * turbo文件系统元数据属性
1576
+ basic:创建标准型的元数据
1577
+ enhanced:创建增强型的元数据
1578
+ */
1579
+ MetaType?: string;
1574
1580
  }
1575
1581
  /**
1576
1582
  * 版本控制-可用区数组