tencentcloud-sdk-nodejs-cdb 4.0.647 → 4.0.649
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/CHANGELOG.md +331 -0
- package/SERVICE_CHANGELOG.md +571 -353
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/services/cdb/v20170320/cdb_client.ts +4 -84
- package/src/services/cdb/v20170320/cdb_models.ts +41 -568
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -31
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -40
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -548
|
@@ -255,52 +255,6 @@ export interface CreateCdbProxyResponse {
|
|
|
255
255
|
*/
|
|
256
256
|
RequestId?: string;
|
|
257
257
|
}
|
|
258
|
-
/**
|
|
259
|
-
* proxy读写分离信息
|
|
260
|
-
*/
|
|
261
|
-
export interface RWInfo {
|
|
262
|
-
/**
|
|
263
|
-
* 代理实例数量
|
|
264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
-
*/
|
|
266
|
-
InstCount: number;
|
|
267
|
-
/**
|
|
268
|
-
* 权重分配模式;
|
|
269
|
-
系统自动分配:"system", 自定义:"custom"
|
|
270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
|
-
*/
|
|
272
|
-
WeightMode: string;
|
|
273
|
-
/**
|
|
274
|
-
* 是否开启延迟剔除
|
|
275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
276
|
-
*/
|
|
277
|
-
IsKickOut: boolean;
|
|
278
|
-
/**
|
|
279
|
-
* 最小保留数
|
|
280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
281
|
-
*/
|
|
282
|
-
MinCount: number;
|
|
283
|
-
/**
|
|
284
|
-
* 延迟剔除阈值
|
|
285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
286
|
-
*/
|
|
287
|
-
MaxDelay: number;
|
|
288
|
-
/**
|
|
289
|
-
* 是否开启故障转移
|
|
290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
291
|
-
*/
|
|
292
|
-
FailOver: boolean;
|
|
293
|
-
/**
|
|
294
|
-
* 是否自动添加RO
|
|
295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
296
|
-
*/
|
|
297
|
-
AutoAddRo: boolean;
|
|
298
|
-
/**
|
|
299
|
-
* 代理实例信息
|
|
300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
301
|
-
*/
|
|
302
|
-
RWInstInfo: RWInstanceInfo;
|
|
303
|
-
}
|
|
304
258
|
/**
|
|
305
259
|
* 实例可回档时间范围
|
|
306
260
|
*/
|
|
@@ -659,10 +613,6 @@ export interface DescribeSupportedPrivilegesRequest {
|
|
|
659
613
|
*/
|
|
660
614
|
InstanceId: string;
|
|
661
615
|
}
|
|
662
|
-
/**
|
|
663
|
-
* 代理实例信息
|
|
664
|
-
*/
|
|
665
|
-
export declare type RWInstanceInfo = null;
|
|
666
616
|
/**
|
|
667
617
|
* DescribeParamTemplateInfo请求参数结构体
|
|
668
618
|
*/
|
|
@@ -1350,50 +1300,6 @@ export interface BackupConfig {
|
|
|
1350
1300
|
*/
|
|
1351
1301
|
Vport: number;
|
|
1352
1302
|
}
|
|
1353
|
-
/**
|
|
1354
|
-
* DescribeCDBProxy返回参数结构体
|
|
1355
|
-
*/
|
|
1356
|
-
export interface DescribeCDBProxyResponse {
|
|
1357
|
-
/**
|
|
1358
|
-
* 代理组基本信息
|
|
1359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
|
-
*/
|
|
1361
|
-
BaseGroup: BaseGroupInfo;
|
|
1362
|
-
/**
|
|
1363
|
-
* 代理组地址信息
|
|
1364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1365
|
-
*/
|
|
1366
|
-
Address: Address;
|
|
1367
|
-
/**
|
|
1368
|
-
* 代理组节点信息
|
|
1369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1370
|
-
*/
|
|
1371
|
-
ProxyNode: ProxyNodeInfo;
|
|
1372
|
-
/**
|
|
1373
|
-
* 读写分析信息
|
|
1374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1375
|
-
*/
|
|
1376
|
-
RWInstInfo: RWInfo;
|
|
1377
|
-
/**
|
|
1378
|
-
* 连接池信息
|
|
1379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1380
|
-
*/
|
|
1381
|
-
ConnectionPoolInfo: ConnectionPoolInfo;
|
|
1382
|
-
/**
|
|
1383
|
-
* 代理数量
|
|
1384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1385
|
-
*/
|
|
1386
|
-
Count: number;
|
|
1387
|
-
/**
|
|
1388
|
-
* 代理信息
|
|
1389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1390
|
-
*/
|
|
1391
|
-
ProxyGroup: Array<ProxyGroup>;
|
|
1392
|
-
/**
|
|
1393
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1394
|
-
*/
|
|
1395
|
-
RequestId?: string;
|
|
1396
|
-
}
|
|
1397
1303
|
/**
|
|
1398
1304
|
* 权重分配规则
|
|
1399
1305
|
*/
|
|
@@ -1637,35 +1543,6 @@ export interface OpenAuditServiceResponse {
|
|
|
1637
1543
|
*/
|
|
1638
1544
|
RequestId?: string;
|
|
1639
1545
|
}
|
|
1640
|
-
/**
|
|
1641
|
-
* ModifyCDBProxyVipVPort请求参数结构体
|
|
1642
|
-
*/
|
|
1643
|
-
export interface ModifyCDBProxyVipVPortRequest {
|
|
1644
|
-
/**
|
|
1645
|
-
* 代理组ID
|
|
1646
|
-
*/
|
|
1647
|
-
ProxyGroupId: string;
|
|
1648
|
-
/**
|
|
1649
|
-
* 私有网络ID
|
|
1650
|
-
*/
|
|
1651
|
-
UniqVpcId: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* 私有网络子网ID
|
|
1654
|
-
*/
|
|
1655
|
-
UniqSubnetId: string;
|
|
1656
|
-
/**
|
|
1657
|
-
* 目标IP
|
|
1658
|
-
*/
|
|
1659
|
-
DstIp?: string;
|
|
1660
|
-
/**
|
|
1661
|
-
* 目标端口
|
|
1662
|
-
*/
|
|
1663
|
-
DstPort?: number;
|
|
1664
|
-
/**
|
|
1665
|
-
* 旧IP回收时间 单位小时
|
|
1666
|
-
*/
|
|
1667
|
-
ReleaseDuration?: number;
|
|
1668
|
-
}
|
|
1669
1546
|
/**
|
|
1670
1547
|
* DescribeBinlogBackupOverview返回参数结构体
|
|
1671
1548
|
*/
|
|
@@ -1728,29 +1605,6 @@ export interface SwitchDBInstanceMasterSlaveRequest {
|
|
|
1728
1605
|
*/
|
|
1729
1606
|
WaitSwitch?: boolean;
|
|
1730
1607
|
}
|
|
1731
|
-
/**
|
|
1732
|
-
* ModifyCDBProxyConnectionPool请求参数结构体
|
|
1733
|
-
*/
|
|
1734
|
-
export interface ModifyCDBProxyConnectionPoolRequest {
|
|
1735
|
-
/**
|
|
1736
|
-
* 数据库代理ID
|
|
1737
|
-
*/
|
|
1738
|
-
ProxyGroupId: string;
|
|
1739
|
-
/**
|
|
1740
|
-
* 是否开启连接池,true:开启连接池;
|
|
1741
|
-
false:关闭连接池。
|
|
1742
|
-
*/
|
|
1743
|
-
OpenConnectionPool: boolean;
|
|
1744
|
-
/**
|
|
1745
|
-
* 连接池类型,
|
|
1746
|
-
通过DescribeProxyConnectionPoolConf获取连接池类型值
|
|
1747
|
-
*/
|
|
1748
|
-
ConnectionPoolType?: string;
|
|
1749
|
-
/**
|
|
1750
|
-
* 连接保留阈值:单位(秒)
|
|
1751
|
-
*/
|
|
1752
|
-
PoolConnectionTimeOut?: number;
|
|
1753
|
-
}
|
|
1754
1608
|
/**
|
|
1755
1609
|
* ModifyCdbProxyAddressVipAndVPort请求参数结构体
|
|
1756
1610
|
*/
|
|
@@ -2107,34 +1961,40 @@ export interface ReleaseResult {
|
|
|
2107
1961
|
Message: string;
|
|
2108
1962
|
}
|
|
2109
1963
|
/**
|
|
2110
|
-
*
|
|
1964
|
+
* CreateAuditLogFile请求参数结构体
|
|
2111
1965
|
*/
|
|
2112
|
-
export interface
|
|
1966
|
+
export interface CreateAuditLogFileRequest {
|
|
2113
1967
|
/**
|
|
2114
|
-
*
|
|
2115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1968
|
+
* 实例 ID,与云数据库控制台页面中显示的实例 ID 相同。
|
|
2116
1969
|
*/
|
|
2117
|
-
|
|
1970
|
+
InstanceId: string;
|
|
2118
1971
|
/**
|
|
2119
|
-
*
|
|
2120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1972
|
+
* 开始时间。
|
|
2121
1973
|
*/
|
|
2122
|
-
|
|
1974
|
+
StartTime: string;
|
|
2123
1975
|
/**
|
|
2124
|
-
*
|
|
2125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1976
|
+
* 结束时间。
|
|
2126
1977
|
*/
|
|
2127
|
-
|
|
1978
|
+
EndTime: string;
|
|
2128
1979
|
/**
|
|
2129
|
-
*
|
|
2130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1980
|
+
* 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
|
|
2131
1981
|
*/
|
|
2132
|
-
|
|
1982
|
+
Order?: string;
|
|
2133
1983
|
/**
|
|
2134
|
-
*
|
|
2135
|
-
|
|
1984
|
+
* 排序字段。支持值包括:
|
|
1985
|
+
"timestamp" - 时间戳;
|
|
1986
|
+
"affectRows" - 影响行数;
|
|
1987
|
+
"execTime" - 执行时间。
|
|
1988
|
+
*/
|
|
1989
|
+
OrderBy?: string;
|
|
1990
|
+
/**
|
|
1991
|
+
* 已废弃。
|
|
1992
|
+
*/
|
|
1993
|
+
Filter?: AuditLogFilter;
|
|
1994
|
+
/**
|
|
1995
|
+
* 过滤条件。可按设置的过滤条件过滤日志。
|
|
2136
1996
|
*/
|
|
2137
|
-
|
|
1997
|
+
LogFilter?: Array<InstanceAuditLogFilters>;
|
|
2138
1998
|
}
|
|
2139
1999
|
/**
|
|
2140
2000
|
* 审计规则
|
|
@@ -2434,36 +2294,6 @@ export interface DescribeDefaultParamsRequest {
|
|
|
2434
2294
|
*/
|
|
2435
2295
|
EngineType?: string;
|
|
2436
2296
|
}
|
|
2437
|
-
/**
|
|
2438
|
-
* 地址
|
|
2439
|
-
*/
|
|
2440
|
-
export interface Address {
|
|
2441
|
-
/**
|
|
2442
|
-
* 地址
|
|
2443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2444
|
-
*/
|
|
2445
|
-
Vip: string;
|
|
2446
|
-
/**
|
|
2447
|
-
* 端口
|
|
2448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2449
|
-
*/
|
|
2450
|
-
VPort: number;
|
|
2451
|
-
/**
|
|
2452
|
-
* 私有网络ID
|
|
2453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2454
|
-
*/
|
|
2455
|
-
UniqVpcId: string;
|
|
2456
|
-
/**
|
|
2457
|
-
* 私有网络子网ID
|
|
2458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2459
|
-
*/
|
|
2460
|
-
UniqSubnet: string;
|
|
2461
|
-
/**
|
|
2462
|
-
* 描述
|
|
2463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2464
|
-
*/
|
|
2465
|
-
Desc: string;
|
|
2466
|
-
}
|
|
2467
2297
|
/**
|
|
2468
2298
|
* proxy配置
|
|
2469
2299
|
*/
|
|
@@ -2909,20 +2739,6 @@ export interface DescribeDBSwitchRecordsResponse {
|
|
|
2909
2739
|
*/
|
|
2910
2740
|
RequestId?: string;
|
|
2911
2741
|
}
|
|
2912
|
-
/**
|
|
2913
|
-
* ModifyCDBProxyConnectionPool返回参数结构体
|
|
2914
|
-
*/
|
|
2915
|
-
export interface ModifyCDBProxyConnectionPoolResponse {
|
|
2916
|
-
/**
|
|
2917
|
-
* 异步处理ID
|
|
2918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2919
|
-
*/
|
|
2920
|
-
AsyncRequestId: string;
|
|
2921
|
-
/**
|
|
2922
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2923
|
-
*/
|
|
2924
|
-
RequestId?: string;
|
|
2925
|
-
}
|
|
2926
2742
|
/**
|
|
2927
2743
|
* 标签结构
|
|
2928
2744
|
*/
|
|
@@ -3344,13 +3160,17 @@ export interface CreateCloneInstanceResponse {
|
|
|
3344
3160
|
*/
|
|
3345
3161
|
export declare type DescribeCdbZoneConfigRequest = null;
|
|
3346
3162
|
/**
|
|
3347
|
-
*
|
|
3163
|
+
* CPU负载
|
|
3348
3164
|
*/
|
|
3349
|
-
export interface
|
|
3165
|
+
export interface DeviceCpuInfo {
|
|
3350
3166
|
/**
|
|
3351
|
-
* 实例
|
|
3167
|
+
* 实例CPU平均使用率
|
|
3352
3168
|
*/
|
|
3353
|
-
|
|
3169
|
+
Rate: Array<DeviceCpuRateInfo>;
|
|
3170
|
+
/**
|
|
3171
|
+
* 实例CPU监控数据
|
|
3172
|
+
*/
|
|
3173
|
+
Load: Array<number>;
|
|
3354
3174
|
}
|
|
3355
3175
|
/**
|
|
3356
3176
|
* DescribeAsyncRequestInfo请求参数结构体
|
|
@@ -3370,19 +3190,6 @@ export interface BalanceRoGroupLoadRequest {
|
|
|
3370
3190
|
*/
|
|
3371
3191
|
RoGroupId: string;
|
|
3372
3192
|
}
|
|
3373
|
-
/**
|
|
3374
|
-
* QueryCDBProxy请求参数结构体
|
|
3375
|
-
*/
|
|
3376
|
-
export interface QueryCDBProxyRequest {
|
|
3377
|
-
/**
|
|
3378
|
-
* 实例ID
|
|
3379
|
-
*/
|
|
3380
|
-
InstanceId: string;
|
|
3381
|
-
/**
|
|
3382
|
-
* 代理ID
|
|
3383
|
-
*/
|
|
3384
|
-
ProxyGroupId?: string;
|
|
3385
|
-
}
|
|
3386
3193
|
/**
|
|
3387
3194
|
* DescribeBackupOverview返回参数结构体
|
|
3388
3195
|
*/
|
|
@@ -3433,23 +3240,17 @@ export interface DescribeLocalBinlogConfigRequest {
|
|
|
3433
3240
|
InstanceId: string;
|
|
3434
3241
|
}
|
|
3435
3242
|
/**
|
|
3436
|
-
*
|
|
3243
|
+
* 实例的标签信息
|
|
3437
3244
|
*/
|
|
3438
|
-
export interface
|
|
3439
|
-
/**
|
|
3440
|
-
* 代理数量
|
|
3441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3442
|
-
*/
|
|
3443
|
-
Count: number;
|
|
3245
|
+
export interface TagsInfoOfInstance {
|
|
3444
3246
|
/**
|
|
3445
|
-
*
|
|
3446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3247
|
+
* 实例Id
|
|
3447
3248
|
*/
|
|
3448
|
-
|
|
3249
|
+
InstanceId: string;
|
|
3449
3250
|
/**
|
|
3450
|
-
*
|
|
3251
|
+
* 标签信息
|
|
3451
3252
|
*/
|
|
3452
|
-
|
|
3253
|
+
Tags: Array<TagInfoUnit>;
|
|
3453
3254
|
}
|
|
3454
3255
|
/**
|
|
3455
3256
|
* DescribeDeviceMonitorInfo请求参数结构体
|
|
@@ -3590,19 +3391,6 @@ export interface DescribeDeviceMonitorInfoResponse {
|
|
|
3590
3391
|
*/
|
|
3591
3392
|
RequestId?: string;
|
|
3592
3393
|
}
|
|
3593
|
-
/**
|
|
3594
|
-
* 实例的标签信息
|
|
3595
|
-
*/
|
|
3596
|
-
export interface TagsInfoOfInstance {
|
|
3597
|
-
/**
|
|
3598
|
-
* 实例Id
|
|
3599
|
-
*/
|
|
3600
|
-
InstanceId: string;
|
|
3601
|
-
/**
|
|
3602
|
-
* 标签信息
|
|
3603
|
-
*/
|
|
3604
|
-
Tags: Array<TagInfoUnit>;
|
|
3605
|
-
}
|
|
3606
3394
|
/**
|
|
3607
3395
|
* ResetRootAccount请求参数结构体
|
|
3608
3396
|
*/
|
|
@@ -3689,26 +3477,6 @@ export interface VerifyRootAccountRequest {
|
|
|
3689
3477
|
*/
|
|
3690
3478
|
Password: string;
|
|
3691
3479
|
}
|
|
3692
|
-
/**
|
|
3693
|
-
* 数据库代理连接池规格配置
|
|
3694
|
-
*/
|
|
3695
|
-
export interface PoolConf {
|
|
3696
|
-
/**
|
|
3697
|
-
* 连接池类型:SessionConnectionPool(会话级别连接池
|
|
3698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3699
|
-
*/
|
|
3700
|
-
ConnectionPoolType: string;
|
|
3701
|
-
/**
|
|
3702
|
-
* 最大可保持连接阈值:单位(秒)
|
|
3703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3704
|
-
*/
|
|
3705
|
-
MaxPoolConnectionTimeOut: number;
|
|
3706
|
-
/**
|
|
3707
|
-
* 最小可保持连接阈值:单位(秒)
|
|
3708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3709
|
-
*/
|
|
3710
|
-
MinPoolConnectionTimeOut: number;
|
|
3711
|
-
}
|
|
3712
3480
|
/**
|
|
3713
3481
|
* DescribeCloneList返回参数结构体
|
|
3714
3482
|
*/
|
|
@@ -4403,23 +4171,6 @@ export interface CreateDBInstanceRequest {
|
|
|
4403
4171
|
*/
|
|
4404
4172
|
Vips?: Array<string>;
|
|
4405
4173
|
}
|
|
4406
|
-
/**
|
|
4407
|
-
* DescribeProxyConnectionPoolConf请求参数结构体
|
|
4408
|
-
*/
|
|
4409
|
-
export interface DescribeProxyConnectionPoolConfRequest {
|
|
4410
|
-
/**
|
|
4411
|
-
* 实例ID
|
|
4412
|
-
*/
|
|
4413
|
-
InstanceId: string;
|
|
4414
|
-
/**
|
|
4415
|
-
* 分页查询偏移量
|
|
4416
|
-
*/
|
|
4417
|
-
Offset?: number;
|
|
4418
|
-
/**
|
|
4419
|
-
* 分页查询限制
|
|
4420
|
-
*/
|
|
4421
|
-
Limit?: number;
|
|
4422
|
-
}
|
|
4423
4174
|
/**
|
|
4424
4175
|
* DescribeParamTemplates请求参数结构体
|
|
4425
4176
|
*/
|
|
@@ -4765,42 +4516,6 @@ export interface ResetRootAccountResponse {
|
|
|
4765
4516
|
*/
|
|
4766
4517
|
RequestId?: string;
|
|
4767
4518
|
}
|
|
4768
|
-
/**
|
|
4769
|
-
* 代理节点信息
|
|
4770
|
-
*/
|
|
4771
|
-
export interface ProxyNodeInfo {
|
|
4772
|
-
/**
|
|
4773
|
-
* 代理节点ID
|
|
4774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4775
|
-
*/
|
|
4776
|
-
ProxyNodeId: string;
|
|
4777
|
-
/**
|
|
4778
|
-
* 节点当前连接数
|
|
4779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4780
|
-
*/
|
|
4781
|
-
ProxyNodeConnections: number;
|
|
4782
|
-
/**
|
|
4783
|
-
* cup
|
|
4784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4785
|
-
*/
|
|
4786
|
-
ProxyNodeCpu: number;
|
|
4787
|
-
/**
|
|
4788
|
-
* 内存
|
|
4789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4790
|
-
*/
|
|
4791
|
-
ProxyNodeMem: number;
|
|
4792
|
-
/**
|
|
4793
|
-
* 节点状态:
|
|
4794
|
-
init(申请中)
|
|
4795
|
-
online(运行中)
|
|
4796
|
-
offline(离线中)
|
|
4797
|
-
destroy(已销毁)
|
|
4798
|
-
recovering(故障恢复中)
|
|
4799
|
-
error(节点故障)
|
|
4800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4801
|
-
*/
|
|
4802
|
-
ProxyStatus: string;
|
|
4803
|
-
}
|
|
4804
4519
|
/**
|
|
4805
4520
|
* 数据库账号信息
|
|
4806
4521
|
*/
|
|
@@ -4929,26 +4644,6 @@ export interface AuditLogFilter {
|
|
|
4929
4644
|
*/
|
|
4930
4645
|
ErrCode?: Array<number>;
|
|
4931
4646
|
}
|
|
4932
|
-
/**
|
|
4933
|
-
* 连接池信息
|
|
4934
|
-
*/
|
|
4935
|
-
export interface ConnectionPoolInfo {
|
|
4936
|
-
/**
|
|
4937
|
-
* 是否开启了连接池
|
|
4938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4939
|
-
*/
|
|
4940
|
-
ConnectionPool: boolean;
|
|
4941
|
-
/**
|
|
4942
|
-
* 连接池类型:SessionConnectionPool(会话级别连接池)
|
|
4943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4944
|
-
*/
|
|
4945
|
-
ConnectionPoolType: string;
|
|
4946
|
-
/**
|
|
4947
|
-
* 连接池保持阈值:单位(秒)
|
|
4948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4949
|
-
*/
|
|
4950
|
-
PoolConnectionTimeOut: number;
|
|
4951
|
-
}
|
|
4952
4647
|
/**
|
|
4953
4648
|
* OpenDBInstanceGTID返回参数结构体
|
|
4954
4649
|
*/
|
|
@@ -5146,15 +4841,6 @@ export interface ParameterDetail {
|
|
|
5146
4841
|
*/
|
|
5147
4842
|
IsNotSupportEdit?: boolean;
|
|
5148
4843
|
}
|
|
5149
|
-
/**
|
|
5150
|
-
* ModifyCDBProxyVipVPort返回参数结构体
|
|
5151
|
-
*/
|
|
5152
|
-
export interface ModifyCDBProxyVipVPortResponse {
|
|
5153
|
-
/**
|
|
5154
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5155
|
-
*/
|
|
5156
|
-
RequestId?: string;
|
|
5157
|
-
}
|
|
5158
4844
|
/**
|
|
5159
4845
|
* SwitchForUpgrade请求参数结构体
|
|
5160
4846
|
*/
|
|
@@ -6428,42 +6114,6 @@ export interface ModifyAccountHostRequest {
|
|
|
6428
6114
|
*/
|
|
6429
6115
|
NewHost: string;
|
|
6430
6116
|
}
|
|
6431
|
-
/**
|
|
6432
|
-
* CreateAuditLogFile请求参数结构体
|
|
6433
|
-
*/
|
|
6434
|
-
export interface CreateAuditLogFileRequest {
|
|
6435
|
-
/**
|
|
6436
|
-
* 实例 ID,与云数据库控制台页面中显示的实例 ID 相同。
|
|
6437
|
-
*/
|
|
6438
|
-
InstanceId: string;
|
|
6439
|
-
/**
|
|
6440
|
-
* 开始时间。
|
|
6441
|
-
*/
|
|
6442
|
-
StartTime: string;
|
|
6443
|
-
/**
|
|
6444
|
-
* 结束时间。
|
|
6445
|
-
*/
|
|
6446
|
-
EndTime: string;
|
|
6447
|
-
/**
|
|
6448
|
-
* 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
|
|
6449
|
-
*/
|
|
6450
|
-
Order?: string;
|
|
6451
|
-
/**
|
|
6452
|
-
* 排序字段。支持值包括:
|
|
6453
|
-
"timestamp" - 时间戳;
|
|
6454
|
-
"affectRows" - 影响行数;
|
|
6455
|
-
"execTime" - 执行时间。
|
|
6456
|
-
*/
|
|
6457
|
-
OrderBy?: string;
|
|
6458
|
-
/**
|
|
6459
|
-
* 已废弃。
|
|
6460
|
-
*/
|
|
6461
|
-
Filter?: AuditLogFilter;
|
|
6462
|
-
/**
|
|
6463
|
-
* 过滤条件。可按设置的过滤条件过滤日志。
|
|
6464
|
-
*/
|
|
6465
|
-
LogFilter?: Array<InstanceAuditLogFilters>;
|
|
6466
|
-
}
|
|
6467
6117
|
/**
|
|
6468
6118
|
* CreateAuditRule请求参数结构体
|
|
6469
6119
|
*/
|
|
@@ -6717,52 +6367,6 @@ export interface DescribeTagsOfInstanceIdsRequest {
|
|
|
6717
6367
|
*/
|
|
6718
6368
|
Limit?: number;
|
|
6719
6369
|
}
|
|
6720
|
-
/**
|
|
6721
|
-
* proxy读写分离信息
|
|
6722
|
-
*/
|
|
6723
|
-
export interface RWInfos {
|
|
6724
|
-
/**
|
|
6725
|
-
* 代理实例数量
|
|
6726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6727
|
-
*/
|
|
6728
|
-
InstCount: number;
|
|
6729
|
-
/**
|
|
6730
|
-
* 权重分配模式;
|
|
6731
|
-
系统自动分配:"system", 自定义:"custom"
|
|
6732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6733
|
-
*/
|
|
6734
|
-
WeightMode: string;
|
|
6735
|
-
/**
|
|
6736
|
-
* 是否开启延迟剔除
|
|
6737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6738
|
-
*/
|
|
6739
|
-
IsKickOut: boolean;
|
|
6740
|
-
/**
|
|
6741
|
-
* 最小保留数
|
|
6742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6743
|
-
*/
|
|
6744
|
-
MinCount: number;
|
|
6745
|
-
/**
|
|
6746
|
-
* 延迟剔除阈值
|
|
6747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6748
|
-
*/
|
|
6749
|
-
MaxDelay: number;
|
|
6750
|
-
/**
|
|
6751
|
-
* 是否开启故障转移
|
|
6752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6753
|
-
*/
|
|
6754
|
-
FailOver: boolean;
|
|
6755
|
-
/**
|
|
6756
|
-
* 是否自动添加RO
|
|
6757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6758
|
-
*/
|
|
6759
|
-
AutoAddRo: boolean;
|
|
6760
|
-
/**
|
|
6761
|
-
* 代理实例信息
|
|
6762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6763
|
-
*/
|
|
6764
|
-
RWInstInfo: Array<RWInstanceInfo>;
|
|
6765
|
-
}
|
|
6766
6370
|
/**
|
|
6767
6371
|
* CloseCDBProxy返回参数结构体
|
|
6768
6372
|
*/
|
|
@@ -6878,19 +6482,6 @@ export interface SwitchForUpgradeResponse {
|
|
|
6878
6482
|
*/
|
|
6879
6483
|
RequestId?: string;
|
|
6880
6484
|
}
|
|
6881
|
-
/**
|
|
6882
|
-
* DescribeCDBProxy请求参数结构体
|
|
6883
|
-
*/
|
|
6884
|
-
export interface DescribeCDBProxyRequest {
|
|
6885
|
-
/**
|
|
6886
|
-
* 实例ID
|
|
6887
|
-
*/
|
|
6888
|
-
InstanceId: string;
|
|
6889
|
-
/**
|
|
6890
|
-
* 代理组ID
|
|
6891
|
-
*/
|
|
6892
|
-
ProxyGroupId?: string;
|
|
6893
|
-
}
|
|
6894
6485
|
/**
|
|
6895
6486
|
* DescribeAccountPrivileges请求参数结构体
|
|
6896
6487
|
*/
|
|
@@ -7624,36 +7215,6 @@ export interface ModifyAccountMaxUserConnectionsRequest {
|
|
|
7624
7215
|
*/
|
|
7625
7216
|
MaxUserConnections: number;
|
|
7626
7217
|
}
|
|
7627
|
-
/**
|
|
7628
|
-
* 数据代理组信息
|
|
7629
|
-
*/
|
|
7630
|
-
export interface ProxyGroup {
|
|
7631
|
-
/**
|
|
7632
|
-
* 代理基本信息
|
|
7633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7634
|
-
*/
|
|
7635
|
-
BaseGroup: BaseGroupInfo;
|
|
7636
|
-
/**
|
|
7637
|
-
* 代理地址信息
|
|
7638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7639
|
-
*/
|
|
7640
|
-
Address: Array<Address>;
|
|
7641
|
-
/**
|
|
7642
|
-
* 代理连接池信息
|
|
7643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7644
|
-
*/
|
|
7645
|
-
ConnectionPoolInfo: ConnectionPoolInfo;
|
|
7646
|
-
/**
|
|
7647
|
-
* 代理节点信息
|
|
7648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7649
|
-
*/
|
|
7650
|
-
ProxyNode: Array<ProxyNodeInfo>;
|
|
7651
|
-
/**
|
|
7652
|
-
* 代理路由信息
|
|
7653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7654
|
-
*/
|
|
7655
|
-
RWInstInfo: RWInfo;
|
|
7656
|
-
}
|
|
7657
7218
|
/**
|
|
7658
7219
|
* DeleteDeployGroups返回参数结构体
|
|
7659
7220
|
*/
|
|
@@ -8346,25 +7907,6 @@ export interface SecurityGroup {
|
|
|
8346
7907
|
*/
|
|
8347
7908
|
SecurityGroupRemark: string;
|
|
8348
7909
|
}
|
|
8349
|
-
/**
|
|
8350
|
-
* DescribeProxyConnectionPoolConf返回参数结构体
|
|
8351
|
-
*/
|
|
8352
|
-
export interface DescribeProxyConnectionPoolConfResponse {
|
|
8353
|
-
/**
|
|
8354
|
-
* 配置规格数量
|
|
8355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8356
|
-
*/
|
|
8357
|
-
Count: number;
|
|
8358
|
-
/**
|
|
8359
|
-
* 连接池配置规格
|
|
8360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8361
|
-
*/
|
|
8362
|
-
PoolConf: PoolConf;
|
|
8363
|
-
/**
|
|
8364
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8365
|
-
*/
|
|
8366
|
-
RequestId?: string;
|
|
8367
|
-
}
|
|
8368
7910
|
/**
|
|
8369
7911
|
* OfflineIsolatedInstances请求参数结构体
|
|
8370
7912
|
*/
|
|
@@ -8493,17 +8035,13 @@ export interface CreateBackupResponse {
|
|
|
8493
8035
|
RequestId?: string;
|
|
8494
8036
|
}
|
|
8495
8037
|
/**
|
|
8496
|
-
*
|
|
8038
|
+
* OpenDBInstanceGTID请求参数结构体
|
|
8497
8039
|
*/
|
|
8498
|
-
export interface
|
|
8499
|
-
/**
|
|
8500
|
-
* 实例CPU平均使用率
|
|
8501
|
-
*/
|
|
8502
|
-
Rate: Array<DeviceCpuRateInfo>;
|
|
8040
|
+
export interface OpenDBInstanceGTIDRequest {
|
|
8503
8041
|
/**
|
|
8504
|
-
* 实例
|
|
8042
|
+
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
|
8505
8043
|
*/
|
|
8506
|
-
|
|
8044
|
+
InstanceId: string;
|
|
8507
8045
|
}
|
|
8508
8046
|
/**
|
|
8509
8047
|
* OpenDBInstanceEncryption返回参数结构体
|
|
@@ -8685,51 +8223,6 @@ export interface AddTimeWindowResponse {
|
|
|
8685
8223
|
*/
|
|
8686
8224
|
RequestId?: string;
|
|
8687
8225
|
}
|
|
8688
|
-
/**
|
|
8689
|
-
* proxy代理组信息
|
|
8690
|
-
*/
|
|
8691
|
-
export interface BaseGroupInfo {
|
|
8692
|
-
/**
|
|
8693
|
-
* 代理组ID
|
|
8694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8695
|
-
*/
|
|
8696
|
-
ProxyGroupId: string;
|
|
8697
|
-
/**
|
|
8698
|
-
* 代理节点数
|
|
8699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8700
|
-
*/
|
|
8701
|
-
NodeCount: number;
|
|
8702
|
-
/**
|
|
8703
|
-
* 状态:发货中(init)运行中(online)下线中(offline)销毁中(destroy)
|
|
8704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8705
|
-
*/
|
|
8706
|
-
Status: string;
|
|
8707
|
-
/**
|
|
8708
|
-
* 地域
|
|
8709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8710
|
-
*/
|
|
8711
|
-
Region: string;
|
|
8712
|
-
/**
|
|
8713
|
-
* 可用区
|
|
8714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8715
|
-
*/
|
|
8716
|
-
Zone: string;
|
|
8717
|
-
/**
|
|
8718
|
-
* 是否开启读写分离
|
|
8719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8720
|
-
*/
|
|
8721
|
-
OpenRW: boolean;
|
|
8722
|
-
/**
|
|
8723
|
-
* 当前代理版本
|
|
8724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8725
|
-
*/
|
|
8726
|
-
CurrentProxyVersion: string;
|
|
8727
|
-
/**
|
|
8728
|
-
* 支持升级版本
|
|
8729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8730
|
-
*/
|
|
8731
|
-
SupportUpgradeProxyVersion: string;
|
|
8732
|
-
}
|
|
8733
8226
|
/**
|
|
8734
8227
|
* AdjustCdbProxy返回参数结构体
|
|
8735
8228
|
*/
|