tencentcloud-sdk-nodejs-cfs 4.1.42 → 4.1.47

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.42",
3
+ "version": "4.1.47",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1500,7 +1500,7 @@ export interface CreateCfsFileSystemRequest {
1500
1500
  */
1501
1501
  NetInterface: string;
1502
1502
  /**
1503
- * 权限组 ID,pgroupbasic 是默认权限组
1503
+ * 权限组 ID,pgroupbasic 是默认权限组,通过控制查询权限组列表接口获取[DescribeCfsPGroups](https://cloud.tencent.com/document/product/582/38157)
1504
1504
  */
1505
1505
  PGroupId: string;
1506
1506
  /**
@@ -1512,11 +1512,13 @@ export interface CreateCfsFileSystemRequest {
1512
1512
  */
1513
1513
  StorageType?: string;
1514
1514
  /**
1515
- * 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取
1515
+ * 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取,
1516
+ [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)
1516
1517
  */
1517
1518
  VpcId?: string;
1518
1519
  /**
1519
- * 子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取
1520
+ * 子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取,
1521
+ [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
1520
1522
  */
1521
1523
  SubnetId?: string;
1522
1524
  /**
@@ -1536,7 +1538,9 @@ export interface CreateCfsFileSystemRequest {
1536
1538
  */
1537
1539
  ClientToken?: string;
1538
1540
  /**
1539
- * 云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取
1541
+ * 云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取,通过接口
1542
+ [DescribeCcns](https://cloud.tencent.com/document/product/215/19199)
1543
+
1540
1544
  */
1541
1545
  CcnId?: string;
1542
1546
  /**
@@ -1548,11 +1552,13 @@ export interface CreateCfsFileSystemRequest {
1548
1552
  */
1549
1553
  Capacity?: number;
1550
1554
  /**
1551
- * 文件系统快照ID,通过查询快照列表获取该参数
1555
+ * 文件系统快照ID,通过查询快照列表获取该参数,
1556
+ [DescribeCfsSnapshots](https://cloud.tencent.com/document/product/582/80206)
1552
1557
  */
1553
1558
  SnapshotId?: string;
1554
1559
  /**
1555
- * 定期快照策略ID,通过查询快照策略信息获取
1560
+ * 定期快照策略ID,通过查询快照策略信息获取,
1561
+ [DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/product/582/38157)
1556
1562
  */
1557
1563
  AutoSnapshotPolicyId?: string;
1558
1564
  /**
@@ -2329,7 +2335,7 @@ export interface CreateAutoSnapshotPolicyRequest {
2329
2335
  */
2330
2336
  Hour: string;
2331
2337
  /**
2332
- * 策略名称
2338
+ * 策略名称,限制64个字符数量仅支持输入中文、字母、数字、_或-
2333
2339
  */
2334
2340
  PolicyName?: string;
2335
2341
  /**
@@ -2341,7 +2347,7 @@ export interface CreateAutoSnapshotPolicyRequest {
2341
2347
  */
2342
2348
  AliveDays?: number;
2343
2349
  /**
2344
- * 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。与DayOfWeek,IntervalDays 三者选一
2350
+ * 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照;例如1 代表1号;与DayOfWeek,IntervalDays 三者选一
2345
2351
  */
2346
2352
  DayOfMonth?: string;
2347
2353
  /**