tencentcloud-sdk-nodejs-cfs 4.1.74 → 4.1.80

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.74",
3
+ "version": "4.1.80",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -461,6 +461,16 @@ export interface FileSystemInfo {
461
461
  * 文件系统版本
462
462
  */
463
463
  Version?: string;
464
+ /**
465
+ * 额外性能信息
466
+ 注意:此字段可能返回 null,表示取不到有效值。
467
+ */
468
+ ExstraPerformanceInfo?: Array<ExstraPerformanceInfo>;
469
+ /**
470
+ * basic:标准版元数据类型
471
+ enhanced:增项版元数据类型
472
+ */
473
+ MetaType?: string;
464
474
  }
465
475
  /**
466
476
  * BindAutoSnapshotPolicy请求参数结构体
@@ -1672,6 +1682,19 @@ export interface DescribeCfsServiceStatusResponse {
1672
1682
  */
1673
1683
  RequestId?: string;
1674
1684
  }
1685
+ /**
1686
+ * 购买完额外性能之后的值
1687
+ */
1688
+ export interface ExstraPerformanceInfo {
1689
+ /**
1690
+ * fixed: 最终值固定
1691
+ */
1692
+ Type?: string;
1693
+ /**
1694
+ * 额外购买的CFS性能值,单位MB/s。
1695
+ */
1696
+ Performance?: number;
1697
+ }
1675
1698
  /**
1676
1699
  * 权限组规则列表
1677
1700
  */