tencentcloud-sdk-nodejs-cdb 4.1.53 → 4.1.55

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-cdb",
3
- "version": "4.1.53",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4816,7 +4816,7 @@ export interface CreateDBInstanceRequest {
4816
4816
  */
4817
4817
  Zone?: string;
4818
4818
  /**
4819
- * 私有网络 ID,如果不传则默认选择基础网络,请使用 [查询私有网络列表](/document/api/215/15778)。
4819
+ * 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
4820
4820
  说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。
4821
4821
  */
4822
4822
  UniqVpcId?: string;
@@ -8688,7 +8688,7 @@ export interface CreateDBInstanceHourRequest {
8688
8688
  */
8689
8689
  EngineVersion?: string;
8690
8690
  /**
8691
- * 私有网络 ID,如果不传则默认选择基础网络,请使用 [查询私有网络列表](/document/api/215/15778)
8691
+ * 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
8692
8692
  说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。
8693
8693
  */
8694
8694
  UniqVpcId?: string;
@@ -8895,7 +8895,7 @@ export interface CreateCloneInstanceRequest {
8895
8895
  */
8896
8896
  SpecifiedBackupId?: number;
8897
8897
  /**
8898
- * 私有网络 ID,如果不传则默认选择基础网络,请使用 [查询私有网络列表](/document/api/215/15778)
8898
+ * 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
8899
8899
  */
8900
8900
  UniqVpcId?: string;
8901
8901
  /**