tencentcloud-sdk-nodejs-cdb 4.1.104 → 4.1.117
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
|
@@ -7120,6 +7120,14 @@ export interface AdjustCdbProxyAddressRequest {
|
|
|
7120
7120
|
* 访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。
|
|
7121
7121
|
*/
|
|
7122
7122
|
AccessMode?: string;
|
|
7123
|
+
/**
|
|
7124
|
+
* 是否将libra节点当作普通RO节点
|
|
7125
|
+
*/
|
|
7126
|
+
ApNodeAsRoNode?: string;
|
|
7127
|
+
/**
|
|
7128
|
+
* libra节点故障,是否转发给其他节点
|
|
7129
|
+
*/
|
|
7130
|
+
ApQueryToOtherNode?: string;
|
|
7123
7131
|
}
|
|
7124
7132
|
/**
|
|
7125
7133
|
* DescribeDatabases返回参数结构体
|
|
@@ -8596,6 +8604,14 @@ export interface ProxyAddress {
|
|
|
8596
8604
|
* 是否开启自动负载均衡
|
|
8597
8605
|
*/
|
|
8598
8606
|
AutoLoadBalance?: boolean;
|
|
8607
|
+
/**
|
|
8608
|
+
* 是否把libra当作ro节点
|
|
8609
|
+
*/
|
|
8610
|
+
ApNodeAsRoNode?: boolean;
|
|
8611
|
+
/**
|
|
8612
|
+
* libra节点故障,是否转发给其他节点
|
|
8613
|
+
*/
|
|
8614
|
+
ApQueryToOtherNode?: boolean;
|
|
8599
8615
|
}
|
|
8600
8616
|
/**
|
|
8601
8617
|
* 通用时间窗
|