tencentcloud-sdk-nodejs-cynosdb 4.1.244 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cynosdb",
3
- "version": "4.1.244",
3
+ "version": "4.1.246",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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返回参数结构体
@@ -8421,7 +8433,11 @@ export interface DescribeAuditLogFilesResponse {
8421
8433
  */
8422
8434
  export interface SwitchClusterZoneResponse {
8423
8435
  /**
8424
- * 异步FlowId
8436
+ * <p>任务id</p>
8437
+ */
8438
+ TaskId?: number;
8439
+ /**
8440
+ * <p>异步FlowId</p>
8425
8441
  */
8426
8442
  FlowId?: number;
8427
8443
  /**
@@ -9221,19 +9237,19 @@ export interface ExportInstanceSlowQueriesResponse {
9221
9237
  */
9222
9238
  export interface SwitchClusterZoneRequest {
9223
9239
  /**
9224
- * 集群Id
9240
+ * <p>集群Id</p>
9225
9241
  */
9226
9242
  ClusterId: string;
9227
9243
  /**
9228
- * 当前可用区
9244
+ * <p>当前可用区</p>
9229
9245
  */
9230
9246
  OldZone: string;
9231
9247
  /**
9232
- * 要切换到的可用区
9248
+ * <p>要切换到的可用区</p>
9233
9249
  */
9234
9250
  NewZone: string;
9235
9251
  /**
9236
- * 维护期间执行-yes,立即执行-no
9252
+ * <p>维护期间执行-yes,立即执行-no</p>
9237
9253
  */
9238
9254
  IsInMaintainPeriod?: string;
9239
9255
  }
@@ -12763,9 +12779,13 @@ export interface SetRenewFlagRequest {
12763
12779
  */
12764
12780
  export interface DescribeServerlessInstanceSpecsRequest {
12765
12781
  /**
12766
- * 可用区
12782
+ * <p>可用区</p>
12767
12783
  */
12768
12784
  Zone?: string;
12785
+ /**
12786
+ * <p>集群级别</p>
12787
+ */
12788
+ ClusterLevel?: string;
12769
12789
  }
12770
12790
  /**
12771
12791
  * ActivateLibraDBCluster请求参数结构体