tencentcloud-sdk-nodejs-cdb 4.1.52 → 4.1.53

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.52",
3
+ "version": "4.1.53",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8978,6 +8978,14 @@ export interface CreateCloneInstanceRequest {
8978
8978
  * 集群版节点拓扑配置。
8979
8979
  */
8980
8980
  ClusterTopology?: ClusterTopology;
8981
+ /**
8982
+ * 原实例所在地域名,当传入异地备份时为必选项,例:ap-guangzhou
8983
+ */
8984
+ SrcRegion?: string;
8985
+ /**
8986
+ * 异地数据备份id
8987
+ */
8988
+ SpecifiedSubBackupId?: number;
8981
8989
  }
8982
8990
  /**
8983
8991
  * 集群版节点信息