tencentcloud-sdk-nodejs-cfs 4.1.188 → 4.1.190

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.188",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -432,7 +432,7 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
432
432
  */
433
433
  export interface ScaleUpFileSystemRequest {
434
434
  /**
435
- * 文件系统Id,该参数通过查询文件系统列表接口获取
435
+ * 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
436
436
  */
437
437
  FileSystemId: string;
438
438
  /**
@@ -2544,64 +2544,64 @@ export interface FileSystemByPolicy {
2544
2544
  */
2545
2545
  export interface SnapshotInfo {
2546
2546
  /**
2547
- * 创建快照时间
2547
+ * <p>创建快照时间</p>
2548
2548
  */
2549
2549
  CreationTime?: string;
2550
2550
  /**
2551
- * 快照名称
2551
+ * <p>快照名称</p>
2552
2552
  */
2553
2553
  SnapshotName?: string;
2554
2554
  /**
2555
- * 快照ID
2555
+ * <p>快照ID</p>
2556
2556
  */
2557
2557
  SnapshotId?: string;
2558
2558
  /**
2559
- * 快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
2559
+ * <p>快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败</p>
2560
2560
  */
2561
2561
  Status?: string;
2562
2562
  /**
2563
- * 地域名称
2563
+ * <p>地域名称</p>
2564
2564
  */
2565
2565
  RegionName?: string;
2566
2566
  /**
2567
- * 文件系统ID
2567
+ * <p>文件系统ID</p>
2568
2568
  */
2569
2569
  FileSystemId?: string;
2570
2570
  /**
2571
- * 快照大小
2571
+ * <p>快照大小</p><p>单位:MiB</p>
2572
2572
  */
2573
2573
  Size?: number;
2574
2574
  /**
2575
- * 保留时长天
2575
+ * <p>保留时长天</p>
2576
2576
  */
2577
2577
  AliveDay?: number;
2578
2578
  /**
2579
- * 快照进度百分比,1表示1% 范围1-100
2579
+ * <p>快照进度百分比,1表示1% 范围1-100</p>
2580
2580
  */
2581
2581
  Percent?: number;
2582
2582
  /**
2583
- * 账号ID
2583
+ * <p>账号ID</p>
2584
2584
  */
2585
2585
  AppId?: number;
2586
2586
  /**
2587
- * 快照删除时间
2587
+ * <p>快照删除时间</p>
2588
2588
  */
2589
2589
  DeleteTime?: string;
2590
2590
  /**
2591
- * 文件系统名称
2591
+ * <p>文件系统名称</p>
2592
2592
  */
2593
2593
  FsName?: string;
2594
2594
  /**
2595
- * 快照标签
2595
+ * <p>快照标签</p>
2596
2596
  */
2597
2597
  Tags?: Array<TagInfo>;
2598
2598
  /**
2599
- * 快照类型,general为通用系列快照,turbo为Turbo系列快照
2599
+ * <p>快照类型,general为通用系列快照,turbo为Turbo系列快照</p>
2600
2600
  注意:此字段可能返回 null,表示取不到有效值。
2601
2601
  */
2602
2602
  SnapshotType?: string;
2603
2603
  /**
2604
- * 实际快照时间,反映快照对应文件系统某个时刻的数据。
2604
+ * <p>实际快照时间,反映快照对应文件系统某个时刻的数据。</p>
2605
2605
  注意:此字段可能返回 null,表示取不到有效值。
2606
2606
  */
2607
2607
  SnapshotTime?: string;
@@ -2847,11 +2847,11 @@ export interface DeleteLifecyclePolicyRequest {
2847
2847
  */
2848
2848
  export interface TieringDetailInfo {
2849
2849
  /**
2850
- * 低频存储容量
2850
+ * <p>低频存储容量</p><p>单位:Byte, B, 字节</p>
2851
2851
  */
2852
2852
  TieringSizeInBytes?: number;
2853
2853
  /**
2854
- * 冷存储容量
2854
+ * <p>冷存储容量</p><p>单位:Byte, B, 字节</p>
2855
2855
  */
2856
2856
  SecondaryTieringSizeInBytes?: number;
2857
2857
  }