tencentcloud-sdk-nodejs-cfs 4.1.90 → 4.1.92
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
|
@@ -2307,11 +2307,11 @@ export interface BindAutoSnapshotPolicyResponse {
|
|
|
2307
2307
|
*/
|
|
2308
2308
|
export interface DescribeCfsSnapshotsRequest {
|
|
2309
2309
|
/**
|
|
2310
|
-
* 文件系统ID
|
|
2310
|
+
* 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
|
2311
2311
|
*/
|
|
2312
2312
|
FileSystemId?: string;
|
|
2313
2313
|
/**
|
|
2314
|
-
* 快照ID
|
|
2314
|
+
* 快照 ID
|
|
2315
2315
|
*/
|
|
2316
2316
|
SnapshotId?: string;
|
|
2317
2317
|
/**
|
|
@@ -2328,10 +2328,9 @@ export interface DescribeCfsSnapshotsRequest {
|
|
|
2328
2328
|
<br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
|
|
2329
2329
|
<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
|
2330
2330
|
<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
|
2331
|
-
<br>Status - Array of String - 是否必填:否
|
|
2332
|
-
(creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)
|
|
2331
|
+
<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。
|
|
2333
2332
|
<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
|
2334
|
-
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
|
2333
|
+
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。
|
|
2335
2334
|
*/
|
|
2336
2335
|
Filters?: Array<Filter>;
|
|
2337
2336
|
/**
|
|
@@ -2339,7 +2338,7 @@ export interface DescribeCfsSnapshotsRequest {
|
|
|
2339
2338
|
*/
|
|
2340
2339
|
OrderField?: string;
|
|
2341
2340
|
/**
|
|
2342
|
-
*
|
|
2341
|
+
* 排序;升序或者降序
|
|
2343
2342
|
*/
|
|
2344
2343
|
Order?: string;
|
|
2345
2344
|
}
|
|
@@ -2495,7 +2494,7 @@ export interface SnapshotInfo {
|
|
|
2495
2494
|
*/
|
|
2496
2495
|
SnapshotId?: string;
|
|
2497
2496
|
/**
|
|
2498
|
-
* 快照状态,
|
|
2497
|
+
* 快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
|
|
2499
2498
|
*/
|
|
2500
2499
|
Status?: string;
|
|
2501
2500
|
/**
|
|
@@ -2535,12 +2534,12 @@ export interface SnapshotInfo {
|
|
|
2535
2534
|
*/
|
|
2536
2535
|
Tags?: Array<TagInfo>;
|
|
2537
2536
|
/**
|
|
2538
|
-
*
|
|
2537
|
+
* 快照类型,general为通用系列快照,turbo为Turbo系列快照
|
|
2539
2538
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2540
2539
|
*/
|
|
2541
2540
|
SnapshotType?: string;
|
|
2542
2541
|
/**
|
|
2543
|
-
*
|
|
2542
|
+
* 实际快照时间,反映快照对应文件系统某个时刻的数据。
|
|
2544
2543
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2545
2544
|
*/
|
|
2546
2545
|
SnapshotTime?: string;
|