tencentcloud-sdk-nodejs-cfs 4.1.51 → 4.1.53
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
|
@@ -467,11 +467,11 @@ export interface FileSystemInfo {
|
|
|
467
467
|
*/
|
|
468
468
|
export interface BindAutoSnapshotPolicyRequest {
|
|
469
469
|
/**
|
|
470
|
-
*
|
|
470
|
+
* 需要解绑的文件系统ID列表,用"," 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
|
471
471
|
*/
|
|
472
472
|
AutoSnapshotPolicyId: string;
|
|
473
473
|
/**
|
|
474
|
-
*
|
|
474
|
+
* 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
|
475
475
|
*/
|
|
476
476
|
FileSystemIds: string;
|
|
477
477
|
}
|
|
@@ -1722,7 +1722,7 @@ export interface DescribeCfsSnapshotsRequest {
|
|
|
1722
1722
|
<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
|
1723
1723
|
<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
|
1724
1724
|
<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
|
|
1725
|
-
(creating:表示创建中 | available
|
|
1725
|
+
(creating:表示创建中 | available:表示可用,deleting: 删除中;rollbacking_new:表示由快照创建新文件系统中| create-failed 创建失败)
|
|
1726
1726
|
<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
|
1727
1727
|
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
|
1728
1728
|
*/
|
|
@@ -2287,7 +2287,7 @@ export interface DescribeCfsSnapshotsResponse {
|
|
|
2287
2287
|
*/
|
|
2288
2288
|
export interface StopMigrationTaskRequest {
|
|
2289
2289
|
/**
|
|
2290
|
-
*
|
|
2290
|
+
* 迁移任务Id
|
|
2291
2291
|
*/
|
|
2292
2292
|
TaskId: string;
|
|
2293
2293
|
}
|