tencentcloud-sdk-nodejs-cdb 4.1.290 → 4.1.296

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.290",
3
+ "version": "4.1.296",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9195,6 +9195,10 @@ export interface CreateDBInstanceHourRequest {
9195
9195
  * <p>硬盘类型,单节点(云盘)或者云盘版实例可以指定此参数。CLOUD_SSD 表示 SSD 云硬盘,CLOUD_HSSD 表示增强型 SSD 云硬盘,CLOUD_PREMIUM 表示高性能云硬盘。<br>说明:单节点(云盘)、云盘版实例硬盘类型所支持的地域略有不同,具体支持情况请参考 <a href="https://cloud.tencent.com/document/product/236/8458">地域和可用区</a>。</p>
9196
9196
  */
9197
9197
  DiskType?: string;
9198
+ /**
9199
+ * <p>CDC集群ID,非CDC场景无需指定该入参</p>
9200
+ */
9201
+ CdcId?: string;
9198
9202
  /**
9199
9203
  * <p>集群类型:cage——金融围拢,cdc——CDB ON CDC;dedicate——独享集群</p>
9200
9204
  */