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
|
@@ -432,7 +432,7 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
|
|
|
432
432
|
*/
|
|
433
433
|
export interface ScaleUpFileSystemRequest {
|
|
434
434
|
/**
|
|
435
|
-
* 文件系统
|
|
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
|
-
*
|
|
2555
|
+
* <p>快照ID</p>
|
|
2556
2556
|
*/
|
|
2557
2557
|
SnapshotId?: string;
|
|
2558
2558
|
/**
|
|
2559
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
2579
|
+
* <p>快照进度百分比,1表示1% 范围1-100</p>
|
|
2580
2580
|
*/
|
|
2581
2581
|
Percent?: number;
|
|
2582
2582
|
/**
|
|
2583
|
-
*
|
|
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
|
-
*
|
|
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
|
}
|