tencentcloud-sdk-nodejs-cynosdb 4.1.154 → 4.1.156

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.154",
3
+ "version": "4.1.156",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4642,7 +4642,9 @@ export interface InquirePriceCreateRequest {
4642
4642
  */
4643
4643
  StoragePayMode: string;
4644
4644
  /**
4645
- * 实例设备类型
4645
+ * 实例设备类型,支持值如下:
4646
+ - common:表示通用型
4647
+ - exclusive:表示独享型
4646
4648
  */
4647
4649
  DeviceType?: string;
4648
4650
  /**
@@ -5156,7 +5158,9 @@ export interface AddInstancesRequest {
5156
5158
  */
5157
5159
  ReadOnlyCount: number;
5158
5160
  /**
5159
- * 实例机器类型
5161
+ * 实例机器类型,支持值如下:
5162
+ - common:表示通用型
5163
+ - exclusive:表示独享型
5160
5164
  */
5161
5165
  DeviceType?: string;
5162
5166
  /**
@@ -5260,11 +5264,10 @@ export interface CynosdbInstanceDetail {
5260
5264
  running:运行中
5261
5265
  isolating:隔离中
5262
5266
  isolated:已隔离
5263
- activating:解隔离中
5267
+ activating:恢复中
5264
5268
  offlining:下线中
5265
5269
  offlined:已下线
5266
- deleting:删除中
5267
- deleted:已删除
5270
+
5268
5271
  */
5269
5272
  Status?: string;
5270
5273
  /**
@@ -7409,6 +7412,10 @@ export interface BinlogItem {
7409
7412
  * Binlog文件ID
7410
7413
  */
7411
7414
  BinlogId?: number;
7415
+ /**
7416
+ * binlog所跨地域
7417
+ */
7418
+ CrossRegions?: Array<string>;
7412
7419
  }
7413
7420
  /**
7414
7421
  * ModifyProxyDesc请求参数结构体
@@ -8451,7 +8458,16 @@ export interface CynosdbClusterDetail {
8451
8458
  */
8452
8459
  PhysicalZone?: string;
8453
8460
  /**
8454
- * 状态
8461
+ * 状态,支持的值如下:
8462
+ - creating:创建中
8463
+ - running:运行中
8464
+ - isolating:隔离中
8465
+ - isolated:已隔离
8466
+ - activating:从回收站重新恢复
8467
+ - offlining:下线中
8468
+ - offlined:已下线
8469
+ - deleting:删除中
8470
+ - deleted:已删除
8455
8471
  */
8456
8472
  Status?: string;
8457
8473
  /**