tencentcloud-sdk-nodejs-cdb 4.1.179 → 4.1.180

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.179",
3
+ "version": "4.1.180",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9230,8 +9230,13 @@ export interface CreateCloneInstanceRequest {
9230
9230
  SpecifiedSubBackupId?: number;
9231
9231
  /**
9232
9232
  * 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
9233
+ * @deprecated
9233
9234
  */
9234
9235
  MasterZone?: string;
9236
+ /**
9237
+ * 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
9238
+ */
9239
+ Zone?: string;
9235
9240
  }
9236
9241
  /**
9237
9242
  * 云盘版节点信息