tencentcloud-sdk-nodejs-cynosdb 4.1.41 → 4.1.43
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
@@ -3374,11 +3374,11 @@ export interface RollbackData {
|
|
3374
3374
|
*/
|
3375
3375
|
SnapshotTime?: string;
|
3376
3376
|
/**
|
3377
|
-
* 回档到
|
3377
|
+
* 回档到 Serverless 集群时最小 CPU
|
3378
3378
|
*/
|
3379
3379
|
MinCpu?: number;
|
3380
3380
|
/**
|
3381
|
-
* 回档到
|
3381
|
+
* 回档到 Serverless 集群时最大 CPU
|
3382
3382
|
*/
|
3383
3383
|
MaxCpu?: number;
|
3384
3384
|
/**
|
@@ -7132,6 +7132,10 @@ export interface CynosdbCluster {
|
|
7132
7132
|
* cynos内核版本
|
7133
7133
|
*/
|
7134
7134
|
CynosVersion?: string;
|
7135
|
+
/**
|
7136
|
+
* cynos版本标签
|
7137
|
+
*/
|
7138
|
+
CynosVersionTag?: string;
|
7135
7139
|
/**
|
7136
7140
|
* 存储容量
|
7137
7141
|
*/
|
@@ -7226,6 +7230,10 @@ export interface CynosdbCluster {
|
|
7226
7230
|
* 全球数据库唯一标识
|
7227
7231
|
*/
|
7228
7232
|
GdnId?: string;
|
7233
|
+
/**
|
7234
|
+
* 集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。
|
7235
|
+
*/
|
7236
|
+
GdnRole?: string;
|
7229
7237
|
}
|
7230
7238
|
/**
|
7231
7239
|
* OpenWan返回参数结构体
|
@@ -9850,12 +9858,10 @@ export interface DescribeResourcePackageListRequest {
|
|
9850
9858
|
export interface CloseSSLResponse {
|
9851
9859
|
/**
|
9852
9860
|
* 流程ID
|
9853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9854
9861
|
*/
|
9855
9862
|
FlowId?: number;
|
9856
9863
|
/**
|
9857
9864
|
* 任务id
|
9858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9859
9865
|
*/
|
9860
9866
|
TaskId?: number;
|
9861
9867
|
/**
|