tencentcloud-sdk-nodejs-cynosdb 4.1.281 → 4.1.282

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.281",
3
+ "version": "4.1.282",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3354,6 +3354,14 @@ export interface CreateClustersRequest {
3354
3354
  * <p>内核小版本号</p>
3355
3355
  */
3356
3356
  CynosVersion?: string;
3357
+ /**
3358
+ * <p>同步方式。可选值:async、semisync、sync。</p>
3359
+ */
3360
+ SyncWay?: string;
3361
+ /**
3362
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。</p><p>取值范围:[1000, 4294967295]</p><p>单位:毫秒</p><p>默认值:10000</p>
3363
+ */
3364
+ SemiSyncTimeout?: number;
3357
3365
  }
3358
3366
  /**
3359
3367
  * DescribeLibraDBInstanceSpecs请求参数结构体
@@ -10352,6 +10360,18 @@ export interface RollbackToNewClusterRequest {
10352
10360
  * <p>是否从保存备份中恢复</p>
10353
10361
  */
10354
10362
  FromSaveBackup?: boolean;
10363
+ /**
10364
+ * <p>同步方式。可选值:async、semisync、sync,默认异步。</p>
10365
+ */
10366
+ SyncWay?: string;
10367
+ /**
10368
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。</p><p>取值范围:[1000, 4294967295]</p><p>单位:毫秒</p><p>默认值:10000</p>
10369
+ */
10370
+ SemiSyncTimeout?: number;
10371
+ /**
10372
+ * <p>备可用区</p>
10373
+ */
10374
+ SlaveZone?: string;
10355
10375
  }
10356
10376
  /**
10357
10377
  * Binlog描述