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
|
@@ -278,53 +278,6 @@ export interface CreateCdbProxyResponse {
|
|
|
278
278
|
RequestId?: string
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
/**
|
|
282
|
-
* proxy读写分离信息
|
|
283
|
-
*/
|
|
284
|
-
export interface RWInfo {
|
|
285
|
-
/**
|
|
286
|
-
* 代理实例数量
|
|
287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
288
|
-
*/
|
|
289
|
-
InstCount: number
|
|
290
|
-
/**
|
|
291
|
-
* 权重分配模式;
|
|
292
|
-
系统自动分配:"system", 自定义:"custom"
|
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
|
-
*/
|
|
295
|
-
WeightMode: string
|
|
296
|
-
/**
|
|
297
|
-
* 是否开启延迟剔除
|
|
298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
299
|
-
*/
|
|
300
|
-
IsKickOut: boolean
|
|
301
|
-
/**
|
|
302
|
-
* 最小保留数
|
|
303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
|
-
*/
|
|
305
|
-
MinCount: number
|
|
306
|
-
/**
|
|
307
|
-
* 延迟剔除阈值
|
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
309
|
-
*/
|
|
310
|
-
MaxDelay: number
|
|
311
|
-
/**
|
|
312
|
-
* 是否开启故障转移
|
|
313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
|
-
*/
|
|
315
|
-
FailOver: boolean
|
|
316
|
-
/**
|
|
317
|
-
* 是否自动添加RO
|
|
318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
319
|
-
*/
|
|
320
|
-
AutoAddRo: boolean
|
|
321
|
-
/**
|
|
322
|
-
* 代理实例信息
|
|
323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
324
|
-
*/
|
|
325
|
-
RWInstInfo: RWInstanceInfo
|
|
326
|
-
}
|
|
327
|
-
|
|
328
281
|
/**
|
|
329
282
|
* 实例可回档时间范围
|
|
330
283
|
*/
|
|
@@ -700,11 +653,6 @@ export interface DescribeSupportedPrivilegesRequest {
|
|
|
700
653
|
InstanceId: string
|
|
701
654
|
}
|
|
702
655
|
|
|
703
|
-
/**
|
|
704
|
-
* 代理实例信息
|
|
705
|
-
*/
|
|
706
|
-
export type RWInstanceInfo = null
|
|
707
|
-
|
|
708
656
|
/**
|
|
709
657
|
* DescribeParamTemplateInfo请求参数结构体
|
|
710
658
|
*/
|
|
@@ -1424,51 +1372,6 @@ export interface BackupConfig {
|
|
|
1424
1372
|
Vport: number
|
|
1425
1373
|
}
|
|
1426
1374
|
|
|
1427
|
-
/**
|
|
1428
|
-
* DescribeCDBProxy返回参数结构体
|
|
1429
|
-
*/
|
|
1430
|
-
export interface DescribeCDBProxyResponse {
|
|
1431
|
-
/**
|
|
1432
|
-
* 代理组基本信息
|
|
1433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1434
|
-
*/
|
|
1435
|
-
BaseGroup: BaseGroupInfo
|
|
1436
|
-
/**
|
|
1437
|
-
* 代理组地址信息
|
|
1438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
-
*/
|
|
1440
|
-
Address: Address
|
|
1441
|
-
/**
|
|
1442
|
-
* 代理组节点信息
|
|
1443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1444
|
-
*/
|
|
1445
|
-
ProxyNode: ProxyNodeInfo
|
|
1446
|
-
/**
|
|
1447
|
-
* 读写分析信息
|
|
1448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1449
|
-
*/
|
|
1450
|
-
RWInstInfo: RWInfo
|
|
1451
|
-
/**
|
|
1452
|
-
* 连接池信息
|
|
1453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1454
|
-
*/
|
|
1455
|
-
ConnectionPoolInfo: ConnectionPoolInfo
|
|
1456
|
-
/**
|
|
1457
|
-
* 代理数量
|
|
1458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1459
|
-
*/
|
|
1460
|
-
Count: number
|
|
1461
|
-
/**
|
|
1462
|
-
* 代理信息
|
|
1463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1464
|
-
*/
|
|
1465
|
-
ProxyGroup: Array<ProxyGroup>
|
|
1466
|
-
/**
|
|
1467
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1468
|
-
*/
|
|
1469
|
-
RequestId?: string
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
1375
|
/**
|
|
1473
1376
|
* 权重分配规则
|
|
1474
1377
|
*/
|
|
@@ -1720,36 +1623,6 @@ export interface OpenAuditServiceResponse {
|
|
|
1720
1623
|
RequestId?: string
|
|
1721
1624
|
}
|
|
1722
1625
|
|
|
1723
|
-
/**
|
|
1724
|
-
* ModifyCDBProxyVipVPort请求参数结构体
|
|
1725
|
-
*/
|
|
1726
|
-
export interface ModifyCDBProxyVipVPortRequest {
|
|
1727
|
-
/**
|
|
1728
|
-
* 代理组ID
|
|
1729
|
-
*/
|
|
1730
|
-
ProxyGroupId: string
|
|
1731
|
-
/**
|
|
1732
|
-
* 私有网络ID
|
|
1733
|
-
*/
|
|
1734
|
-
UniqVpcId: string
|
|
1735
|
-
/**
|
|
1736
|
-
* 私有网络子网ID
|
|
1737
|
-
*/
|
|
1738
|
-
UniqSubnetId: string
|
|
1739
|
-
/**
|
|
1740
|
-
* 目标IP
|
|
1741
|
-
*/
|
|
1742
|
-
DstIp?: string
|
|
1743
|
-
/**
|
|
1744
|
-
* 目标端口
|
|
1745
|
-
*/
|
|
1746
|
-
DstPort?: number
|
|
1747
|
-
/**
|
|
1748
|
-
* 旧IP回收时间 单位小时
|
|
1749
|
-
*/
|
|
1750
|
-
ReleaseDuration?: number
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
1626
|
/**
|
|
1754
1627
|
* DescribeBinlogBackupOverview返回参数结构体
|
|
1755
1628
|
*/
|
|
@@ -1814,30 +1687,6 @@ export interface SwitchDBInstanceMasterSlaveRequest {
|
|
|
1814
1687
|
WaitSwitch?: boolean
|
|
1815
1688
|
}
|
|
1816
1689
|
|
|
1817
|
-
/**
|
|
1818
|
-
* ModifyCDBProxyConnectionPool请求参数结构体
|
|
1819
|
-
*/
|
|
1820
|
-
export interface ModifyCDBProxyConnectionPoolRequest {
|
|
1821
|
-
/**
|
|
1822
|
-
* 数据库代理ID
|
|
1823
|
-
*/
|
|
1824
|
-
ProxyGroupId: string
|
|
1825
|
-
/**
|
|
1826
|
-
* 是否开启连接池,true:开启连接池;
|
|
1827
|
-
false:关闭连接池。
|
|
1828
|
-
*/
|
|
1829
|
-
OpenConnectionPool: boolean
|
|
1830
|
-
/**
|
|
1831
|
-
* 连接池类型,
|
|
1832
|
-
通过DescribeProxyConnectionPoolConf获取连接池类型值
|
|
1833
|
-
*/
|
|
1834
|
-
ConnectionPoolType?: string
|
|
1835
|
-
/**
|
|
1836
|
-
* 连接保留阈值:单位(秒)
|
|
1837
|
-
*/
|
|
1838
|
-
PoolConnectionTimeOut?: number
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
1690
|
/**
|
|
1842
1691
|
* ModifyCdbProxyAddressVipAndVPort请求参数结构体
|
|
1843
1692
|
*/
|
|
@@ -2213,34 +2062,40 @@ export interface ReleaseResult {
|
|
|
2213
2062
|
}
|
|
2214
2063
|
|
|
2215
2064
|
/**
|
|
2216
|
-
*
|
|
2065
|
+
* CreateAuditLogFile请求参数结构体
|
|
2217
2066
|
*/
|
|
2218
|
-
export interface
|
|
2067
|
+
export interface CreateAuditLogFileRequest {
|
|
2219
2068
|
/**
|
|
2220
|
-
*
|
|
2221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2069
|
+
* 实例 ID,与云数据库控制台页面中显示的实例 ID 相同。
|
|
2222
2070
|
*/
|
|
2223
|
-
|
|
2071
|
+
InstanceId: string
|
|
2224
2072
|
/**
|
|
2225
|
-
*
|
|
2226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2073
|
+
* 开始时间。
|
|
2227
2074
|
*/
|
|
2228
|
-
|
|
2075
|
+
StartTime: string
|
|
2229
2076
|
/**
|
|
2230
|
-
*
|
|
2231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
|
+
* 结束时间。
|
|
2232
2078
|
*/
|
|
2233
|
-
|
|
2079
|
+
EndTime: string
|
|
2234
2080
|
/**
|
|
2235
|
-
*
|
|
2236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2081
|
+
* 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
|
|
2237
2082
|
*/
|
|
2238
|
-
|
|
2083
|
+
Order?: string
|
|
2239
2084
|
/**
|
|
2240
|
-
*
|
|
2241
|
-
|
|
2085
|
+
* 排序字段。支持值包括:
|
|
2086
|
+
"timestamp" - 时间戳;
|
|
2087
|
+
"affectRows" - 影响行数;
|
|
2088
|
+
"execTime" - 执行时间。
|
|
2089
|
+
*/
|
|
2090
|
+
OrderBy?: string
|
|
2091
|
+
/**
|
|
2092
|
+
* 已废弃。
|
|
2093
|
+
*/
|
|
2094
|
+
Filter?: AuditLogFilter
|
|
2095
|
+
/**
|
|
2096
|
+
* 过滤条件。可按设置的过滤条件过滤日志。
|
|
2242
2097
|
*/
|
|
2243
|
-
|
|
2098
|
+
LogFilter?: Array<InstanceAuditLogFilters>
|
|
2244
2099
|
}
|
|
2245
2100
|
|
|
2246
2101
|
/**
|
|
@@ -2555,37 +2410,6 @@ export interface DescribeDefaultParamsRequest {
|
|
|
2555
2410
|
EngineType?: string
|
|
2556
2411
|
}
|
|
2557
2412
|
|
|
2558
|
-
/**
|
|
2559
|
-
* 地址
|
|
2560
|
-
*/
|
|
2561
|
-
export interface Address {
|
|
2562
|
-
/**
|
|
2563
|
-
* 地址
|
|
2564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2565
|
-
*/
|
|
2566
|
-
Vip: string
|
|
2567
|
-
/**
|
|
2568
|
-
* 端口
|
|
2569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2570
|
-
*/
|
|
2571
|
-
VPort: number
|
|
2572
|
-
/**
|
|
2573
|
-
* 私有网络ID
|
|
2574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2575
|
-
*/
|
|
2576
|
-
UniqVpcId: string
|
|
2577
|
-
/**
|
|
2578
|
-
* 私有网络子网ID
|
|
2579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2580
|
-
*/
|
|
2581
|
-
UniqSubnet: string
|
|
2582
|
-
/**
|
|
2583
|
-
* 描述
|
|
2584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2585
|
-
*/
|
|
2586
|
-
Desc: string
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
2413
|
/**
|
|
2590
2414
|
* proxy配置
|
|
2591
2415
|
*/
|
|
@@ -3052,21 +2876,6 @@ export interface DescribeDBSwitchRecordsResponse {
|
|
|
3052
2876
|
RequestId?: string
|
|
3053
2877
|
}
|
|
3054
2878
|
|
|
3055
|
-
/**
|
|
3056
|
-
* ModifyCDBProxyConnectionPool返回参数结构体
|
|
3057
|
-
*/
|
|
3058
|
-
export interface ModifyCDBProxyConnectionPoolResponse {
|
|
3059
|
-
/**
|
|
3060
|
-
* 异步处理ID
|
|
3061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3062
|
-
*/
|
|
3063
|
-
AsyncRequestId: string
|
|
3064
|
-
/**
|
|
3065
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3066
|
-
*/
|
|
3067
|
-
RequestId?: string
|
|
3068
|
-
}
|
|
3069
|
-
|
|
3070
2879
|
/**
|
|
3071
2880
|
* 标签结构
|
|
3072
2881
|
*/
|
|
@@ -3511,13 +3320,17 @@ export interface CreateCloneInstanceResponse {
|
|
|
3511
3320
|
export type DescribeCdbZoneConfigRequest = null
|
|
3512
3321
|
|
|
3513
3322
|
/**
|
|
3514
|
-
*
|
|
3323
|
+
* CPU负载
|
|
3515
3324
|
*/
|
|
3516
|
-
export interface
|
|
3325
|
+
export interface DeviceCpuInfo {
|
|
3517
3326
|
/**
|
|
3518
|
-
* 实例
|
|
3327
|
+
* 实例CPU平均使用率
|
|
3519
3328
|
*/
|
|
3520
|
-
|
|
3329
|
+
Rate: Array<DeviceCpuRateInfo>
|
|
3330
|
+
/**
|
|
3331
|
+
* 实例CPU监控数据
|
|
3332
|
+
*/
|
|
3333
|
+
Load: Array<number>
|
|
3521
3334
|
}
|
|
3522
3335
|
|
|
3523
3336
|
/**
|
|
@@ -3540,20 +3353,6 @@ export interface BalanceRoGroupLoadRequest {
|
|
|
3540
3353
|
RoGroupId: string
|
|
3541
3354
|
}
|
|
3542
3355
|
|
|
3543
|
-
/**
|
|
3544
|
-
* QueryCDBProxy请求参数结构体
|
|
3545
|
-
*/
|
|
3546
|
-
export interface QueryCDBProxyRequest {
|
|
3547
|
-
/**
|
|
3548
|
-
* 实例ID
|
|
3549
|
-
*/
|
|
3550
|
-
InstanceId: string
|
|
3551
|
-
/**
|
|
3552
|
-
* 代理ID
|
|
3553
|
-
*/
|
|
3554
|
-
ProxyGroupId?: string
|
|
3555
|
-
}
|
|
3556
|
-
|
|
3557
3356
|
/**
|
|
3558
3357
|
* DescribeBackupOverview返回参数结构体
|
|
3559
3358
|
*/
|
|
@@ -3606,23 +3405,17 @@ export interface DescribeLocalBinlogConfigRequest {
|
|
|
3606
3405
|
}
|
|
3607
3406
|
|
|
3608
3407
|
/**
|
|
3609
|
-
*
|
|
3408
|
+
* 实例的标签信息
|
|
3610
3409
|
*/
|
|
3611
|
-
export interface
|
|
3612
|
-
/**
|
|
3613
|
-
* 代理数量
|
|
3614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3615
|
-
*/
|
|
3616
|
-
Count: number
|
|
3410
|
+
export interface TagsInfoOfInstance {
|
|
3617
3411
|
/**
|
|
3618
|
-
*
|
|
3619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3412
|
+
* 实例Id
|
|
3620
3413
|
*/
|
|
3621
|
-
|
|
3414
|
+
InstanceId: string
|
|
3622
3415
|
/**
|
|
3623
|
-
*
|
|
3416
|
+
* 标签信息
|
|
3624
3417
|
*/
|
|
3625
|
-
|
|
3418
|
+
Tags: Array<TagInfoUnit>
|
|
3626
3419
|
}
|
|
3627
3420
|
|
|
3628
3421
|
/**
|
|
@@ -3771,20 +3564,6 @@ export interface DescribeDeviceMonitorInfoResponse {
|
|
|
3771
3564
|
RequestId?: string
|
|
3772
3565
|
}
|
|
3773
3566
|
|
|
3774
|
-
/**
|
|
3775
|
-
* 实例的标签信息
|
|
3776
|
-
*/
|
|
3777
|
-
export interface TagsInfoOfInstance {
|
|
3778
|
-
/**
|
|
3779
|
-
* 实例Id
|
|
3780
|
-
*/
|
|
3781
|
-
InstanceId: string
|
|
3782
|
-
/**
|
|
3783
|
-
* 标签信息
|
|
3784
|
-
*/
|
|
3785
|
-
Tags: Array<TagInfoUnit>
|
|
3786
|
-
}
|
|
3787
|
-
|
|
3788
3567
|
/**
|
|
3789
3568
|
* ResetRootAccount请求参数结构体
|
|
3790
3569
|
*/
|
|
@@ -3878,27 +3657,6 @@ export interface VerifyRootAccountRequest {
|
|
|
3878
3657
|
Password: string
|
|
3879
3658
|
}
|
|
3880
3659
|
|
|
3881
|
-
/**
|
|
3882
|
-
* 数据库代理连接池规格配置
|
|
3883
|
-
*/
|
|
3884
|
-
export interface PoolConf {
|
|
3885
|
-
/**
|
|
3886
|
-
* 连接池类型:SessionConnectionPool(会话级别连接池
|
|
3887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3888
|
-
*/
|
|
3889
|
-
ConnectionPoolType: string
|
|
3890
|
-
/**
|
|
3891
|
-
* 最大可保持连接阈值:单位(秒)
|
|
3892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3893
|
-
*/
|
|
3894
|
-
MaxPoolConnectionTimeOut: number
|
|
3895
|
-
/**
|
|
3896
|
-
* 最小可保持连接阈值:单位(秒)
|
|
3897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3898
|
-
*/
|
|
3899
|
-
MinPoolConnectionTimeOut: number
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
3660
|
/**
|
|
3903
3661
|
* DescribeCloneList返回参数结构体
|
|
3904
3662
|
*/
|
|
@@ -4619,24 +4377,6 @@ export interface CreateDBInstanceRequest {
|
|
|
4619
4377
|
Vips?: Array<string>
|
|
4620
4378
|
}
|
|
4621
4379
|
|
|
4622
|
-
/**
|
|
4623
|
-
* DescribeProxyConnectionPoolConf请求参数结构体
|
|
4624
|
-
*/
|
|
4625
|
-
export interface DescribeProxyConnectionPoolConfRequest {
|
|
4626
|
-
/**
|
|
4627
|
-
* 实例ID
|
|
4628
|
-
*/
|
|
4629
|
-
InstanceId: string
|
|
4630
|
-
/**
|
|
4631
|
-
* 分页查询偏移量
|
|
4632
|
-
*/
|
|
4633
|
-
Offset?: number
|
|
4634
|
-
/**
|
|
4635
|
-
* 分页查询限制
|
|
4636
|
-
*/
|
|
4637
|
-
Limit?: number
|
|
4638
|
-
}
|
|
4639
|
-
|
|
4640
4380
|
/**
|
|
4641
4381
|
* DescribeParamTemplates请求参数结构体
|
|
4642
4382
|
*/
|
|
@@ -4996,43 +4736,6 @@ export interface ResetRootAccountResponse {
|
|
|
4996
4736
|
RequestId?: string
|
|
4997
4737
|
}
|
|
4998
4738
|
|
|
4999
|
-
/**
|
|
5000
|
-
* 代理节点信息
|
|
5001
|
-
*/
|
|
5002
|
-
export interface ProxyNodeInfo {
|
|
5003
|
-
/**
|
|
5004
|
-
* 代理节点ID
|
|
5005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5006
|
-
*/
|
|
5007
|
-
ProxyNodeId: string
|
|
5008
|
-
/**
|
|
5009
|
-
* 节点当前连接数
|
|
5010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5011
|
-
*/
|
|
5012
|
-
ProxyNodeConnections: number
|
|
5013
|
-
/**
|
|
5014
|
-
* cup
|
|
5015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5016
|
-
*/
|
|
5017
|
-
ProxyNodeCpu: number
|
|
5018
|
-
/**
|
|
5019
|
-
* 内存
|
|
5020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5021
|
-
*/
|
|
5022
|
-
ProxyNodeMem: number
|
|
5023
|
-
/**
|
|
5024
|
-
* 节点状态:
|
|
5025
|
-
init(申请中)
|
|
5026
|
-
online(运行中)
|
|
5027
|
-
offline(离线中)
|
|
5028
|
-
destroy(已销毁)
|
|
5029
|
-
recovering(故障恢复中)
|
|
5030
|
-
error(节点故障)
|
|
5031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5032
|
-
*/
|
|
5033
|
-
ProxyStatus: string
|
|
5034
|
-
}
|
|
5035
|
-
|
|
5036
4739
|
/**
|
|
5037
4740
|
* 数据库账号信息
|
|
5038
4741
|
*/
|
|
@@ -5165,27 +4868,6 @@ export interface AuditLogFilter {
|
|
|
5165
4868
|
ErrCode?: Array<number>
|
|
5166
4869
|
}
|
|
5167
4870
|
|
|
5168
|
-
/**
|
|
5169
|
-
* 连接池信息
|
|
5170
|
-
*/
|
|
5171
|
-
export interface ConnectionPoolInfo {
|
|
5172
|
-
/**
|
|
5173
|
-
* 是否开启了连接池
|
|
5174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5175
|
-
*/
|
|
5176
|
-
ConnectionPool: boolean
|
|
5177
|
-
/**
|
|
5178
|
-
* 连接池类型:SessionConnectionPool(会话级别连接池)
|
|
5179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5180
|
-
*/
|
|
5181
|
-
ConnectionPoolType: string
|
|
5182
|
-
/**
|
|
5183
|
-
* 连接池保持阈值:单位(秒)
|
|
5184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5185
|
-
*/
|
|
5186
|
-
PoolConnectionTimeOut: number
|
|
5187
|
-
}
|
|
5188
|
-
|
|
5189
4871
|
/**
|
|
5190
4872
|
* OpenDBInstanceGTID返回参数结构体
|
|
5191
4873
|
*/
|
|
@@ -5390,16 +5072,6 @@ export interface ParameterDetail {
|
|
|
5390
5072
|
IsNotSupportEdit?: boolean
|
|
5391
5073
|
}
|
|
5392
5074
|
|
|
5393
|
-
/**
|
|
5394
|
-
* ModifyCDBProxyVipVPort返回参数结构体
|
|
5395
|
-
*/
|
|
5396
|
-
export interface ModifyCDBProxyVipVPortResponse {
|
|
5397
|
-
/**
|
|
5398
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5399
|
-
*/
|
|
5400
|
-
RequestId?: string
|
|
5401
|
-
}
|
|
5402
|
-
|
|
5403
5075
|
/**
|
|
5404
5076
|
* SwitchForUpgrade请求参数结构体
|
|
5405
5077
|
*/
|
|
@@ -6721,43 +6393,6 @@ export interface ModifyAccountHostRequest {
|
|
|
6721
6393
|
NewHost: string
|
|
6722
6394
|
}
|
|
6723
6395
|
|
|
6724
|
-
/**
|
|
6725
|
-
* CreateAuditLogFile请求参数结构体
|
|
6726
|
-
*/
|
|
6727
|
-
export interface CreateAuditLogFileRequest {
|
|
6728
|
-
/**
|
|
6729
|
-
* 实例 ID,与云数据库控制台页面中显示的实例 ID 相同。
|
|
6730
|
-
*/
|
|
6731
|
-
InstanceId: string
|
|
6732
|
-
/**
|
|
6733
|
-
* 开始时间。
|
|
6734
|
-
*/
|
|
6735
|
-
StartTime: string
|
|
6736
|
-
/**
|
|
6737
|
-
* 结束时间。
|
|
6738
|
-
*/
|
|
6739
|
-
EndTime: string
|
|
6740
|
-
/**
|
|
6741
|
-
* 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
|
|
6742
|
-
*/
|
|
6743
|
-
Order?: string
|
|
6744
|
-
/**
|
|
6745
|
-
* 排序字段。支持值包括:
|
|
6746
|
-
"timestamp" - 时间戳;
|
|
6747
|
-
"affectRows" - 影响行数;
|
|
6748
|
-
"execTime" - 执行时间。
|
|
6749
|
-
*/
|
|
6750
|
-
OrderBy?: string
|
|
6751
|
-
/**
|
|
6752
|
-
* 已废弃。
|
|
6753
|
-
*/
|
|
6754
|
-
Filter?: AuditLogFilter
|
|
6755
|
-
/**
|
|
6756
|
-
* 过滤条件。可按设置的过滤条件过滤日志。
|
|
6757
|
-
*/
|
|
6758
|
-
LogFilter?: Array<InstanceAuditLogFilters>
|
|
6759
|
-
}
|
|
6760
|
-
|
|
6761
6396
|
/**
|
|
6762
6397
|
* CreateAuditRule请求参数结构体
|
|
6763
6398
|
*/
|
|
@@ -7022,53 +6657,6 @@ export interface DescribeTagsOfInstanceIdsRequest {
|
|
|
7022
6657
|
Limit?: number
|
|
7023
6658
|
}
|
|
7024
6659
|
|
|
7025
|
-
/**
|
|
7026
|
-
* proxy读写分离信息
|
|
7027
|
-
*/
|
|
7028
|
-
export interface RWInfos {
|
|
7029
|
-
/**
|
|
7030
|
-
* 代理实例数量
|
|
7031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7032
|
-
*/
|
|
7033
|
-
InstCount: number
|
|
7034
|
-
/**
|
|
7035
|
-
* 权重分配模式;
|
|
7036
|
-
系统自动分配:"system", 自定义:"custom"
|
|
7037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7038
|
-
*/
|
|
7039
|
-
WeightMode: string
|
|
7040
|
-
/**
|
|
7041
|
-
* 是否开启延迟剔除
|
|
7042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7043
|
-
*/
|
|
7044
|
-
IsKickOut: boolean
|
|
7045
|
-
/**
|
|
7046
|
-
* 最小保留数
|
|
7047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7048
|
-
*/
|
|
7049
|
-
MinCount: number
|
|
7050
|
-
/**
|
|
7051
|
-
* 延迟剔除阈值
|
|
7052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7053
|
-
*/
|
|
7054
|
-
MaxDelay: number
|
|
7055
|
-
/**
|
|
7056
|
-
* 是否开启故障转移
|
|
7057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7058
|
-
*/
|
|
7059
|
-
FailOver: boolean
|
|
7060
|
-
/**
|
|
7061
|
-
* 是否自动添加RO
|
|
7062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7063
|
-
*/
|
|
7064
|
-
AutoAddRo: boolean
|
|
7065
|
-
/**
|
|
7066
|
-
* 代理实例信息
|
|
7067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7068
|
-
*/
|
|
7069
|
-
RWInstInfo: Array<RWInstanceInfo>
|
|
7070
|
-
}
|
|
7071
|
-
|
|
7072
6660
|
/**
|
|
7073
6661
|
* CloseCDBProxy返回参数结构体
|
|
7074
6662
|
*/
|
|
@@ -7193,20 +6781,6 @@ export interface SwitchForUpgradeResponse {
|
|
|
7193
6781
|
RequestId?: string
|
|
7194
6782
|
}
|
|
7195
6783
|
|
|
7196
|
-
/**
|
|
7197
|
-
* DescribeCDBProxy请求参数结构体
|
|
7198
|
-
*/
|
|
7199
|
-
export interface DescribeCDBProxyRequest {
|
|
7200
|
-
/**
|
|
7201
|
-
* 实例ID
|
|
7202
|
-
*/
|
|
7203
|
-
InstanceId: string
|
|
7204
|
-
/**
|
|
7205
|
-
* 代理组ID
|
|
7206
|
-
*/
|
|
7207
|
-
ProxyGroupId?: string
|
|
7208
|
-
}
|
|
7209
|
-
|
|
7210
6784
|
/**
|
|
7211
6785
|
* DescribeAccountPrivileges请求参数结构体
|
|
7212
6786
|
*/
|
|
@@ -7974,37 +7548,6 @@ export interface ModifyAccountMaxUserConnectionsRequest {
|
|
|
7974
7548
|
MaxUserConnections: number
|
|
7975
7549
|
}
|
|
7976
7550
|
|
|
7977
|
-
/**
|
|
7978
|
-
* 数据代理组信息
|
|
7979
|
-
*/
|
|
7980
|
-
export interface ProxyGroup {
|
|
7981
|
-
/**
|
|
7982
|
-
* 代理基本信息
|
|
7983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7984
|
-
*/
|
|
7985
|
-
BaseGroup: BaseGroupInfo
|
|
7986
|
-
/**
|
|
7987
|
-
* 代理地址信息
|
|
7988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7989
|
-
*/
|
|
7990
|
-
Address: Array<Address>
|
|
7991
|
-
/**
|
|
7992
|
-
* 代理连接池信息
|
|
7993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7994
|
-
*/
|
|
7995
|
-
ConnectionPoolInfo: ConnectionPoolInfo
|
|
7996
|
-
/**
|
|
7997
|
-
* 代理节点信息
|
|
7998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7999
|
-
*/
|
|
8000
|
-
ProxyNode: Array<ProxyNodeInfo>
|
|
8001
|
-
/**
|
|
8002
|
-
* 代理路由信息
|
|
8003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8004
|
-
*/
|
|
8005
|
-
RWInstInfo: RWInfo
|
|
8006
|
-
}
|
|
8007
|
-
|
|
8008
7551
|
/**
|
|
8009
7552
|
* DeleteDeployGroups返回参数结构体
|
|
8010
7553
|
*/
|
|
@@ -8722,26 +8265,6 @@ export interface SecurityGroup {
|
|
|
8722
8265
|
SecurityGroupRemark: string
|
|
8723
8266
|
}
|
|
8724
8267
|
|
|
8725
|
-
/**
|
|
8726
|
-
* DescribeProxyConnectionPoolConf返回参数结构体
|
|
8727
|
-
*/
|
|
8728
|
-
export interface DescribeProxyConnectionPoolConfResponse {
|
|
8729
|
-
/**
|
|
8730
|
-
* 配置规格数量
|
|
8731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8732
|
-
*/
|
|
8733
|
-
Count: number
|
|
8734
|
-
/**
|
|
8735
|
-
* 连接池配置规格
|
|
8736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8737
|
-
*/
|
|
8738
|
-
PoolConf: PoolConf
|
|
8739
|
-
/**
|
|
8740
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8741
|
-
*/
|
|
8742
|
-
RequestId?: string
|
|
8743
|
-
}
|
|
8744
|
-
|
|
8745
8268
|
/**
|
|
8746
8269
|
* OfflineIsolatedInstances请求参数结构体
|
|
8747
8270
|
*/
|
|
@@ -8877,17 +8400,13 @@ export interface CreateBackupResponse {
|
|
|
8877
8400
|
}
|
|
8878
8401
|
|
|
8879
8402
|
/**
|
|
8880
|
-
*
|
|
8403
|
+
* OpenDBInstanceGTID请求参数结构体
|
|
8881
8404
|
*/
|
|
8882
|
-
export interface
|
|
8883
|
-
/**
|
|
8884
|
-
* 实例CPU平均使用率
|
|
8885
|
-
*/
|
|
8886
|
-
Rate: Array<DeviceCpuRateInfo>
|
|
8405
|
+
export interface OpenDBInstanceGTIDRequest {
|
|
8887
8406
|
/**
|
|
8888
|
-
* 实例
|
|
8407
|
+
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
|
8889
8408
|
*/
|
|
8890
|
-
|
|
8409
|
+
InstanceId: string
|
|
8891
8410
|
}
|
|
8892
8411
|
|
|
8893
8412
|
/**
|
|
@@ -9081,52 +8600,6 @@ export interface AddTimeWindowResponse {
|
|
|
9081
8600
|
RequestId?: string
|
|
9082
8601
|
}
|
|
9083
8602
|
|
|
9084
|
-
/**
|
|
9085
|
-
* proxy代理组信息
|
|
9086
|
-
*/
|
|
9087
|
-
export interface BaseGroupInfo {
|
|
9088
|
-
/**
|
|
9089
|
-
* 代理组ID
|
|
9090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9091
|
-
*/
|
|
9092
|
-
ProxyGroupId: string
|
|
9093
|
-
/**
|
|
9094
|
-
* 代理节点数
|
|
9095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9096
|
-
*/
|
|
9097
|
-
NodeCount: number
|
|
9098
|
-
/**
|
|
9099
|
-
* 状态:发货中(init)运行中(online)下线中(offline)销毁中(destroy)
|
|
9100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9101
|
-
*/
|
|
9102
|
-
Status: string
|
|
9103
|
-
/**
|
|
9104
|
-
* 地域
|
|
9105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9106
|
-
*/
|
|
9107
|
-
Region: string
|
|
9108
|
-
/**
|
|
9109
|
-
* 可用区
|
|
9110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9111
|
-
*/
|
|
9112
|
-
Zone: string
|
|
9113
|
-
/**
|
|
9114
|
-
* 是否开启读写分离
|
|
9115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9116
|
-
*/
|
|
9117
|
-
OpenRW: boolean
|
|
9118
|
-
/**
|
|
9119
|
-
* 当前代理版本
|
|
9120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9121
|
-
*/
|
|
9122
|
-
CurrentProxyVersion: string
|
|
9123
|
-
/**
|
|
9124
|
-
* 支持升级版本
|
|
9125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9126
|
-
*/
|
|
9127
|
-
SupportUpgradeProxyVersion: string
|
|
9128
|
-
}
|
|
9129
|
-
|
|
9130
8603
|
/**
|
|
9131
8604
|
* AdjustCdbProxy返回参数结构体
|
|
9132
8605
|
*/
|