tencentcloud-sdk-nodejs-cynosdb 4.1.310 → 4.1.314

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.310",
3
+ "version": "4.1.314",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5000,7 +5000,7 @@ export interface AuditInstanceInfo {
5000
5000
  */
5001
5001
  export interface AddClusterSlaveZoneResponse {
5002
5002
  /**
5003
- * 异步FlowId
5003
+ * <p>异步FlowId</p>
5004
5004
  */
5005
5005
  FlowId?: number;
5006
5006
  /**
@@ -8519,11 +8519,11 @@ export interface VaultInfo {
8519
8519
  */
8520
8520
  export interface RemoveClusterSlaveZoneRequest {
8521
8521
  /**
8522
- * 集群ID
8522
+ * <p>集群ID</p>
8523
8523
  */
8524
8524
  ClusterId: string;
8525
8525
  /**
8526
- * 从可用区
8526
+ * <p>备可用区</p>
8527
8527
  */
8528
8528
  SlaveZone: string;
8529
8529
  }
@@ -10025,7 +10025,7 @@ export interface BizTaskInfo {
10025
10025
  */
10026
10026
  export interface RemoveClusterSlaveZoneResponse {
10027
10027
  /**
10028
- * 异步FlowId
10028
+ * <p>异步FlowId</p>
10029
10029
  */
10030
10030
  FlowId?: number;
10031
10031
  /**
@@ -10318,7 +10318,7 @@ export interface DbTable {
10318
10318
  */
10319
10319
  export interface ModifyClusterSlaveZoneResponse {
10320
10320
  /**
10321
- * 异步FlowId
10321
+ * <p>异步FlowId</p>
10322
10322
  */
10323
10323
  FlowId?: number;
10324
10324
  /**
@@ -11909,23 +11909,23 @@ export interface CalculateBackupSaveSecExpiresResponse {
11909
11909
  */
11910
11910
  export interface ModifyClusterSlaveZoneRequest {
11911
11911
  /**
11912
- * 集群Id
11912
+ * <p>集群Id</p>
11913
11913
  */
11914
11914
  ClusterId: string;
11915
11915
  /**
11916
- * 旧从可用区
11916
+ * <p>旧备可用区</p>
11917
11917
  */
11918
11918
  OldSlaveZone: string;
11919
11919
  /**
11920
- * 新从可用区
11920
+ * <p>新备可用区</p>
11921
11921
  */
11922
11922
  NewSlaveZone: string;
11923
11923
  /**
11924
- * binlog同步方式。默认值:async。可选值:sync、semisync、async
11924
+ * <p>binlog同步方式。默认值:async。可选值:sync、semisync、async</p>
11925
11925
  */
11926
11926
  BinlogSyncWay?: string;
11927
11927
  /**
11928
- * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms
11928
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。</p>
11929
11929
  */
11930
11930
  SemiSyncTimeout?: number;
11931
11931
  }
@@ -13542,19 +13542,19 @@ export interface DescribeLibraDBSlowLogsRequest {
13542
13542
  */
13543
13543
  export interface AddClusterSlaveZoneRequest {
13544
13544
  /**
13545
- * 集群ID
13545
+ * <p>集群ID</p>
13546
13546
  */
13547
13547
  ClusterId: string;
13548
13548
  /**
13549
- * 从可用区
13549
+ * <p>备可用区</p>
13550
13550
  */
13551
13551
  SlaveZone: string;
13552
13552
  /**
13553
- * binlog同步方式。默认值:async。可选值:sync、semisync、async
13553
+ * <p>binlog同步方式。默认值:async。可选值:sync、semisync、async</p>
13554
13554
  */
13555
13555
  BinlogSyncWay?: string;
13556
13556
  /**
13557
- * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms
13557
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。</p>
13558
13558
  */
13559
13559
  SemiSyncTimeout?: number;
13560
13560
  }