tencentcloud-sdk-nodejs-cfs 4.1.71 → 4.1.74

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.71",
3
+ "version": "4.1.74",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7,7 +7,7 @@ export interface CreateMigrationTaskRequest {
7
7
  */
8
8
  TaskName: string;
9
9
  /**
10
- * 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
10
+ * 迁移方式标志位,默认为0。0:桶迁移;1:清单迁移
11
11
  */
12
12
  MigrationType: number;
13
13
  /**
@@ -15,15 +15,15 @@ export interface CreateMigrationTaskRequest {
15
15
  */
16
16
  MigrationMode: number;
17
17
  /**
18
- * 数据源账号的SecretId
18
+ * 数据源账号的 SecretId
19
19
  */
20
20
  SrcSecretId: string;
21
21
  /**
22
- * 数据源账号的SecretKey
22
+ * 数据源账号的 SecretKey
23
23
  */
24
24
  SrcSecretKey: string;
25
25
  /**
26
- * 文件系统实例Id
26
+ * 文件系统实例 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
27
27
  */
28
28
  FileSystemId: string;
29
29
  /**
@@ -35,11 +35,11 @@ export interface CreateMigrationTaskRequest {
35
35
  */
36
36
  CoverType: number;
37
37
  /**
38
- * 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
38
+ * 数据源服务商。COS:腾讯云COS,OSS:阿里云OSS,OBS:华为云OBS
39
39
  */
40
40
  SrcService: string;
41
41
  /**
42
- * 数据源桶名称,名称和地址至少有一个
42
+ * 数据源桶名称;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
43
43
  */
44
44
  BucketName?: string;
45
45
  /**
@@ -47,7 +47,7 @@ export interface CreateMigrationTaskRequest {
47
47
  */
48
48
  BucketRegion?: string;
49
49
  /**
50
- * 数据源桶地址,名称和地址至少有一个
50
+ * 数据源桶地址;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
51
51
  */
52
52
  BucketAddress?: string;
53
53
  /**
@@ -59,11 +59,11 @@ export interface CreateMigrationTaskRequest {
59
59
  */
60
60
  FsName?: string;
61
61
  /**
62
- * 源桶路径,默认为/
62
+ * 源桶路径,默认为 /
63
63
  */
64
64
  BucketPath?: string;
65
65
  /**
66
- * 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
66
+ * 迁移方向;0:对象存储迁移至文件系统,1:文件系统迁移至对象存储。默认为0
67
67
  */
68
68
  Direction?: number;
69
69
  }
@@ -2017,7 +2017,7 @@ export interface UpdateCfsFileSystemPGroupRequest {
2017
2017
  */
2018
2018
  export interface CreateMigrationTaskResponse {
2019
2019
  /**
2020
- * 迁移任务Id
2020
+ * 迁移任务 ID
2021
2021
  */
2022
2022
  TaskId?: string;
2023
2023
  /**