tencentcloud-sdk-nodejs-cynosdb 4.1.155 → 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
|
@@ -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
|
/**
|
|
@@ -7408,6 +7412,10 @@ export interface BinlogItem {
|
|
|
7408
7412
|
* Binlog文件ID
|
|
7409
7413
|
*/
|
|
7410
7414
|
BinlogId?: number;
|
|
7415
|
+
/**
|
|
7416
|
+
* binlog所跨地域
|
|
7417
|
+
*/
|
|
7418
|
+
CrossRegions?: Array<string>;
|
|
7411
7419
|
}
|
|
7412
7420
|
/**
|
|
7413
7421
|
* ModifyProxyDesc请求参数结构体
|
|
@@ -8450,7 +8458,16 @@ export interface CynosdbClusterDetail {
|
|
|
8450
8458
|
*/
|
|
8451
8459
|
PhysicalZone?: string;
|
|
8452
8460
|
/**
|
|
8453
|
-
*
|
|
8461
|
+
* 状态,支持的值如下:
|
|
8462
|
+
- creating:创建中
|
|
8463
|
+
- running:运行中
|
|
8464
|
+
- isolating:隔离中
|
|
8465
|
+
- isolated:已隔离
|
|
8466
|
+
- activating:从回收站重新恢复
|
|
8467
|
+
- offlining:下线中
|
|
8468
|
+
- offlined:已下线
|
|
8469
|
+
- deleting:删除中
|
|
8470
|
+
- deleted:已删除
|
|
8454
8471
|
*/
|
|
8455
8472
|
Status?: string;
|
|
8456
8473
|
/**
|