tencentcloud-sdk-nodejs-cfs 4.1.47 → 4.1.51

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.47",
3
+ "version": "4.1.51",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -56,9 +56,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
56
56
  */
57
57
  DescribeCfsServiceStatus(req?: DescribeCfsServiceStatusRequest, cb?: (error: string, rep: DescribeCfsServiceStatusResponse) => void): Promise<DescribeCfsServiceStatusResponse>;
58
58
  /**
59
- * 用于终止迁移任务。
60
- 此接口需提交工单,开启白名单之后才能使用。
61
- */
59
+ * 用于终止迁移任务,可以终止等待中、运行中状态的任务。
60
+ */
62
61
  StopMigrationTask(req: StopMigrationTaskRequest, cb?: (error: string, rep: StopMigrationTaskResponse) => void): Promise<StopMigrationTaskResponse>;
63
62
  /**
64
63
  * 用于获取迁移任务列表。
@@ -74,9 +73,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
74
73
  */
75
74
  UpdateCfsFileSystemName(req: UpdateCfsFileSystemNameRequest, cb?: (error: string, rep: UpdateCfsFileSystemNameResponse) => void): Promise<UpdateCfsFileSystemNameResponse>;
76
75
  /**
77
- * 用于删除迁移任务。
78
- 此接口需提交工单,开启白名单之后才能使用。
79
- */
76
+ * 用于删除迁移任务。不支持删除等待中、创建中、运行中、取消中、终止中状态的任务。
77
+ */
80
78
  DeleteMigrationTask(req: DeleteMigrationTaskRequest, cb?: (error: string, rep: DeleteMigrationTaskResponse) => void): Promise<DeleteMigrationTaskResponse>;
81
79
  /**
82
80
  * 该接口用于对turbo 文件系统扩容使用,该接口只支持扩容不支持缩容。turbo标准型扩容步长是10240GIB,turbo性能型扩容步长是5120GIB
@@ -111,7 +109,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
111
109
  */
112
110
  DescribeUserQuota(req: DescribeUserQuotaRequest, cb?: (error: string, rep: DescribeUserQuotaResponse) => void): Promise<DescribeUserQuotaResponse>;
113
111
  /**
114
- * 用来设置文件系统扩容策略,,该接口只支持turbo文件系统
112
+ * 用来设置文件系统扩容策略,该接口只支持turbo文件系统
115
113
  */
116
114
  ModifyFileSystemAutoScaleUpRule(req: ModifyFileSystemAutoScaleUpRuleRequest, cb?: (error: string, rep: ModifyFileSystemAutoScaleUpRuleResponse) => void): Promise<ModifyFileSystemAutoScaleUpRuleResponse>;
117
115
  /**
@@ -139,14 +137,12 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
139
137
  */
140
138
  DeleteCfsRule(req: DeleteCfsRuleRequest, cb?: (error: string, rep: DeleteCfsRuleResponse) => void): Promise<DeleteCfsRuleResponse>;
141
139
  /**
142
- * 用于获取数据源桶列表。
143
- 此接口需提交工单,开启白名单之后才能使用。
144
- */
140
+ * 用于获取数据源桶列表。
141
+ */
145
142
  DescribeBucketList(req: DescribeBucketListRequest, cb?: (error: string, rep: DescribeBucketListResponse) => void): Promise<DescribeBucketListResponse>;
146
143
  /**
147
- * 用于创建迁移任务。
148
- 此接口需提交工单,开启白名单之后才能使用。
149
- */
144
+ * 用于创建迁移任务。
145
+ */
150
146
  CreateMigrationTask(req: CreateMigrationTaskRequest, cb?: (error: string, rep: CreateMigrationTaskResponse) => void): Promise<CreateMigrationTaskResponse>;
151
147
  /**
152
148
  * 本接口(DeleteMountTarget)用于删除挂载点
@@ -102,9 +102,8 @@ class Client extends TencentCloudCommon.AbstractClient {
102
102
  return this.request("DescribeCfsServiceStatus", req, cb);
103
103
  }
104
104
  /**
105
- * 用于终止迁移任务。
106
- 此接口需提交工单,开启白名单之后才能使用。
107
- */
105
+ * 用于终止迁移任务,可以终止等待中、运行中状态的任务。
106
+ */
108
107
  async StopMigrationTask(req, cb) {
109
108
  return this.request("StopMigrationTask", req, cb);
110
109
  }
@@ -128,9 +127,8 @@ class Client extends TencentCloudCommon.AbstractClient {
128
127
  return this.request("UpdateCfsFileSystemName", req, cb);
129
128
  }
130
129
  /**
131
- * 用于删除迁移任务。
132
- 此接口需提交工单,开启白名单之后才能使用。
133
- */
130
+ * 用于删除迁移任务。不支持删除等待中、创建中、运行中、取消中、终止中状态的任务。
131
+ */
134
132
  async DeleteMigrationTask(req, cb) {
135
133
  return this.request("DeleteMigrationTask", req, cb);
136
134
  }
@@ -183,7 +181,7 @@ class Client extends TencentCloudCommon.AbstractClient {
183
181
  return this.request("DescribeUserQuota", req, cb);
184
182
  }
185
183
  /**
186
- * 用来设置文件系统扩容策略,,该接口只支持turbo文件系统
184
+ * 用来设置文件系统扩容策略,该接口只支持turbo文件系统
187
185
  */
188
186
  async ModifyFileSystemAutoScaleUpRule(req, cb) {
189
187
  return this.request("ModifyFileSystemAutoScaleUpRule", req, cb);
@@ -225,16 +223,14 @@ class Client extends TencentCloudCommon.AbstractClient {
225
223
  return this.request("DeleteCfsRule", req, cb);
226
224
  }
227
225
  /**
228
- * 用于获取数据源桶列表。
229
- 此接口需提交工单,开启白名单之后才能使用。
230
- */
226
+ * 用于获取数据源桶列表。
227
+ */
231
228
  async DescribeBucketList(req, cb) {
232
229
  return this.request("DescribeBucketList", req, cb);
233
230
  }
234
231
  /**
235
- * 用于创建迁移任务。
236
- 此接口需提交工单,开启白名单之后才能使用。
237
- */
232
+ * 用于创建迁移任务。
233
+ */
238
234
  async CreateMigrationTask(req, cb) {
239
235
  return this.request("CreateMigrationTask", req, cb);
240
236
  }
@@ -136,15 +136,15 @@ export interface DescribeMountTargetsResponse {
136
136
  */
137
137
  export interface DescribeSnapshotOperationLogsRequest {
138
138
  /**
139
- * 文件系统快照ID,通过快照创建接口获得
139
+ * 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
140
140
  */
141
141
  SnapshotId: string;
142
142
  /**
143
- * 起始时间
143
+ * 起始时间,格式“YYYY-MM-DD hh:mm:ss”
144
144
  */
145
145
  StartTime: string;
146
146
  /**
147
- * 结束时间
147
+ * 结束时间,格式“YYYY-MM-DD hh:mm:ss”
148
148
  */
149
149
  EndTime: string;
150
150
  }
@@ -209,7 +209,7 @@ export interface MigrationTaskInfo {
209
209
  */
210
210
  EndTime?: number;
211
211
  /**
212
- * 迁移状态。0: 已完成;1: 进行中;2: 已终止
212
+ * 迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中
213
213
  */
214
214
  Status?: number;
215
215
  /**
@@ -274,7 +274,7 @@ export interface FileSystemClient {
274
274
  */
275
275
  VpcId?: string;
276
276
  /**
277
- * 可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表
277
+ * 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表
278
278
  */
279
279
  Zone?: string;
280
280
  /**
@@ -480,7 +480,7 @@ export interface BindAutoSnapshotPolicyRequest {
480
480
  */
481
481
  export interface ModifyFileSystemAutoScaleUpRuleRequest {
482
482
  /**
483
- * 文件系统id,通过查询文件系统列表获取该参数
483
+ * 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
484
484
  */
485
485
  FileSystemId: string;
486
486
  /**
@@ -527,7 +527,7 @@ export interface CreateCfsPGroupRequest {
527
527
  */
528
528
  export interface DescribeMigrationTasksResponse {
529
529
  /**
530
- * 迁移任务的数量
530
+ * 迁移任务的总数量
531
531
  */
532
532
  TotalCount?: number;
533
533
  /**
@@ -577,7 +577,7 @@ export declare type DescribeAvailableZoneInfoRequest = null;
577
577
  */
578
578
  export interface DescribeMountTargetsRequest {
579
579
  /**
580
- * 文件系统 ID,查询文件系统列表可以获得id
580
+ * 文件系统 ID,[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)可以获得id
581
581
  */
582
582
  FileSystemId: string;
583
583
  }
@@ -687,7 +687,7 @@ export interface AutoSnapshotPolicyInfo {
687
687
  */
688
688
  export interface DescribeCfsRulesRequest {
689
689
  /**
690
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
690
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
691
691
  */
692
692
  PGroupId: string;
693
693
  }
@@ -696,11 +696,11 @@ export interface DescribeCfsRulesRequest {
696
696
  */
697
697
  export interface UpdateCfsFileSystemNameRequest {
698
698
  /**
699
- * 文件系统 ID
699
+ * 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
700
700
  */
701
701
  FileSystemId: string;
702
702
  /**
703
- * 用户自定义文件系统名称
703
+ * 用户自定义文件系统名称,64字节内的中文字母数字或者 _,-,与CreationToken 至少填一个
704
704
  */
705
705
  FsName?: string;
706
706
  }
@@ -709,7 +709,7 @@ export interface UpdateCfsFileSystemNameRequest {
709
709
  */
710
710
  export interface DeleteCfsPGroupRequest {
711
711
  /**
712
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
712
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
713
713
  */
714
714
  PGroupId: string;
715
715
  }
@@ -772,7 +772,7 @@ export interface SnapshotOperateLog {
772
772
  */
773
773
  export interface DeleteAutoSnapshotPolicyRequest {
774
774
  /**
775
- * 快照策略ID,查询快照策略接口获取
775
+ * 快照策略ID,查询快照策略接口获取,[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
776
776
  */
777
777
  AutoSnapshotPolicyId: string;
778
778
  }
@@ -790,11 +790,11 @@ export interface DeleteCfsFileSystemResponse {
790
790
  */
791
791
  export interface UpdateCfsRuleRequest {
792
792
  /**
793
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
793
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
794
794
  */
795
795
  PGroupId: string;
796
796
  /**
797
- * 规则 ID,通过查询权限组规则接口获取
797
+ * 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
798
798
  */
799
799
  RuleId: string;
800
800
  /**
@@ -824,7 +824,7 @@ export interface UpdateCfsRuleRequest {
824
824
  */
825
825
  export interface DeleteUserQuotaRequest {
826
826
  /**
827
- * 文件系统 ID,通过查询文件系统接口获取
827
+ * 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
828
828
  */
829
829
  FileSystemId: string;
830
830
  /**
@@ -897,11 +897,11 @@ export interface DeleteMountTargetResponse {
897
897
  */
898
898
  export interface CreateCfsSnapshotRequest {
899
899
  /**
900
- * 文件系统 ID,通过查询文件系统接口获取
900
+ * 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
901
901
  */
902
902
  FileSystemId: string;
903
903
  /**
904
- * 快照名称,不超过64字符
904
+ * 快照名称,支持不超过64字符长度,支持中文、数字、_、-
905
905
  */
906
906
  SnapshotName?: string;
907
907
  /**
@@ -919,7 +919,6 @@ export interface DescribeBucketListRequest {
919
919
  SrcService: string;
920
920
  /**
921
921
  * 数据源账号的SecretId
922
-
923
922
  */
924
923
  SrcSecretId: string;
925
924
  /**
@@ -932,11 +931,11 @@ export interface DescribeBucketListRequest {
932
931
  */
933
932
  export interface DeleteCfsRuleRequest {
934
933
  /**
935
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
934
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
936
935
  */
937
936
  PGroupId: string;
938
937
  /**
939
- * 规则 ID,通过查询权限组规则接口获取
938
+ * 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
940
939
  */
941
940
  RuleId: string;
942
941
  }
@@ -1013,7 +1012,7 @@ export interface DescribeSnapshotOperationLogsResponse {
1013
1012
  */
1014
1013
  export interface DeleteCfsFileSystemRequest {
1015
1014
  /**
1016
- * 文件系统 ID。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
1015
+ * 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
1017
1016
  */
1018
1017
  FileSystemId: string;
1019
1018
  }
@@ -1022,7 +1021,7 @@ export interface DeleteCfsFileSystemRequest {
1022
1021
  */
1023
1022
  export interface UpdateFileSystemBandwidthLimitRequest {
1024
1023
  /**
1025
- * 文件系统 ID,通过查询文件系统列表获取
1024
+ * 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取
1026
1025
  */
1027
1026
  FileSystemId: string;
1028
1027
  /**
@@ -1099,7 +1098,7 @@ export interface PGroup {
1099
1098
  */
1100
1099
  export interface SetUserQuotaRequest {
1101
1100
  /**
1102
- * 文件系统 ID,通过查询文件系统列表获取
1101
+ * 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
1103
1102
  */
1104
1103
  FileSystemId: string;
1105
1104
  /**
@@ -1251,7 +1250,7 @@ export interface DeleteMountTargetRequest {
1251
1250
  */
1252
1251
  export interface CreateCfsRuleRequest {
1253
1252
  /**
1254
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
1253
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
1255
1254
  */
1256
1255
  PGroupId: string;
1257
1256
  /**
@@ -1267,7 +1266,7 @@ export interface CreateCfsRuleRequest {
1267
1266
  */
1268
1267
  RWPermission?: string;
1269
1268
  /**
1270
- * 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash
1269
+ * 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。默认值为root_squash
1271
1270
  all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
1272
1271
  no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
1273
1272
  root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
@@ -1283,12 +1282,12 @@ export interface BucketInfo {
1283
1282
  /**
1284
1283
  * 桶名称
1285
1284
  */
1286
- Name: string;
1285
+ Name?: string;
1287
1286
  /**
1288
1287
  * 桶所在地域
1289
1288
  注意:此字段可能返回 null,表示取不到有效值。
1290
1289
  */
1291
- Region: string;
1290
+ Region?: string;
1292
1291
  }
1293
1292
  /**
1294
1293
  * CreateAccessCert请求参数结构体
@@ -1304,7 +1303,7 @@ export interface CreateAccessCertRequest {
1304
1303
  */
1305
1304
  export interface DescribeUserQuotaRequest {
1306
1305
  /**
1307
- * 文件系统 ID,通过查询文件系统列表获取
1306
+ * 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
1308
1307
  */
1309
1308
  FileSystemId: string;
1310
1309
  /**
@@ -1395,11 +1394,12 @@ export interface AutoScaleUpRule {
1395
1394
  */
1396
1395
  export interface DeleteCfsSnapshotRequest {
1397
1396
  /**
1398
- * 文件系统快照id,可通过查询快照列表接口获取
1397
+ * 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
1399
1398
  */
1400
1399
  SnapshotId?: string;
1401
1400
  /**
1402
1401
  * 需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项
1402
+ 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
1403
1403
  */
1404
1404
  SnapshotIds?: Array<string>;
1405
1405
  }
@@ -1408,7 +1408,7 @@ export interface DeleteCfsSnapshotRequest {
1408
1408
  */
1409
1409
  export interface DescribeCfsFileSystemClientsRequest {
1410
1410
  /**
1411
- * 文件系统 ID,通过查询文件系统接口获取
1411
+ * 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
1412
1412
  */
1413
1413
  FileSystemId: string;
1414
1414
  /**
@@ -1610,21 +1610,7 @@ export interface DescribeMigrationTasksRequest {
1610
1610
  */
1611
1611
  Limit?: number;
1612
1612
  /**
1613
- * <br><li> taskId
1614
-
1615
- 按照【迁移任务id】进行过滤。
1616
- 类型:String
1617
-
1618
- 必选:否
1619
-
1620
- <br><li> taskName
1621
-
1622
- 按照【迁移任务名字】进行模糊搜索过滤。
1623
- 类型:String
1624
-
1625
- 必选:否
1626
-
1627
- 每次请求的Filters的上限为10,Filter.Values的上限为100。
1613
+ * <br><li> taskId按照【迁移任务id】进行过滤。类型:String必选:否<br></li><br><li> taskName按照【迁移任务名字】进行模糊搜索过滤。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。</li>
1628
1614
  */
1629
1615
  Filters?: Array<Filter>;
1630
1616
  }
@@ -1646,11 +1632,11 @@ export interface Filter {
1646
1632
  */
1647
1633
  export interface UnbindAutoSnapshotPolicyRequest {
1648
1634
  /**
1649
- * 需要解绑的文件系统ID列表,用"," 分割,文件系统id 通创建文件系统接口获得
1635
+ * 需要解绑的文件系统ID列表,用"," 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
1650
1636
  */
1651
1637
  FileSystemIds: string;
1652
1638
  /**
1653
- * 解绑的快照ID,通过创建快照策略接口获得
1639
+ * 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
1654
1640
  */
1655
1641
  AutoSnapshotPolicyId: string;
1656
1642
  }
@@ -1742,7 +1728,7 @@ export interface DescribeCfsSnapshotsRequest {
1742
1728
  */
1743
1729
  Filters?: Array<Filter>;
1744
1730
  /**
1745
- * 按创建时间排序取值CreationTime
1731
+ * 按创建时间排序取值
1746
1732
  */
1747
1733
  OrderField?: string;
1748
1734
  /**
@@ -1764,7 +1750,7 @@ export interface UpdateCfsFileSystemSizeLimitResponse {
1764
1750
  */
1765
1751
  export interface UpdateAutoSnapshotPolicyRequest {
1766
1752
  /**
1767
- * 快照策略ID,查询快照策略列表获取
1753
+ * 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
1768
1754
  */
1769
1755
  AutoSnapshotPolicyId: string;
1770
1756
  /**
@@ -2012,11 +1998,11 @@ export interface MountInfo {
2012
1998
  */
2013
1999
  export interface UpdateCfsFileSystemPGroupRequest {
2014
2000
  /**
2015
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
2001
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
2016
2002
  */
2017
2003
  PGroupId: string;
2018
2004
  /**
2019
- * 文件系统 ID,通过查询文件系统接口获取
2005
+ * 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
2020
2006
  */
2021
2007
  FileSystemId: string;
2022
2008
  }
@@ -2081,7 +2067,7 @@ export interface UpdateCfsSnapshotAttributeResponse {
2081
2067
  */
2082
2068
  export interface UpdateCfsPGroupRequest {
2083
2069
  /**
2084
- * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
2070
+ * 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
2085
2071
  */
2086
2072
  PGroupId: string;
2087
2073
  /**
@@ -2158,11 +2144,11 @@ export interface DeleteCfsPGroupResponse {
2158
2144
  */
2159
2145
  export interface UpdateCfsSnapshotAttributeRequest {
2160
2146
  /**
2161
- * 文件系统快照ID,查询文件系统快照列表获取
2147
+ * 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
2162
2148
  */
2163
2149
  SnapshotId: string;
2164
2150
  /**
2165
- * 文件系统快照名称,与AliveDays 必须填一个
2151
+ * 文件系统快照名称,与AliveDays 必须填一个,快照名称,支持不超过64字符长度,支持中文、数字、_、-
2166
2152
  */
2167
2153
  SnapshotName?: string;
2168
2154
  /**
@@ -2267,7 +2253,7 @@ export interface StopMigrationTaskResponse {
2267
2253
  */
2268
2254
  TaskId?: string;
2269
2255
  /**
2270
- * 迁移状态。0: 已完成;1: 进行中;2: 已终止
2256
+ * 迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中
2271
2257
  */
2272
2258
  Status?: number;
2273
2259
  /**