tencentcloud-sdk-nodejs-cynosdb 4.1.259 → 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返回参数结构体
|
|
@@ -13165,41 +13173,49 @@ export interface ActivateLibraDBClusterRequest {
|
|
|
13165
13173
|
*/
|
|
13166
13174
|
export interface ProxyGroup {
|
|
13167
13175
|
/**
|
|
13168
|
-
*
|
|
13176
|
+
* <p>数据库代理组ID</p>
|
|
13169
13177
|
*/
|
|
13170
13178
|
ProxyGroupId?: string;
|
|
13171
13179
|
/**
|
|
13172
|
-
*
|
|
13180
|
+
* <p>数据库代理组节点个数</p>
|
|
13173
13181
|
*/
|
|
13174
13182
|
ProxyNodeCount?: number;
|
|
13175
13183
|
/**
|
|
13176
|
-
*
|
|
13184
|
+
* <p>数据库代理组状态</p>
|
|
13177
13185
|
*/
|
|
13178
13186
|
Status?: string;
|
|
13179
13187
|
/**
|
|
13180
|
-
*
|
|
13188
|
+
* <p>地域</p>
|
|
13181
13189
|
*/
|
|
13182
13190
|
Region?: string;
|
|
13183
13191
|
/**
|
|
13184
|
-
*
|
|
13192
|
+
* <p>可用区</p>
|
|
13185
13193
|
*/
|
|
13186
13194
|
Zone?: string;
|
|
13187
13195
|
/**
|
|
13188
|
-
*
|
|
13196
|
+
* <p>当前代理版本</p>
|
|
13189
13197
|
*/
|
|
13190
13198
|
CurrentProxyVersion?: string;
|
|
13191
13199
|
/**
|
|
13192
|
-
*
|
|
13200
|
+
* <p>集群ID</p>
|
|
13193
13201
|
*/
|
|
13194
13202
|
ClusterId?: string;
|
|
13195
13203
|
/**
|
|
13196
|
-
*
|
|
13204
|
+
* <p>用户AppId</p>
|
|
13197
13205
|
*/
|
|
13198
13206
|
AppId?: number;
|
|
13199
13207
|
/**
|
|
13200
|
-
*
|
|
13208
|
+
* <p>读写节点开通数据库代理</p>
|
|
13201
13209
|
*/
|
|
13202
13210
|
OpenRw?: string;
|
|
13211
|
+
/**
|
|
13212
|
+
* <p>创建时间</p>
|
|
13213
|
+
*/
|
|
13214
|
+
CreateTime?: string;
|
|
13215
|
+
/**
|
|
13216
|
+
* <p>更新时间</p>
|
|
13217
|
+
*/
|
|
13218
|
+
UpdateTime?: string;
|
|
13203
13219
|
}
|
|
13204
13220
|
/**
|
|
13205
13221
|
* DescribeLibraDBSlowLogs请求参数结构体
|