tencentcloud-sdk-nodejs-cdb 4.1.267 → 4.1.268

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.267",
3
+ "version": "4.1.268",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1282,7 +1282,7 @@ export interface CreateCdbProxyAddressRequest {
1282
1282
  */
1283
1283
  AutoLoadBalance?: boolean;
1284
1284
  /**
1285
- * <p>接入模式。nearBy - 就近访问,balance - 均衡分配,默认值:nearBy。</p>
1285
+ * <p>接入模式。</p><p>枚举值:</p><ul><li>nearBy 就近访问</li><li>balance 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul><p>默认值:nearBy</p>
1286
1286
  */
1287
1287
  AccessMode?: string;
1288
1288
  }
@@ -1910,6 +1910,7 @@ export interface SwitchDBInstanceMasterSlaveRequest {
1910
1910
  DstSlave?: string;
1911
1911
  /**
1912
1912
  * 是否强制切换。默认为 False。注意,若设置强制切换为 True,实例存在丢失数据的风险,请谨慎使用。
1913
+ * @deprecated
1913
1914
  */
1914
1915
  ForceSwitch?: boolean;
1915
1916
  /**
@@ -3407,11 +3408,11 @@ export interface DescribeSupportedPrivilegesRequest {
3407
3408
  */
3408
3409
  export interface DescribeAsyncRequestInfoResponse {
3409
3410
  /**
3410
- * 任务执行结果。可能的取值:INITIAL - 初始化,RUNNING - 运行中,SUCCESS - 执行成功,FAILED - 执行失败,KILLED - 已终止,REMOVED - 已删除,PAUSED - 终止中。
3411
+ * <p>任务执行结果。</p><p>枚举值:</p><ul><li>INITIAL 初始化。</li><li>RUNNING 运行中。</li><li>SUCCESS 执行成功。</li><li>FAILED 执行失败。</li><li>KILLED 已终止。</li><li>REMOVED 已删除。</li><li>PAUSED 终止中。</li><li>UNDEFINED: 任务已创建但未开始执行,在 WaitSwitch = true 场景下,表示任务正在等待维护时间窗到来。</li></ul>
3411
3412
  */
3412
3413
  Status?: string;
3413
3414
  /**
3414
- * 任务执行信息描述。
3415
+ * <p>任务执行信息描述。</p>
3415
3416
  */
3416
3417
  Info?: string;
3417
3418
  /**
@@ -3869,7 +3870,7 @@ export interface OpenDBInstanceGTIDRequest {
3869
3870
  */
3870
3871
  export interface DescribeAsyncRequestInfoRequest {
3871
3872
  /**
3872
- * 异步任务的请求 ID
3873
+ * <p>异步任务的请求 ID。</p>
3873
3874
  */
3874
3875
  AsyncRequestId: string;
3875
3876
  }
@@ -7244,7 +7245,7 @@ export interface AdjustCdbProxyAddressRequest {
7244
7245
  */
7245
7246
  AutoLoadBalance?: boolean;
7246
7247
  /**
7247
- * <p>访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。</p>
7248
+ * <p>访问模式。</p><p>枚举值:</p><ul><li>nearby 就近访问</li><li>balance 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul>
7248
7249
  */
7249
7250
  AccessMode?: string;
7250
7251
  /**
@@ -8679,86 +8680,89 @@ export interface ModifyAccountDescriptionResponse {
8679
8680
  */
8680
8681
  export interface ProxyAddress {
8681
8682
  /**
8682
- * 代理组地址ID
8683
+ * <p>代理组地址ID</p>
8683
8684
  */
8684
8685
  ProxyAddressId?: string;
8685
8686
  /**
8686
- * 私有网络ID
8687
+ * <p>私有网络ID</p>
8687
8688
  */
8688
8689
  UniqVpcId?: string;
8689
8690
  /**
8690
- * 私有子网ID
8691
+ * <p>私有子网ID</p>
8691
8692
  */
8692
8693
  UniqSubnetId?: string;
8693
8694
  /**
8694
- * IP地址
8695
+ * <p>IP地址</p>
8695
8696
  */
8696
8697
  Vip?: string;
8697
8698
  /**
8698
- * 端口
8699
+ * <p>端口</p>
8699
8700
  */
8700
8701
  VPort?: number;
8701
8702
  /**
8702
- * 权重分配模式;
8703
- 系统自动分配:"system", 自定义:"custom"
8703
+ * <p>权重分配模式;<br>系统自动分配:&quot;system&quot;, 自定义:&quot;custom&quot;</p>
8704
8704
  */
8705
8705
  WeightMode?: string;
8706
8706
  /**
8707
- * 是否开启延迟剔除,取值:"true" | "false"
8707
+ * <p>是否开启延迟剔除,取值:&quot;true&quot; | &quot;false&quot;</p>
8708
8708
  */
8709
8709
  IsKickOut?: boolean;
8710
8710
  /**
8711
- * 最小保留数量,最小取值:0
8711
+ * <p>最小保留数量,最小取值:0</p>
8712
8712
  */
8713
8713
  MinCount?: number;
8714
8714
  /**
8715
- * 延迟剔除阈值,最小取值:0
8715
+ * <p>延迟剔除阈值,最小取值:0</p>
8716
8716
  */
8717
8717
  MaxDelay?: number;
8718
8718
  /**
8719
- * 是否自动添加RO,取值:"true" | "false"
8719
+ * <p>是否自动添加RO,取值:&quot;true&quot; | &quot;false&quot;</p>
8720
8720
  */
8721
8721
  AutoAddRo?: boolean;
8722
8722
  /**
8723
- * 是否是只读,取值:"true" | "false"
8723
+ * <p>是否是只读,取值:&quot;true&quot; | &quot;false&quot;</p>
8724
8724
  */
8725
8725
  ReadOnly?: boolean;
8726
8726
  /**
8727
- * 是否开启事务分离
8727
+ * <p>是否开启事务分离</p>
8728
8728
  */
8729
8729
  TransSplit?: boolean;
8730
8730
  /**
8731
- * 是否开启故障转移
8731
+ * <p>是否开启故障转移</p>
8732
8732
  */
8733
8733
  FailOver?: boolean;
8734
8734
  /**
8735
- * 是否开启连接池
8735
+ * <p>是否开启连接池</p>
8736
8736
  */
8737
8737
  ConnectionPool?: boolean;
8738
8738
  /**
8739
- * 描述
8739
+ * <p>描述</p>
8740
8740
  */
8741
8741
  Desc?: string;
8742
8742
  /**
8743
- * 实例读权重分配
8743
+ * <p>实例读权重分配</p>
8744
8744
  */
8745
8745
  ProxyAllocation?: Array<ProxyAllocation>;
8746
8746
  /**
8747
- * 接入模式
8747
+ * <p>接入模式</p><p>枚举值:</p><ul><li>nearby: 就近访问</li><li>balance: 均衡分配</li><li>direct_nearby: 纯网络转发就近访问</li><li>direct_balance: 纯网络转发均衡分配</li></ul>
8748
8748
  */
8749
8749
  AccessMode?: string;
8750
8750
  /**
8751
- * 是否开启自动负载均衡
8751
+ * <p>是否开启自动负载均衡</p>
8752
8752
  */
8753
8753
  AutoLoadBalance?: boolean;
8754
8754
  /**
8755
- * 是否把libra当作ro节点
8755
+ * <p>是否把libra当作ro节点</p>
8756
8756
  */
8757
8757
  ApNodeAsRoNode?: boolean;
8758
8758
  /**
8759
- * libra节点故障,是否转发给其他节点
8759
+ * <p>libra节点故障,是否转发给其他节点</p>
8760
8760
  */
8761
8761
  ApQueryToOtherNode?: boolean;
8762
+ /**
8763
+ * <p>地址所在地域名</p>
8764
+ */
8765
+ Region?: string;
8762
8766
  }
8763
8767
  /**
8764
8768
  * 通用时间窗