tencentcloud-sdk-nodejs-cfs 4.1.284 → 4.1.297

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.284",
3
+ "version": "4.1.297",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -45,7 +45,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
45
45
  */
46
46
  UpdateFileSystemBandwidthLimit(req: UpdateFileSystemBandwidthLimitRequest, cb?: (error: string, rep: UpdateFileSystemBandwidthLimitResponse) => void): Promise<UpdateFileSystemBandwidthLimitResponse>;
47
47
  /**
48
- * 设置文件系统配额,提供UID/GID的配额设置的接口(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
48
+ * 设置文件系统配额,提供UID/GID的配额设置的接口(仅指定版本的Turbo实例能使用,若调用失败请提交工单与我们联系)
49
49
  */
50
50
  SetUserQuota(req: SetUserQuotaRequest, cb?: (error: string, rep: SetUserQuotaResponse) => void): Promise<SetUserQuotaResponse>;
51
51
  /**
@@ -85,7 +85,7 @@ class Client extends TencentCloudCommon.AbstractClient {
85
85
  return this.request("UpdateFileSystemBandwidthLimit", req, cb);
86
86
  }
87
87
  /**
88
- * 设置文件系统配额,提供UID/GID的配额设置的接口(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
88
+ * 设置文件系统配额,提供UID/GID的配额设置的接口(仅指定版本的Turbo实例能使用,若调用失败请提交工单与我们联系)
89
89
  */
90
90
  async SetUserQuota(req, cb) {
91
91
  return this.request("SetUserQuota", req, cb);
@@ -27,7 +27,7 @@ export interface CreateMigrationTaskRequest {
27
27
  */
28
28
  FileSystemId: string;
29
29
  /**
30
- * <p>文件系统路径</p>
30
+ * <p>文件系统内目录路径,不涉及实际挂载子目录/根目录,无需以/cfs/作为前缀</p>
31
31
  */
32
32
  FsPath: string;
33
33
  /**
@@ -130,7 +130,7 @@ export interface CreateLifecycleDataTaskRequest {
130
130
  */
131
131
  IsOverwrite?: boolean;
132
132
  /**
133
- * <p>【新增】数据清单文件路径,清单文件内每行一条待处理文件的完整路径。与 TaskPath 二选一。路径必须以 /cfs 开头,且必须为 CFS 文件系统内已存在的文件。示例值:/cfs/lists/archive_list.txt</p>
133
+ * <p>数据清单文件路径,清单文件内每行为待处理文件的完整路径。所有路径(包括清单文件路径、清单文件内每行表示的待处理文件的路径)必须以 /cfs 开头,指向CFS文件系统内已存在的文件,与 TaskPath 参数二选一填写。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,清单文件位于挂载路径下的 lists/archive_list.txt,则入参值为 /cfs/lists/archive_list.txt</li><li>若挂载的是CFS子目录 /subdir,清单文件位于挂载路径下的 lists/archive_list.txt,则入参值为 /cfs/subdir/lists/archive_list.txt</li></ul>
134
134
  */
135
135
  ListPath?: string;
136
136
  }
@@ -252,7 +252,7 @@ export interface MigrationTaskInfo {
252
252
  */
253
253
  FileSystemId?: string;
254
254
  /**
255
- * <p>文件系统路径</p>
255
+ * <p>文件系统内目录路径,不涉及实际挂载子目录/根目录,无需以/cfs/作为前缀</p>
256
256
  */
257
257
  FsPath?: string;
258
258
  /**
@@ -393,11 +393,11 @@ export interface CreateLifecycleDataTaskResponse {
393
393
  */
394
394
  export interface ApplyPathLifecyclePolicyRequest {
395
395
  /**
396
- * 生命周期管理策略ID
396
+ * <p>生命周期管理策略ID</p>
397
397
  */
398
398
  LifecyclePolicyID: string;
399
399
  /**
400
- * 生命周期管理策略关联目录的绝对路径列表
400
+ * <p>生命周期管理策略所关联的目录路径列表,每个路径必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。</p><p>示例:</p><ul><li>若挂载的是CFS根目录 /,需关联挂载路径下的 test1/test2,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需关联挂载路径下的 test1/test2,则入参值为 /cfs/subdir/test1/test2</li></ul>
401
401
  */
402
402
  Paths?: Array<PathInfo>;
403
403
  }
@@ -571,7 +571,7 @@ export interface CreateDataRetrievalResponse {
571
571
  */
572
572
  export interface CreateDataFlowResponse {
573
573
  /**
574
- * 数据流动管理 ID
574
+ * <p>数据流动管理 ID</p>
575
575
  */
576
576
  DataFlowId?: string;
577
577
  /**
@@ -961,19 +961,19 @@ export interface StopLifecycleDataTaskResponse {
961
961
  */
962
962
  export interface DeleteUserQuotaRequest {
963
963
  /**
964
- * 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
964
+ * <p>文件系统ID,通过查询文件系统列表获取;<a href="https://cloud.tencent.com/document/product/582/38170">DescribeCfsFileSystems</a></p>
965
965
  */
966
966
  FileSystemId: string;
967
967
  /**
968
- * 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
968
+ * <p>指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)</p>
969
969
  */
970
970
  UserType: string;
971
971
  /**
972
- * UID/GID信息,和DirectoryPath参数,两者必须填写一个
972
+ * <p>UID/GID信息,和DirectoryPath参数,两者必须填写一个</p>
973
973
  */
974
974
  UserId?: string;
975
975
  /**
976
- * 设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个
976
+ * <p>需删除配额的目录路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。该参数与 UserId 参数至少填写一个。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需删除挂载路径下 test1/test2 的配额,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需删除挂载路径下 test1/test2 的配额,则入参值为 /cfs/subdir/test1/test2</li></ul>
977
977
  */
978
978
  DirectoryPath?: string;
979
979
  }
@@ -1025,7 +1025,7 @@ export interface DescribeCfsFileSystemClientsResponse {
1025
1025
  */
1026
1026
  export interface DoDirectoryOperationResponse {
1027
1027
  /**
1028
- * 1:成功 0:失败。创建目录的操作,1表示创建成功,0表示创建失败。 确认目录是否存在的操作,1表示目录存在,0表示目录不存在。此外,创建目录操作若目录已存在,也会返回创建成功。
1028
+ * <p>1:成功 0:失败。创建目录的操作,1表示创建成功,0表示创建失败。 确认目录是否存在的操作,1表示目录存在,0表示目录不存在。此外,创建目录操作若目录已存在,也会返回创建成功。</p>
1029
1029
  */
1030
1030
  Result?: number;
1031
1031
  /**
@@ -1094,7 +1094,7 @@ export interface DeleteCfsRuleRequest {
1094
1094
  */
1095
1095
  export interface ApplyPathLifecyclePolicyResponse {
1096
1096
  /**
1097
- * 有规则冲突时返回的已有冲突规则信息
1097
+ * <p>有规则冲突时返回的已有冲突规则信息</p>
1098
1098
  注意:此字段可能返回 null,表示取不到有效值。
1099
1099
  */
1100
1100
  CheckResults?: Array<CheckResult>;
@@ -1407,27 +1407,27 @@ export interface PGroup {
1407
1407
  */
1408
1408
  export interface SetUserQuotaRequest {
1409
1409
  /**
1410
- * 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
1410
+ * <p>文件系统 ID,通过<a href="https://cloud.tencent.com/document/api/582/38170">查询文件系统列表</a>获取</p>
1411
1411
  */
1412
1412
  FileSystemId: string;
1413
1413
  /**
1414
- * 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额
1414
+ * <p>指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额</p>
1415
1415
  */
1416
1416
  UserType: string;
1417
1417
  /**
1418
- * UID/GID信息
1418
+ * <p>UID/GID信息</p>
1419
1419
  */
1420
1420
  UserId?: string;
1421
1421
  /**
1422
- * 容量硬限制,单位GiB。设置范围10-10000000
1422
+ * <p>容量硬限制,单位GiB。设置范围10-10000000。</p>
1423
1423
  */
1424
1424
  CapacityHardLimit?: number;
1425
1425
  /**
1426
- * 文件硬限制,单位个。设置范围1000-100000000
1426
+ * <p>文件硬限制,单位个。设置范围1000-100000000</p>
1427
1427
  */
1428
1428
  FileHardLimit?: number;
1429
1429
  /**
1430
- * 需设置目录配额的目录绝对路径,不同目录不可存在包含关系
1430
+ * <p>需设置配额的目录路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。不同目录之间不可存在包含关系。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需对挂载路径下的 test1/test2 设置配额,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需对挂载路径下的 test1/test2 设置配额,则入参值为 /cfs/subdir/test1/test2</li></ul>
1431
1431
  */
1432
1432
  DirectoryPath?: string;
1433
1433
  }
@@ -1474,70 +1474,63 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
1474
1474
  */
1475
1475
  export interface DataFlowInfo {
1476
1476
  /**
1477
- * 数据流动管理 ID
1477
+ * <p>数据流动管理 ID</p>
1478
1478
  */
1479
1479
  DataFlowId?: string;
1480
1480
  /**
1481
- * 数据流动名称
1481
+ * <p>数据流动名称</p>
1482
1482
  */
1483
1483
  DataFlowName?: string;
1484
1484
  /**
1485
- * 源端数据类型
1485
+ * <p>源端数据类型</p>
1486
1486
  */
1487
1487
  SourceStorageType?: string;
1488
1488
  /**
1489
- * 源端存储地址
1489
+ * <p>源端存储地址</p>
1490
1490
  */
1491
1491
  SourceStorageAddress?: string;
1492
1492
  /**
1493
- * 源端路径
1493
+ * <p>源端路径</p>
1494
1494
  */
1495
1495
  SourcePath?: string;
1496
1496
  /**
1497
- * 目录路径
1497
+ * <p>设置数据流动时指定的文件系统内目标路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需将对象存储上的源端目录与挂载路径下的 test1/test2 建立映射关系,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需将对象存储上的源端目录与挂载路径下的 test1/test2 建立映射关系,则入参值为 /cfs/subdir/test1/test2</li></ul>
1498
1498
  */
1499
1499
  TargetPath?: string;
1500
1500
  /**
1501
- * available:已生效
1502
- pending:配置中
1503
- unavailable:失效
1504
- deleting:删除中
1501
+ * <p>available:已生效<br>pending:配置中<br>unavailable:失效<br>deleting:删除中</p>
1505
1502
  */
1506
1503
  Status?: string;
1507
1504
  /**
1508
- * 创建时间
1505
+ * <p>创建时间</p>
1509
1506
  */
1510
1507
  CreationTime?: string;
1511
1508
  /**
1512
- * 文件系统 ID
1509
+ * <p>文件系统 ID</p>
1513
1510
  */
1514
1511
  FileSystemId?: string;
1515
1512
  /**
1516
- * 0:不开启自动更新
1517
-
1518
- 1:开启自动更新
1513
+ * <p>0:不开启自动更新</p><p>1:开启自动更新</p>
1519
1514
  */
1520
1515
  AutoRefresh?: number;
1521
1516
  /**
1522
- * KafkaConsumer 消费时使用的Topic参数
1517
+ * <p>KafkaConsumer 消费时使用的Topic参数</p>
1523
1518
  */
1524
1519
  UserKafkaTopic?: string;
1525
1520
  /**
1526
- * 服务地址
1521
+ * <p>服务地址</p>
1527
1522
  */
1528
1523
  ServerAddr?: string;
1529
1524
  /**
1530
- * Kafka消费用户名
1525
+ * <p>Kafka消费用户名</p>
1531
1526
  */
1532
1527
  UserName?: string;
1533
1528
  /**
1534
- * 自动刷新的状态,available:已生效
1535
- pending:配置中
1536
- unavailable:失效
1529
+ * <p>自动刷新的状态,available:已生效<br>pending:配置中<br>unavailable:失效</p>
1537
1530
  */
1538
1531
  AutoRefreshStatus?: string;
1539
1532
  /**
1540
- * 自动刷新开启时间
1533
+ * <p>自动刷新开启时间</p>
1541
1534
  */
1542
1535
  AutoRefreshTime?: string;
1543
1536
  }
@@ -1681,40 +1674,40 @@ export interface LifecycleRule {
1681
1674
  */
1682
1675
  export interface UserQuota {
1683
1676
  /**
1684
- * 指定配额类型,包括Uid、Gid、Dir
1677
+ * <p>指定配额类型,包括Uid、Gid、Dir</p>
1685
1678
  */
1686
1679
  UserType: string;
1687
1680
  /**
1688
- * UID/GID信息
1681
+ * <p>UID/GID信息</p>
1689
1682
  */
1690
1683
  UserId: string;
1691
1684
  /**
1692
- * 容量硬限制,单位GiB
1685
+ * <p>容量硬限制,单位GiB</p>
1693
1686
  */
1694
1687
  CapacityHardLimit: number;
1695
1688
  /**
1696
- * 文件硬限制,单位个
1689
+ * <p>文件硬限制,单位个</p>
1697
1690
  */
1698
1691
  FileHardLimit: number;
1699
1692
  /**
1700
- * 文件系统ID
1693
+ * <p>文件系统ID</p>
1701
1694
  */
1702
1695
  FileSystemId: string;
1703
1696
  /**
1704
- * 容量使用,单位GiB
1697
+ * <p>容量使用,单位GiB</p>
1705
1698
  */
1706
1699
  CapacityUsed?: number;
1707
1700
  /**
1708
- * 文件使用个数,单位个
1701
+ * <p>文件使用个数,单位个</p>
1709
1702
  */
1710
1703
  FileUsed?: number;
1711
1704
  /**
1712
- * 目录配额的目录绝对路径
1705
+ * <p>需设置配额的目录路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。不同目录之间不可存在包含关系。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需对挂载路径下的 test1/test2 设置配额,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需对挂载路径下的 test1/test2 设置配额,则入参值为 /cfs/subdir/test1/test2</li></ul>
1713
1706
  注意:此字段可能返回 null,表示取不到有效值。
1714
1707
  */
1715
1708
  DirectoryPath?: string;
1716
1709
  /**
1717
- * 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
1710
+ * <p>配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败</p>
1718
1711
  */
1719
1712
  Status?: string;
1720
1713
  }
@@ -1911,7 +1904,7 @@ export interface LifecycleDataTaskInfo {
1911
1904
  */
1912
1905
  IsOverwrite?: boolean;
1913
1906
  /**
1914
- * <p>【新增】数据清单文件路径,清单文件内每行一条待处理文件的完整路径。与 TaskPath 二选一。路径必须以 /cfs 开头,且必须为 CFS 文件系统内已存在的文件。示例值:/cfs/lists/archive_list.txt</p>
1907
+ * <p>数据清单文件路径,清单文件内每行为待处理文件的完整路径。所有路径(包括清单文件路径、清单文件内每行表示的待处理文件的路径)必须以 /cfs 开头,指向CFS文件系统内已存在的文件,与 TaskPath 参数二选一填写。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,清单文件位于挂载路径下的 lists/archive_list.txt,则入参值为 /cfs/lists/archive_list.txt</li><li>若挂载的是CFS子目录 /subdir,清单文件位于挂载路径下的 lists/archive_list.txt,则入参值为 /cfs/subdir/lists/archive_list.txt</li></ul>
1915
1908
  */
1916
1909
  ListPath?: string;
1917
1910
  }
@@ -3071,7 +3064,7 @@ export interface ModifyLifecyclePolicyResponse {
3071
3064
  */
3072
3065
  export interface SetUserQuotaResponse {
3073
3066
  /**
3074
- * UID/GID信息
3067
+ * <p>UID/GID信息</p>
3075
3068
  */
3076
3069
  UserId?: string;
3077
3070
  /**
@@ -3430,55 +3423,55 @@ export interface CreateAutoSnapshotPolicyRequest {
3430
3423
  */
3431
3424
  export interface CreateDataFlowRequest {
3432
3425
  /**
3433
- * 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
3426
+ * <p>文件系统 ID ,通过查询文件系统 <a href="https://cloud.tencent.com/document/product/582/38170">DescribeCfsFileSystems</a> 获取</p>
3434
3427
  */
3435
3428
  FileSystemId: string;
3436
3429
  /**
3437
- * 源端数据类型;包含S3_COS,S3_L5
3430
+ * <p>源端数据类型;包含S3_COS,S3_L5</p>
3438
3431
  */
3439
3432
  SourceStorageType: string;
3440
3433
  /**
3441
- * 源端存储地址
3434
+ * <p>源端存储地址</p>
3442
3435
  */
3443
3436
  SourceStorageAddress: string;
3444
3437
  /**
3445
- * 源端路径
3438
+ * <p>源端路径</p>
3446
3439
  */
3447
3440
  SourcePath: string;
3448
3441
  /**
3449
- * 文件系统内目标路径
3442
+ * <p>设置数据流动时指定的文件系统内目标路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需将对象存储上的源端目录与挂载路径下的 test1/test2 建立映射关系,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需将对象存储上的源端目录与挂载路径下的 test1/test2 建立映射关系,则入参值为 /cfs/subdir/test1/test2</li></ul>
3450
3443
  */
3451
3444
  TargetPath: string;
3452
3445
  /**
3453
- * 密钥 ID
3446
+ * <p>密钥 ID</p>
3454
3447
  */
3455
3448
  SecretId: string;
3456
3449
  /**
3457
- * 密钥 key
3450
+ * <p>密钥 key</p>
3458
3451
  */
3459
3452
  SecretKey: string;
3460
3453
  /**
3461
- * 数据流动名称;支持不超过64字符长度,支持中文、数字、_、-
3454
+ * <p>数据流动名称;支持不超过64字符长度,支持中文、数字、_、-</p>
3462
3455
  */
3463
3456
  DataFlowName?: string;
3464
3457
  /**
3465
- * 0:不开启自动更新 1:开启自动更新
3458
+ * <p>0:不开启自动更新 1:开启自动更新</p>
3466
3459
  */
3467
3460
  AutoRefresh?: number;
3468
3461
  /**
3469
- * KafkaConsumer 消费时使用的Topic参数
3462
+ * <p>KafkaConsumer 消费时使用的Topic参数</p>
3470
3463
  */
3471
3464
  UserKafkaTopic?: string;
3472
3465
  /**
3473
- * 服务地址 示例值:kafkaconsumer-ap-beijing.cls.tencentyun.com:9095
3466
+ * <p>服务地址 示例值:kafkaconsumer-ap-beijing.cls.tencentyun.com:9095</p>
3474
3467
  */
3475
3468
  ServerAddr?: string;
3476
3469
  /**
3477
- * Kafka消费用户名.示例值:name
3470
+ * <p>Kafka消费用户名.示例值:name</p>
3478
3471
  */
3479
3472
  UserName?: string;
3480
3473
  /**
3481
- * Kafka消费用户密码。默认${SecretId}#${SecretKey}
3474
+ * <p>Kafka消费用户密码。默认${SecretId}#${SecretKey}。</p>
3482
3475
  */
3483
3476
  Password?: string;
3484
3477
  }
@@ -3504,25 +3497,23 @@ export interface DescribeDataFlowResponse {
3504
3497
  */
3505
3498
  export interface DoDirectoryOperationRequest {
3506
3499
  /**
3507
- * 文件系统 ID。当前仅 Turbo 系列文件系统支持调用此接口,通用系列文件系统(含增强型)不支持调用。
3500
+ * <p>文件系统 ID。当前仅 Turbo 系列文件系统支持调用此接口,通用系列文件系统(含增强型)不支持调用。</p>
3508
3501
  */
3509
3502
  FileSystemId: string;
3510
3503
  /**
3511
- * create:创建目录,等同于mkdir
3512
- check:确认目录是否存在,等同于stat。
3513
- move:对文件/目录进行重命名,等同于mv。
3504
+ * <p>create:创建目录,等同于mkdir。<br>check:确认目录是否存在,等同于stat。<br>move:对文件/目录进行重命名,等同于mv。</p>
3514
3505
  */
3515
3506
  OpetationType: string;
3516
3507
  /**
3517
- * 目录的绝对路径 默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录)
3508
+ * <p>系统会默认递归创建路径中的所有父级目录。路径必须从 /cfs/ 开始,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。<br>示例:</p><ul><li><p>若操作为 create/check</p><ul><li>若挂载的是CFS根目录 /,需在挂载路径下创建/检查是否存在 test1/test2,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需在挂载路径下创建/检查是否存在 test1/test2,则入参值为 /cfs/subdir/test1/test2</li></ul></li><li><p>若操作为 move</p><ul><li>若挂载的是CFS根目录 /,需在挂载路径下移动 test1/test2 下的文件到 DestPath,则入参值为 /cfs/test1/test2</li><li>若挂载的是CFS子目录 /subdir,需在挂载路径下挂载路径下移动 test1/test2 下的文件到 DestPath,则入参值为 /cfs/subdir/test1/test2</li></ul></li></ul>
3518
3509
  */
3519
3510
  DirectoryPath: string;
3520
3511
  /**
3521
- * 创建目录的权限,若不传,默认为0755。若OperationType为 check,此值无实际意义。
3512
+ * <p>创建目录的权限,若不传,默认为0755。若OperationType为 check,此值无实际意义。</p>
3522
3513
  */
3523
3514
  Mode?: string;
3524
3515
  /**
3525
- * mv 操作的目标目录名称。路径必须以/cfs/开头
3516
+ * <p>mv 操作的目标目录路径,必须以 /cfs/ 开头,代表文件存储实例内部的逻辑路径,而非本地挂载点路径。<br>示例:</p><ul><li>若挂载的是CFS根目录 /,需将 DirectoryPath 下的文件移动到挂载路径下的 test3/test4,则入参值为 /cfs/test3/test4</li><li>若挂载的是CFS子目录 /subdir,需将 DirectoryPath 下的文件移动到挂载路径下的 test3/test4,则入参值为 /cfs/subdir/ test3/test4</li></ul>
3526
3517
  */
3527
3518
  DestPath?: string;
3528
3519
  }