tencentcloud-sdk-nodejs-cdb 4.0.440 → 4.0.441

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.
@@ -1,20 +1,3 @@
1
- /**
2
- * 售卖实例类型
3
- */
4
- export interface SellType {
5
- /**
6
- * 售卖实例名称
7
- */
8
- TypeName: string;
9
- /**
10
- * 内核版本号
11
- */
12
- EngineVersion: Array<string>;
13
- /**
14
- * 售卖规格详细配置
15
- */
16
- Configs: Array<SellConfig>;
17
- }
18
1
  /**
19
2
  * 实例任务详情
20
3
  */
@@ -425,27 +408,35 @@ export interface DescribeDataBackupOverviewResponse {
425
408
  /**
426
409
  * 当前地域的数据备份总容量(包含自动备份和手动备份,单位为字节)。
427
410
  */
428
- DataBackupVolume?: number;
411
+ DataBackupVolume: number;
429
412
  /**
430
413
  * 当前地域的数据备份总个数。
431
414
  */
432
- DataBackupCount?: number;
415
+ DataBackupCount: number;
433
416
  /**
434
417
  * 当前地域的自动备份总容量。
435
418
  */
436
- AutoBackupVolume?: number;
419
+ AutoBackupVolume: number;
437
420
  /**
438
421
  * 当前地域的自动备份总个数。
439
422
  */
440
- AutoBackupCount?: number;
423
+ AutoBackupCount: number;
441
424
  /**
442
425
  * 当前地域的手动备份总容量。
443
426
  */
444
- ManualBackupVolume?: number;
427
+ ManualBackupVolume: number;
445
428
  /**
446
429
  * 当前地域的手动备份总个数。
447
430
  */
448
- ManualBackupCount?: number;
431
+ ManualBackupCount: number;
432
+ /**
433
+ * 当前地域异地备份总容量。
434
+ */
435
+ RemoteBackupVolume: number;
436
+ /**
437
+ * 当前地域异地备份总个数。
438
+ */
439
+ RemoteBackupCount: number;
449
440
  /**
450
441
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
451
442
  */
@@ -1362,90 +1353,6 @@ export interface StartReplicationResponse {
1362
1353
  */
1363
1354
  RequestId?: string;
1364
1355
  }
1365
- /**
1366
- * 可用区售卖配置
1367
- */
1368
- export interface ZoneSellConf {
1369
- /**
1370
- * 可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
1371
- */
1372
- Status: number;
1373
- /**
1374
- * 可用区中文名称
1375
- */
1376
- ZoneName: string;
1377
- /**
1378
- * 实例类型是否为自定义类型
1379
- */
1380
- IsCustom: boolean;
1381
- /**
1382
- * 是否支持灾备
1383
- */
1384
- IsSupportDr: boolean;
1385
- /**
1386
- * 是否支持私有网络
1387
- */
1388
- IsSupportVpc: boolean;
1389
- /**
1390
- * 小时计费实例最大售卖数量
1391
- */
1392
- HourInstanceSaleMaxNum: number;
1393
- /**
1394
- * 是否为默认可用区
1395
- */
1396
- IsDefaultZone: boolean;
1397
- /**
1398
- * 是否为黑石区
1399
- */
1400
- IsBm: boolean;
1401
- /**
1402
- * 支持的付费类型。可能的返回值为:0-包年包月;1-小时计费;2-后付费
1403
- */
1404
- PayType: Array<string>;
1405
- /**
1406
- * 数据复制类型。0-异步复制;1-半同步复制;2-强同步复制
1407
- */
1408
- ProtectMode: Array<string>;
1409
- /**
1410
- * 可用区名称
1411
- */
1412
- Zone: string;
1413
- /**
1414
- * 售卖实例类型数组
1415
- */
1416
- SellType: Array<SellType>;
1417
- /**
1418
- * 多可用区信息
1419
- */
1420
- ZoneConf: ZoneConf;
1421
- /**
1422
- * 可支持的灾备可用区信息
1423
- */
1424
- DrZone: Array<string>;
1425
- /**
1426
- * 是否支持跨可用区只读
1427
- */
1428
- IsSupportRemoteRo: boolean;
1429
- /**
1430
- * 可支持的跨可用区只读区信息
1431
- 注意:此字段可能返回 null,表示取不到有效值。
1432
- */
1433
- RemoteRoZone: Array<string>;
1434
- /**
1435
- * 独享型可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
1436
- */
1437
- ExClusterStatus: number;
1438
- /**
1439
- * 独享型可支持的跨可用区只读区信息
1440
- 注意:此字段可能返回 null,表示取不到有效值。
1441
- */
1442
- ExClusterRemoteRoZone: Array<string>;
1443
- /**
1444
- * 独享型多可用区信息
1445
- 注意:此字段可能返回 null,表示取不到有效值。
1446
- */
1447
- ExClusterZoneConf: ZoneConf;
1448
- }
1449
1356
  /**
1450
1357
  * ModifyCDBProxyVipVPort请求参数结构体
1451
1358
  */
@@ -1480,13 +1387,21 @@ export interface ModifyCDBProxyVipVPortRequest {
1480
1387
  */
1481
1388
  export interface DescribeBinlogBackupOverviewResponse {
1482
1389
  /**
1483
- * 总的日志备份容量(单位为字节)。
1390
+ * 总的日志备份容量,包含异地日志备份(单位为字节)。
1484
1391
  */
1485
- BinlogBackupVolume?: number;
1392
+ BinlogBackupVolume: number;
1393
+ /**
1394
+ * 总的日志备份个数,包含异地日志备份。
1395
+ */
1396
+ BinlogBackupCount: number;
1486
1397
  /**
1487
- * 总的日志备份个数。
1398
+ * 异地日志备份容量(单位为字节)。
1488
1399
  */
1489
- BinlogBackupCount?: number;
1400
+ RemoteBinlogVolume: number;
1401
+ /**
1402
+ * 异地日志备份个数。
1403
+ */
1404
+ RemoteBinlogCount: number;
1490
1405
  /**
1491
1406
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1492
1407
  */
@@ -1899,29 +1814,21 @@ export interface AuditRule {
1899
1814
  AuditAll: boolean;
1900
1815
  }
1901
1816
  /**
1902
- * 地域售卖配置
1817
+ * DescribeBinlogs请求参数结构体
1903
1818
  */
1904
- export interface RegionSellConf {
1905
- /**
1906
- * 地域中文名称
1907
- */
1908
- RegionName: string;
1909
- /**
1910
- * 所属大区
1911
- */
1912
- Area: string;
1819
+ export interface DescribeBinlogsRequest {
1913
1820
  /**
1914
- * 是否为默认地域
1821
+ * 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
1915
1822
  */
1916
- IsDefaultRegion: number;
1823
+ InstanceId: string;
1917
1824
  /**
1918
- * 地域名称
1825
+ * 偏移量,最小值为0。
1919
1826
  */
1920
- Region: string;
1827
+ Offset?: number;
1921
1828
  /**
1922
- * 可用区售卖配置
1829
+ * 分页大小,默认值为20,最小值为1,最大值为100。
1923
1830
  */
1924
- ZonesConf: Array<ZoneSellConf>;
1831
+ Limit?: number;
1925
1832
  }
1926
1833
  /**
1927
1834
  * 用于回档的数据库名
@@ -2276,23 +2183,6 @@ export interface DrInfo {
2276
2183
  */
2277
2184
  InstanceType: number;
2278
2185
  }
2279
- /**
2280
- * DescribeBinlogs请求参数结构体
2281
- */
2282
- export interface DescribeBinlogsRequest {
2283
- /**
2284
- * 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
2285
- */
2286
- InstanceId: string;
2287
- /**
2288
- * 偏移量,最小值为0。
2289
- */
2290
- Offset?: number;
2291
- /**
2292
- * 分页大小,默认值为20,最小值为1,最大值为100。
2293
- */
2294
- Limit?: number;
2295
- }
2296
2186
  /**
2297
2187
  * ModifyBackupDownloadRestriction请求参数结构体
2298
2188
  */
@@ -4104,82 +3994,6 @@ export interface CreateDeployGroupResponse {
4104
3994
  */
4105
3995
  RequestId?: string;
4106
3996
  }
4107
- /**
4108
- * 售卖配置详情
4109
- */
4110
- export interface SellConfig {
4111
- /**
4112
- * 设备类型(废弃)
4113
- */
4114
- Device?: string;
4115
- /**
4116
- * 售卖规格描述(废弃)
4117
- */
4118
- Type: string;
4119
- /**
4120
- * 实例类型(废弃)
4121
- */
4122
- CdbType: string;
4123
- /**
4124
- * 内存大小,单位为MB
4125
- */
4126
- Memory: number;
4127
- /**
4128
- * CPU核心数
4129
- */
4130
- Cpu: number;
4131
- /**
4132
- * 磁盘最小规格,单位为GB
4133
- */
4134
- VolumeMin: number;
4135
- /**
4136
- * 磁盘最大规格,单位为GB
4137
- */
4138
- VolumeMax: number;
4139
- /**
4140
- * 磁盘步长,单位为GB
4141
- */
4142
- VolumeStep: number;
4143
- /**
4144
- * 链接数
4145
- */
4146
- Connection: number;
4147
- /**
4148
- * 每秒查询数量
4149
- */
4150
- Qps: number;
4151
- /**
4152
- * 每秒IO数量
4153
- */
4154
- Iops: number;
4155
- /**
4156
- * 应用场景描述
4157
- */
4158
- Info: string;
4159
- /**
4160
- * 状态值,0 表示该规格对外售卖
4161
- */
4162
- Status: number;
4163
- /**
4164
- * 标签值(废弃)
4165
- */
4166
- Tag: number;
4167
- /**
4168
- * 实例类型,可能的取值范围有:UNIVERSAL (通用型), EXCLUSIVE (独享型), BASIC (基础型)
4169
- 注意:此字段可能返回 null,表示取不到有效值。
4170
- */
4171
- DeviceType: string;
4172
- /**
4173
- * 实例类型描述,可能的取值范围有:通用型, 独享型, 基础型
4174
- 注意:此字段可能返回 null,表示取不到有效值。
4175
- */
4176
- DeviceTypeName: string;
4177
- /**
4178
- * 引擎类型描述,可能的取值范围有:Innodb,RocksDB
4179
- 注意:此字段可能返回 null,表示取不到有效值。
4180
- */
4181
- EngineType: string;
4182
- }
4183
3997
  /**
4184
3998
  * 主实例信息
4185
3999
  */
@@ -5997,23 +5811,6 @@ export interface BackupLimitVpcItem {
5997
5811
  */
5998
5812
  VpcList: Array<string>;
5999
5813
  }
6000
- /**
6001
- * DescribeDBZoneConfig返回参数结构体
6002
- */
6003
- export interface DescribeDBZoneConfigResponse {
6004
- /**
6005
- * 可售卖地域配置数量
6006
- */
6007
- TotalCount?: number;
6008
- /**
6009
- * 可售卖地域配置详情
6010
- */
6011
- Items?: Array<RegionSellConf>;
6012
- /**
6013
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6014
- */
6015
- RequestId?: string;
6016
- }
6017
5814
  /**
6018
5815
  * ModifyDBInstanceProject请求参数结构体
6019
5816
  */
@@ -6499,10 +6296,6 @@ export interface IsolateDBInstanceResponse {
6499
6296
  */
6500
6297
  RequestId?: string;
6501
6298
  }
6502
- /**
6503
- * DescribeDBZoneConfig请求参数结构体
6504
- */
6505
- export declare type DescribeDBZoneConfigRequest = null;
6506
6299
  /**
6507
6300
  * ModifyAccountDescription返回参数结构体
6508
6301
  */