tencentcloud-sdk-nodejs-cynosdb 4.1.141 → 4.1.150
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
|
@@ -923,6 +923,14 @@ export interface UpgradeProxyRequest {
|
|
|
923
923
|
* 数据库代理节点信息
|
|
924
924
|
*/
|
|
925
925
|
ProxyZones?: Array<ProxyZone>;
|
|
926
|
+
/**
|
|
927
|
+
* 是否滚动升级
|
|
928
|
+
*/
|
|
929
|
+
IsRollUpgrade?: string;
|
|
930
|
+
/**
|
|
931
|
+
* 滚动升级等待时间,单位:秒
|
|
932
|
+
*/
|
|
933
|
+
RollUpgradeWaitingTime?: number;
|
|
926
934
|
}
|
|
927
935
|
/**
|
|
928
936
|
* DescribeBinlogDownloadUrl返回参数结构体
|
|
@@ -4825,7 +4833,7 @@ export interface GdnTaskInfo {
|
|
|
4825
4833
|
*/
|
|
4826
4834
|
StandbyClusterId?: string;
|
|
4827
4835
|
/**
|
|
4828
|
-
*
|
|
4836
|
+
* 从集群名称
|
|
4829
4837
|
*/
|
|
4830
4838
|
StandbyClusterName?: string;
|
|
4831
4839
|
}
|
|
@@ -5248,6 +5256,15 @@ export interface CynosdbInstanceDetail {
|
|
|
5248
5256
|
Zone?: string;
|
|
5249
5257
|
/**
|
|
5250
5258
|
* 实例状态
|
|
5259
|
+
creating:创建中
|
|
5260
|
+
running:运行中
|
|
5261
|
+
isolating:隔离中
|
|
5262
|
+
isolated:已隔离
|
|
5263
|
+
activating:解隔离中
|
|
5264
|
+
offlining:下线中
|
|
5265
|
+
offlined:已下线
|
|
5266
|
+
deleting:删除中
|
|
5267
|
+
deleted:已删除
|
|
5251
5268
|
*/
|
|
5252
5269
|
Status?: string;
|
|
5253
5270
|
/**
|
|
@@ -6322,6 +6339,7 @@ export interface QueryFilter {
|
|
|
6322
6339
|
Name?: string;
|
|
6323
6340
|
/**
|
|
6324
6341
|
* 操作符
|
|
6342
|
+
* @deprecated
|
|
6325
6343
|
*/
|
|
6326
6344
|
Operator?: string;
|
|
6327
6345
|
}
|
|
@@ -7707,6 +7725,18 @@ export interface TradePrice {
|
|
|
7707
7725
|
* 计费价格单位
|
|
7708
7726
|
*/
|
|
7709
7727
|
ChargeUnit?: string;
|
|
7728
|
+
/**
|
|
7729
|
+
* 高精度下不包含优惠价格
|
|
7730
|
+
*/
|
|
7731
|
+
UnitPriceHighPrecision?: string;
|
|
7732
|
+
/**
|
|
7733
|
+
* 高精度下优惠后价格
|
|
7734
|
+
*/
|
|
7735
|
+
UnitPriceDiscountHighPrecision?: string;
|
|
7736
|
+
/**
|
|
7737
|
+
* 货币单位
|
|
7738
|
+
*/
|
|
7739
|
+
AmountUnit?: string;
|
|
7710
7740
|
}
|
|
7711
7741
|
/**
|
|
7712
7742
|
* DescribeBinlogConfig请求参数结构体
|