tencentcloud-sdk-nodejs-cdb 4.1.236 → 4.1.238
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
|
@@ -1812,6 +1812,10 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1812
1812
|
* <p>数据校验敏感度,非极速变配时使用此参数,敏感度根据当前实例规格计算迁移过程中的数据对比使用的cpu资源<br>对应的选项为: "high"、"normal"、"low",默认为空<br>参数详解,:<br>"high": 对应控制台中的高,数据库负载过高不建议使用<br>"normal":对应控制台中的标准<br>"low":对应控制台中的低</p>
|
|
1813
1813
|
*/
|
|
1814
1814
|
DataCheckSensitive?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* <p>备库 3 的可用区信息,默认为空,购买四节点主实例时可指定该参数。</p>
|
|
1817
|
+
*/
|
|
1818
|
+
FourthZone?: string;
|
|
1815
1819
|
}
|
|
1816
1820
|
/**
|
|
1817
1821
|
* ModifyParamTemplate请求参数结构体
|
|
@@ -4013,6 +4017,10 @@ export interface DescribeInstanceUpgradeTypeRequest {
|
|
|
4013
4017
|
* <p>云盘版的节点拓扑配置。Nodeld 信息可通过 <a href="https://cloud.tencent.com/document/api/236/105116">DescribeClusterInfo</a> 接口获取。</p>
|
|
4014
4018
|
*/
|
|
4015
4019
|
ClusterTopology?: ClusterTopology;
|
|
4020
|
+
/**
|
|
4021
|
+
* <p>目标实例备机3可用区 ID。可使用 <a href="https://cloud.tencent.com/document/product/236/80281">DescribeCdbZoneConfig</a> 获取可用区 ID。</p>
|
|
4022
|
+
*/
|
|
4023
|
+
DstFourthZone?: number;
|
|
4016
4024
|
}
|
|
4017
4025
|
/**
|
|
4018
4026
|
* DescribeDBInstanceConfig返回参数结构体
|