tencentcloud-sdk-nodejs-cynosdb 4.1.258 → 4.1.260
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
|
@@ -2697,49 +2697,57 @@ export interface CreateIntegrateClusterRequest {
|
|
|
2697
2697
|
*/
|
|
2698
2698
|
export interface ProxyNodeInfo {
|
|
2699
2699
|
/**
|
|
2700
|
-
*
|
|
2700
|
+
* <p>数据库代理节点ID</p>
|
|
2701
2701
|
*/
|
|
2702
2702
|
ProxyNodeId?: string;
|
|
2703
2703
|
/**
|
|
2704
|
-
*
|
|
2704
|
+
* <p>节点当前连接数, DescribeProxyNodes接口此字段值不返回</p>
|
|
2705
2705
|
*/
|
|
2706
2706
|
ProxyNodeConnections?: number;
|
|
2707
2707
|
/**
|
|
2708
|
-
*
|
|
2708
|
+
* <p>数据库代理节点cpu</p>
|
|
2709
2709
|
*/
|
|
2710
2710
|
Cpu?: number;
|
|
2711
2711
|
/**
|
|
2712
|
-
*
|
|
2712
|
+
* <p>数据库代理节点内存</p>
|
|
2713
2713
|
*/
|
|
2714
2714
|
Mem?: number;
|
|
2715
2715
|
/**
|
|
2716
|
-
*
|
|
2716
|
+
* <p>数据库代理节点状态</p>
|
|
2717
2717
|
*/
|
|
2718
2718
|
Status?: string;
|
|
2719
2719
|
/**
|
|
2720
|
-
*
|
|
2720
|
+
* <p>数据库代理组ID</p>
|
|
2721
2721
|
*/
|
|
2722
2722
|
ProxyGroupId?: string;
|
|
2723
2723
|
/**
|
|
2724
|
-
*
|
|
2724
|
+
* <p>集群ID</p>
|
|
2725
2725
|
*/
|
|
2726
2726
|
ClusterId?: string;
|
|
2727
2727
|
/**
|
|
2728
|
-
*
|
|
2728
|
+
* <p>用户AppID</p>
|
|
2729
2729
|
*/
|
|
2730
2730
|
AppId?: number;
|
|
2731
2731
|
/**
|
|
2732
|
-
*
|
|
2732
|
+
* <p>地域</p>
|
|
2733
2733
|
*/
|
|
2734
2734
|
Region?: string;
|
|
2735
2735
|
/**
|
|
2736
|
-
*
|
|
2736
|
+
* <p>可用区</p>
|
|
2737
2737
|
*/
|
|
2738
2738
|
Zone?: string;
|
|
2739
2739
|
/**
|
|
2740
|
-
*
|
|
2740
|
+
* <p>数据库代理节点名字</p>
|
|
2741
2741
|
*/
|
|
2742
2742
|
OssProxyNodeName?: string;
|
|
2743
|
+
/**
|
|
2744
|
+
* <p>创建时间</p>
|
|
2745
|
+
*/
|
|
2746
|
+
CreateTime?: string;
|
|
2747
|
+
/**
|
|
2748
|
+
* <p>更新时间</p>
|
|
2749
|
+
*/
|
|
2750
|
+
UpdateTime?: string;
|
|
2743
2751
|
}
|
|
2744
2752
|
/**
|
|
2745
2753
|
* DescribeZones返回参数结构体
|
|
@@ -3871,6 +3879,7 @@ export interface DisassociateSecurityGroupsRequest {
|
|
|
3871
3879
|
/**
|
|
3872
3880
|
* 可用区。
|
|
3873
3881
|
说明:请正确输入集群所在的主可用区,若输入非集群所在的主可用区可能显示调用成功,但实际执行会失败。
|
|
3882
|
+
* @deprecated
|
|
3874
3883
|
*/
|
|
3875
3884
|
Zone?: string;
|
|
3876
3885
|
}
|
|
@@ -4810,6 +4819,7 @@ export interface AssociateSecurityGroupsRequest {
|
|
|
4810
4819
|
SecurityGroupIds: Array<string>;
|
|
4811
4820
|
/**
|
|
4812
4821
|
* 可用区
|
|
4822
|
+
* @deprecated
|
|
4813
4823
|
*/
|
|
4814
4824
|
Zone?: string;
|
|
4815
4825
|
}
|
|
@@ -13163,41 +13173,49 @@ export interface ActivateLibraDBClusterRequest {
|
|
|
13163
13173
|
*/
|
|
13164
13174
|
export interface ProxyGroup {
|
|
13165
13175
|
/**
|
|
13166
|
-
*
|
|
13176
|
+
* <p>数据库代理组ID</p>
|
|
13167
13177
|
*/
|
|
13168
13178
|
ProxyGroupId?: string;
|
|
13169
13179
|
/**
|
|
13170
|
-
*
|
|
13180
|
+
* <p>数据库代理组节点个数</p>
|
|
13171
13181
|
*/
|
|
13172
13182
|
ProxyNodeCount?: number;
|
|
13173
13183
|
/**
|
|
13174
|
-
*
|
|
13184
|
+
* <p>数据库代理组状态</p>
|
|
13175
13185
|
*/
|
|
13176
13186
|
Status?: string;
|
|
13177
13187
|
/**
|
|
13178
|
-
*
|
|
13188
|
+
* <p>地域</p>
|
|
13179
13189
|
*/
|
|
13180
13190
|
Region?: string;
|
|
13181
13191
|
/**
|
|
13182
|
-
*
|
|
13192
|
+
* <p>可用区</p>
|
|
13183
13193
|
*/
|
|
13184
13194
|
Zone?: string;
|
|
13185
13195
|
/**
|
|
13186
|
-
*
|
|
13196
|
+
* <p>当前代理版本</p>
|
|
13187
13197
|
*/
|
|
13188
13198
|
CurrentProxyVersion?: string;
|
|
13189
13199
|
/**
|
|
13190
|
-
*
|
|
13200
|
+
* <p>集群ID</p>
|
|
13191
13201
|
*/
|
|
13192
13202
|
ClusterId?: string;
|
|
13193
13203
|
/**
|
|
13194
|
-
*
|
|
13204
|
+
* <p>用户AppId</p>
|
|
13195
13205
|
*/
|
|
13196
13206
|
AppId?: number;
|
|
13197
13207
|
/**
|
|
13198
|
-
*
|
|
13208
|
+
* <p>读写节点开通数据库代理</p>
|
|
13199
13209
|
*/
|
|
13200
13210
|
OpenRw?: string;
|
|
13211
|
+
/**
|
|
13212
|
+
* <p>创建时间</p>
|
|
13213
|
+
*/
|
|
13214
|
+
CreateTime?: string;
|
|
13215
|
+
/**
|
|
13216
|
+
* <p>更新时间</p>
|
|
13217
|
+
*/
|
|
13218
|
+
UpdateTime?: string;
|
|
13201
13219
|
}
|
|
13202
13220
|
/**
|
|
13203
13221
|
* DescribeLibraDBSlowLogs请求参数结构体
|