tencentcloud-sdk-nodejs-cynosdb 4.1.245 → 4.1.246
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
|
@@ -2235,6 +2235,10 @@ export interface CreateProxyEndPointRequest {
|
|
|
2235
2235
|
* <p>实例权重。</p>
|
|
2236
2236
|
*/
|
|
2237
2237
|
InstanceWeights?: Array<ProxyInstanceWeight>;
|
|
2238
|
+
/**
|
|
2239
|
+
* <p>负载均衡模式</p><p>枚举值:</p><ul><li>static: 静态负载</li><li>dynamic: 动态负载</li></ul>
|
|
2240
|
+
*/
|
|
2241
|
+
LoadBalanceMode?: string;
|
|
2238
2242
|
}
|
|
2239
2243
|
/**
|
|
2240
2244
|
* ModifyBackupDownloadUserRestriction返回参数结构体
|
|
@@ -2857,6 +2861,10 @@ export interface ProxyGroupRwInfo {
|
|
|
2857
2861
|
* <p>libra节点故障,是否转发给其他节点</p>
|
|
2858
2862
|
*/
|
|
2859
2863
|
ApQueryToOtherNode?: boolean;
|
|
2864
|
+
/**
|
|
2865
|
+
* <p>自动负载</p><p>枚举值:</p><ul><li>static: 静态负载</li><li>dynamic: 动态负载</li></ul>
|
|
2866
|
+
*/
|
|
2867
|
+
LoadBalanceMode?: string;
|
|
2860
2868
|
}
|
|
2861
2869
|
/**
|
|
2862
2870
|
* DescribeProxyNodes请求参数结构体
|
|
@@ -4008,7 +4016,7 @@ export interface CreateCLSDeliveryResponse {
|
|
|
4008
4016
|
*/
|
|
4009
4017
|
export interface DescribeServerlessInstanceSpecsResponse {
|
|
4010
4018
|
/**
|
|
4011
|
-
* Serverless
|
|
4019
|
+
* <p>Serverless实例可选规格</p>
|
|
4012
4020
|
*/
|
|
4013
4021
|
Specs?: Array<ServerlessSpec>;
|
|
4014
4022
|
/**
|
|
@@ -4239,6 +4247,10 @@ export interface ModifyProxyRwSplitRequest {
|
|
|
4239
4247
|
* <p>libra节点故障,是否转发给其他节点</p>
|
|
4240
4248
|
*/
|
|
4241
4249
|
ApQueryToOtherNode?: boolean;
|
|
4250
|
+
/**
|
|
4251
|
+
* <p>负载均衡模式</p><p>枚举值:</p><ul><li>static: 静态负载</li><li>dynamic: 动态负载</li></ul>
|
|
4252
|
+
*/
|
|
4253
|
+
LoadBalanceMode?: string;
|
|
4242
4254
|
}
|
|
4243
4255
|
/**
|
|
4244
4256
|
* DescribeResourcePackageList返回参数结构体
|
|
@@ -12767,9 +12779,13 @@ export interface SetRenewFlagRequest {
|
|
|
12767
12779
|
*/
|
|
12768
12780
|
export interface DescribeServerlessInstanceSpecsRequest {
|
|
12769
12781
|
/**
|
|
12770
|
-
*
|
|
12782
|
+
* <p>可用区</p>
|
|
12771
12783
|
*/
|
|
12772
12784
|
Zone?: string;
|
|
12785
|
+
/**
|
|
12786
|
+
* <p>集群级别</p>
|
|
12787
|
+
*/
|
|
12788
|
+
ClusterLevel?: string;
|
|
12773
12789
|
}
|
|
12774
12790
|
/**
|
|
12775
12791
|
* ActivateLibraDBCluster请求参数结构体
|