tencentcloud-sdk-nodejs 4.0.895 → 4.0.897

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +249 -0
  2. package/SERVICE_CHANGELOG.md +272 -117
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/cbs/v20170312/cbs_client.ts +35 -21
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdz/index.ts +5 -0
  10. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  11. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  12. package/src/services/cdz/v20221123/index.ts +6 -0
  13. package/src/services/clb/v20180317/clb_models.ts +4 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  15. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  16. package/src/services/dts/v20211206/dts_models.ts +2 -2
  17. package/src/services/ess/v20201111/ess_models.ts +7 -13
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  20. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  21. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  22. package/src/services/gaap/v20180529/gaap_models.ts +6 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +69 -14
  25. package/src/services/index.ts +1 -0
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +5 -3
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +76 -29
  28. package/src/services/lke/v20231130/lke_models.ts +5 -1
  29. package/src/services/mongodb/v20190725/mongodb_models.ts +16 -13
  30. package/src/services/mps/v20190612/mps_client.ts +1 -1
  31. package/src/services/mps/v20190612/mps_models.ts +17 -15
  32. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  33. package/src/services/ses/v20201002/ses_models.ts +1 -2
  34. package/src/services/vpc/v20170312/vpc_client.ts +2555 -2352
  35. package/src/services/vpc/v20170312/vpc_models.ts +1038 -328
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  39. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +17 -11
  40. package/tencentcloud/services/cbs/v20170312/cbs_client.js +20 -12
  41. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  42. package/tencentcloud/services/cdz/index.d.ts +6 -0
  43. package/tencentcloud/services/cdz/index.js +7 -0
  44. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  45. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  46. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  48. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  49. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  50. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  52. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  53. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  58. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  59. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  60. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
  61. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +66 -13
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +74 -29
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -1
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +16 -13
  70. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  71. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -15
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1009 -337
  78. package/test/cbs.v20170312.test.js +14 -4
  79. package/test/cdz.v20221123.test.js +41 -0
  80. package/test/hunyuan.v20230901.test.js +14 -4
  81. package/test/vpc.v20170312.test.js +796 -666
@@ -1043,6 +1043,57 @@ export interface IpField {
1043
1043
  Comment?: boolean
1044
1044
  }
1045
1045
 
1046
+ /**
1047
+ * 云联网实例绑定路由表信息
1048
+ */
1049
+ export interface InstanceBind {
1050
+ /**
1051
+ * 云联网ID。
1052
+ */
1053
+ CcnId: string
1054
+ /**
1055
+ * 实例类型:VPC,DIRECTCONNECT,BMVPC,EDGE,EDGE_TUNNEL,EDGE_VPNGW,VPNGW。
1056
+ */
1057
+ InstanceType: string
1058
+ /**
1059
+ * 实例ID。
1060
+ */
1061
+ InstanceId: string
1062
+ /**
1063
+ * 实例绑定路由表的时间。
1064
+ */
1065
+ InstanceBindTime: string
1066
+ /**
1067
+ * 路由表ID。
1068
+ */
1069
+ RouteTableId: string
1070
+ /**
1071
+ * 实例名称。
1072
+ */
1073
+ InstanceName: string
1074
+ /**
1075
+ * 实例所在地域。
1076
+ */
1077
+ InstanceRegion: Array<string>
1078
+ /**
1079
+ * 实例所属的账户uin。
1080
+ */
1081
+ InstanceUin: string
1082
+ /**
1083
+ * 关联实例状态:
1084
+ <li>`PENDING`:申请中</li>
1085
+ <li>`ACTIVE`:已连接</li>
1086
+ <li>`EXPIRED`:已过期</li>
1087
+ <li>`REJECTED`:已拒绝</li>
1088
+ <li>`DELETED`:已删除</li>
1089
+ <li>`FAILED`:失败的(2小时后将异步强制解关联)</li>
1090
+ <li>`ATTACHING`:关联中</li>
1091
+ <li>`DETACHING`:解关联中</li>
1092
+ <li>`DETACHFAILED`:解关联失败(2小时后将异步强制解关联)</li>
1093
+ */
1094
+ State: string
1095
+ }
1096
+
1046
1097
  /**
1047
1098
  * AddBandwidthPackageResources请求参数结构体
1048
1099
  */
@@ -1101,6 +1152,24 @@ export interface DeleteVpnGatewaySslClientResponse {
1101
1152
  RequestId?: string
1102
1153
  }
1103
1154
 
1155
+ /**
1156
+ * 云联网路由接收策略
1157
+ */
1158
+ export interface CcnRouteTableInputPolicy {
1159
+ /**
1160
+ * 路由条件。
1161
+ */
1162
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
1163
+ /**
1164
+ * 路由行为,`accept` 允许,`drop` 拒绝。
1165
+ */
1166
+ Action: string
1167
+ /**
1168
+ * 策略描述。
1169
+ */
1170
+ Description: string
1171
+ }
1172
+
1104
1173
  /**
1105
1174
  * CreateVpc返回参数结构体
1106
1175
  */
@@ -1211,14 +1280,9 @@ export interface AddressTemplate {
1211
1280
  }
1212
1281
 
1213
1282
  /**
1214
- * DescribeIp6TranslatorQuota返回参数结构体
1283
+ * DeleteHaVip返回参数结构体
1215
1284
  */
1216
- export interface DescribeIp6TranslatorQuotaResponse {
1217
- /**
1218
- * 账户在指定地域的IPV6转换实例及规则配额信息
1219
- QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额
1220
- */
1221
- QuotaSet?: Array<Quota>
1285
+ export interface DeleteHaVipResponse {
1222
1286
  /**
1223
1287
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1224
1288
  */
@@ -1253,6 +1317,57 @@ export interface DescribeBandwidthPackageBillUsageRequest {
1253
1317
  BandwidthPackageId: string
1254
1318
  }
1255
1319
 
1320
+ /**
1321
+ * 路由表选择策略信息
1322
+ */
1323
+ export interface CcnRouteTableSelectPolicy {
1324
+ /**
1325
+ * 实例类型:
1326
+ 私有网络: `VPC`
1327
+ 专线网关: `DIRECTCONNECT`
1328
+ 黑石私有网络: `BMVPC`
1329
+ EDGE设备: `EDGE`
1330
+ EDGE隧道: `EDGE_TUNNEL`
1331
+ EDGE网关: `EDGE_VPNGW`
1332
+ VPN网关:`VPNGW`
1333
+ */
1334
+ InstanceType: string
1335
+ /**
1336
+ * 实例ID。
1337
+ */
1338
+ InstanceId: string
1339
+ /**
1340
+ * 源端CIDR。
1341
+ */
1342
+ SourceCidrBlock: string
1343
+ /**
1344
+ * 路由表ID。
1345
+ */
1346
+ RouteTableId: string
1347
+ /**
1348
+ * 路由表备注。
1349
+ */
1350
+ Description?: string
1351
+ }
1352
+
1353
+ /**
1354
+ * DescribeRouteTableSelectionPolicies返回参数结构体
1355
+ */
1356
+ export interface DescribeRouteTableSelectionPoliciesResponse {
1357
+ /**
1358
+ * 符合条件的对象数。
1359
+ */
1360
+ TotalCount?: number
1361
+ /**
1362
+ * 路由表选择策略信息集合。
1363
+ */
1364
+ RouteSelectionPolicySet?: Array<RouteSelectionPolicy>
1365
+ /**
1366
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1367
+ */
1368
+ RequestId?: string
1369
+ }
1370
+
1256
1371
  /**
1257
1372
  * UnassignIpv6Addresses返回参数结构体
1258
1373
  */
@@ -1363,29 +1478,21 @@ export interface CcnRegionBandwidthLimitInfo {
1363
1478
  }
1364
1479
 
1365
1480
  /**
1366
- * CloneSecurityGroup请求参数结构体
1481
+ * DescribeCcnRouteTableInputPolicys请求参数结构体
1367
1482
  */
1368
- export interface CloneSecurityGroupRequest {
1483
+ export interface DescribeCcnRouteTableInputPolicysRequest {
1369
1484
  /**
1370
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
1371
- */
1372
- SecurityGroupId: string
1373
- /**
1374
- * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
1375
- */
1376
- GroupName?: string
1377
- /**
1378
- * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
1485
+ * 云联网ID
1379
1486
  */
1380
- GroupDescription?: string
1487
+ CcnId: string
1381
1488
  /**
1382
- * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
1489
+ * 云联网路由表ID
1383
1490
  */
1384
- ProjectId?: string
1491
+ RouteTableId: string
1385
1492
  /**
1386
- * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
1493
+ * 路由接收策略版本号。
1387
1494
  */
1388
- RemoteRegion?: string
1495
+ PolicyVersion?: number
1389
1496
  }
1390
1497
 
1391
1498
  /**
@@ -1423,42 +1530,21 @@ export interface AssociateNatGatewayAddressRequest {
1423
1530
  }
1424
1531
 
1425
1532
  /**
1426
- * CreateDirectConnectGateway请求参数结构体
1533
+ * DescribeFlowLogs返回参数结构体
1427
1534
  */
1428
- export interface CreateDirectConnectGatewayRequest {
1429
- /**
1430
- * 专线网关名称
1431
- */
1432
- DirectConnectGatewayName: string
1433
- /**
1434
- * 关联网络类型,可选值:
1435
- <li>VPC - 私有网络</li>
1436
- <li>CCN - 云联网</li>
1437
- */
1438
- NetworkType: string
1439
- /**
1440
- * <li>NetworkType 为 VPC 时,这里传值为私有网络实例ID</li>
1441
- <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
1442
- */
1443
- NetworkInstanceId: string
1444
- /**
1445
- * 网关类型,可选值:
1446
- <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>
1447
- <li>NAT - NAT型</li>NAT类型支持网络地址转换配置,类型确定后不能修改;一个私有网络可以创建一个NAT类型的专线网关和一个非NAT类型的专线网关
1448
- */
1449
- GatewayType?: string
1535
+ export interface DescribeFlowLogsResponse {
1450
1536
  /**
1451
- * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
1537
+ * 流日志实例集合。
1452
1538
  */
1453
- ModeType?: string
1539
+ FlowLog?: Array<FlowLog>
1454
1540
  /**
1455
- * 专线网关可用区
1541
+ * 流日志总数目。
1456
1542
  */
1457
- Zone?: string
1543
+ TotalNum?: number
1458
1544
  /**
1459
- * 专线网关高可用区容灾组ID
1545
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1460
1546
  */
1461
- HaZoneGroupId?: string
1547
+ RequestId?: string
1462
1548
  }
1463
1549
 
1464
1550
  /**
@@ -2169,6 +2255,20 @@ export interface ModifyFlowLogAttributeResponse {
2169
2255
  RequestId?: string
2170
2256
  }
2171
2257
 
2258
+ /**
2259
+ * InquiryPriceRenewVpnGateway返回参数结构体
2260
+ */
2261
+ export interface InquiryPriceRenewVpnGatewayResponse {
2262
+ /**
2263
+ * 商品价格。
2264
+ */
2265
+ Price?: Price
2266
+ /**
2267
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2268
+ */
2269
+ RequestId?: string
2270
+ }
2271
+
2172
2272
  /**
2173
2273
  * DescribeBandwidthPackages返回参数结构体
2174
2274
  */
@@ -2307,21 +2407,21 @@ export interface CreateVpcEndPointServiceWhiteListResponse {
2307
2407
  }
2308
2408
 
2309
2409
  /**
2310
- * DescribeIpGeolocationDatabaseUrl返回参数结构体
2410
+ * AssociateInstancesToCcnRouteTable请求参数结构体
2311
2411
  */
2312
- export interface DescribeIpGeolocationDatabaseUrlResponse {
2412
+ export interface AssociateInstancesToCcnRouteTableRequest {
2313
2413
  /**
2314
- * IP地理位置库下载链接地址。
2414
+ * 云联网ID。
2315
2415
  */
2316
- DownLoadUrl?: string
2416
+ CcnId: string
2317
2417
  /**
2318
- * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
2418
+ * 路由表ID。
2319
2419
  */
2320
- ExpiredAt?: string
2420
+ RouteTableId: string
2321
2421
  /**
2322
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2422
+ * 实例列表。
2323
2423
  */
2324
- RequestId?: string
2424
+ Instances: Array<CcnInstanceWithoutRegion>
2325
2425
  }
2326
2426
 
2327
2427
  /**
@@ -2734,6 +2834,16 @@ export interface ModifyAddressInternetChargeTypeResponse {
2734
2834
  RequestId?: string
2735
2835
  }
2736
2836
 
2837
+ /**
2838
+ * SetCcnRegionBandwidthLimits返回参数结构体
2839
+ */
2840
+ export interface SetCcnRegionBandwidthLimitsResponse {
2841
+ /**
2842
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2843
+ */
2844
+ RequestId?: string
2845
+ }
2846
+
2737
2847
  /**
2738
2848
  * UnassignIpv6SubnetCidrBlock请求参数结构体
2739
2849
  */
@@ -3820,6 +3930,28 @@ vpns-1jww3xpx。每次请求的实例的上限为100。参数不支持同时指
3820
3930
  IsVpnPortal?: boolean
3821
3931
  }
3822
3932
 
3933
+ /**
3934
+ * ModifyDirectConnectGatewayAttribute请求参数结构体
3935
+ */
3936
+ export interface ModifyDirectConnectGatewayAttributeRequest {
3937
+ /**
3938
+ * 专线网关唯一`ID`,形如:`dcg-9o233uri`。
3939
+ */
3940
+ DirectConnectGatewayId: string
3941
+ /**
3942
+ * 专线网关名称,可任意命名,但不得超过60个字符。
3943
+ */
3944
+ DirectConnectGatewayName?: string
3945
+ /**
3946
+ * 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
3947
+ */
3948
+ CcnRouteType?: string
3949
+ /**
3950
+ * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
3951
+ */
3952
+ ModeType?: string
3953
+ }
3954
+
3823
3955
  /**
3824
3956
  * 终端节点服务的服务白名单对象详情。
3825
3957
  */
@@ -3846,6 +3978,20 @@ export interface VpcEndPointServiceUser {
3846
3978
  EndPointServiceId: string
3847
3979
  }
3848
3980
 
3981
+ /**
3982
+ * ModifyRouteTableSelectionPolicies请求参数结构体
3983
+ */
3984
+ export interface ModifyRouteTableSelectionPoliciesRequest {
3985
+ /**
3986
+ * 云联网ID。
3987
+ */
3988
+ CcnId: string
3989
+ /**
3990
+ * 选择策略信息集合,表示需要按照当前的策略来修改。
3991
+ */
3992
+ SelectionPolicies: Array<CcnRouteTableSelectPolicy>
3993
+ }
3994
+
3849
3995
  /**
3850
3996
  * RejectVpcPeeringConnection返回参数结构体
3851
3997
  */
@@ -3857,13 +4003,13 @@ export interface RejectVpcPeeringConnectionResponse {
3857
4003
  }
3858
4004
 
3859
4005
  /**
3860
- * DescribeIp6TranslatorQuota请求参数结构体
4006
+ * ClearRouteTableSelectionPolicies请求参数结构体
3861
4007
  */
3862
- export interface DescribeIp6TranslatorQuotaRequest {
4008
+ export interface ClearRouteTableSelectionPoliciesRequest {
3863
4009
  /**
3864
- * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
4010
+ * 云联网ID
3865
4011
  */
3866
- Ip6TranslatorIds?: Array<string>
4012
+ CcnId: string
3867
4013
  }
3868
4014
 
3869
4015
  /**
@@ -3984,37 +4130,9 @@ export interface SetVpnGatewaysRenewFlagResponse {
3984
4130
  }
3985
4131
 
3986
4132
  /**
3987
- * DescribeSgSnapshotFileContent返回参数结构体
4133
+ * AssociateInstancesToCcnRouteTable返回参数结构体
3988
4134
  */
3989
- export interface DescribeSgSnapshotFileContentResponse {
3990
- /**
3991
- * 实例Id,即安全组Id。
3992
- */
3993
- InstanceId: string
3994
- /**
3995
- * 快照策略Id。
3996
- */
3997
- SnapshotPolicyId: string
3998
- /**
3999
- * 快照文件Id。
4000
- */
4001
- SnapshotFileId: string
4002
- /**
4003
- * 备份时间。
4004
- */
4005
- BackupTime: string
4006
- /**
4007
- * 操作者。
4008
- */
4009
- Operator: string
4010
- /**
4011
- * 原始数据。
4012
- */
4013
- OriginalData: Array<SecurityGroupPolicy>
4014
- /**
4015
- * 备份数据。
4016
- */
4017
- BackupData: Array<SecurityGroupPolicy>
4135
+ export interface AssociateInstancesToCcnRouteTableResponse {
4018
4136
  /**
4019
4137
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4020
4138
  */
@@ -4196,17 +4314,33 @@ export interface DescribeAssistantCidrResponse {
4196
4314
  }
4197
4315
 
4198
4316
  /**
4199
- * 时间备份策略详情
4317
+ * DescribeHaVips请求参数结构体
4200
4318
  */
4201
- export interface BackupPolicy {
4319
+ export interface DescribeHaVipsRequest {
4202
4320
  /**
4203
- * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
4321
+ * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
4204
4322
  */
4205
- BackupDay: string
4323
+ HaVipIds?: Array<string>
4206
4324
  /**
4207
- * 备份时间点,格式:HH:mm:ss。
4325
+ * 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。
4326
+ <li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li>
4327
+ <li>havip-name - String - `HAVIP`名称。</li>
4328
+ <li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li>
4329
+ <li>subnet-id - String - `HAVIP`所在子网`ID`。</li>
4330
+ <li>vip - String - `HAVIP`的地址`VIP`。</li>
4331
+ <li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li>
4208
4332
  */
4209
- BackupTime: string
4333
+ Filters?: Array<Filter>
4334
+ /**
4335
+ * 偏移量,默认为0。
4336
+
4337
+ */
4338
+ Offset?: number
4339
+ /**
4340
+ * 返回数量,默认为20,最大值为100。
4341
+
4342
+ */
4343
+ Limit?: number
4210
4344
  }
4211
4345
 
4212
4346
  /**
@@ -4235,6 +4369,36 @@ export interface IpAddressStates {
4235
4369
  ResourceId: string
4236
4370
  }
4237
4371
 
4372
+ /**
4373
+ * DescribeRouteTableSelectionPolicies请求参数结构体
4374
+ */
4375
+ export interface DescribeRouteTableSelectionPoliciesRequest {
4376
+ /**
4377
+ * 偏移量
4378
+ */
4379
+ Offset?: number
4380
+ /**
4381
+ * 返回数量
4382
+ */
4383
+ Limit?: number
4384
+ /**
4385
+ * 过滤条件:
4386
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
4387
+ <li>instance-type - String -(过滤条件)关联实例类型:
4388
+ 私有网络: `VPC`
4389
+ 专线网关: `DIRECTCONNECT`
4390
+ 黑石私有网络: `BMVPC`
4391
+ EDGE设备: `EDGE`
4392
+ EDGE隧道: `EDGE_TUNNEL`
4393
+ EDGE网关: `EDGE_VPNGW`
4394
+ VPN网关:`VPNGW`</li>
4395
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
4396
+ <li>instance-id - String -(过滤条件)关联的实例ID。</li>
4397
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
4398
+ */
4399
+ Filters?: Array<Filter>
4400
+ }
4401
+
4238
4402
  /**
4239
4403
  * 用于描述实例的统计信息
4240
4404
  */
@@ -5224,6 +5388,16 @@ export interface DeleteVpcRequest {
5224
5388
  VpcId: string
5225
5389
  }
5226
5390
 
5391
+ /**
5392
+ * DeleteCcnRouteTables请求参数结构体
5393
+ */
5394
+ export interface DeleteCcnRouteTablesRequest {
5395
+ /**
5396
+ * 需要删除的路由表列表。
5397
+ */
5398
+ RouteTableId: Array<string>
5399
+ }
5400
+
5227
5401
  /**
5228
5402
  * ModifyServiceTemplateAttribute返回参数结构体
5229
5403
  */
@@ -5300,6 +5474,16 @@ export interface PolicyStatistics {
5300
5474
  EgressIPv6TotalCount: number
5301
5475
  }
5302
5476
 
5477
+ /**
5478
+ * ModifyRouteTableSelectionPolicies返回参数结构体
5479
+ */
5480
+ export interface ModifyRouteTableSelectionPoliciesResponse {
5481
+ /**
5482
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5483
+ */
5484
+ RequestId?: string
5485
+ }
5486
+
5303
5487
  /**
5304
5488
  * CreateSubnet返回参数结构体
5305
5489
  */
@@ -5594,6 +5778,24 @@ export interface DescribeSubnetResourceDashboardRequest {
5594
5778
  SubnetIds: Array<string>
5595
5779
  }
5596
5780
 
5781
+ /**
5782
+ * DescribeIpGeolocationDatabaseUrl返回参数结构体
5783
+ */
5784
+ export interface DescribeIpGeolocationDatabaseUrlResponse {
5785
+ /**
5786
+ * IP地理位置库下载链接地址。
5787
+ */
5788
+ DownLoadUrl?: string
5789
+ /**
5790
+ * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
5791
+ */
5792
+ ExpiredAt?: string
5793
+ /**
5794
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5795
+ */
5796
+ RequestId?: string
5797
+ }
5798
+
5597
5799
  /**
5598
5800
  * Vpc任务结果详细信息。
5599
5801
  */
@@ -5901,25 +6103,21 @@ export interface CustomerGateway {
5901
6103
  }
5902
6104
 
5903
6105
  /**
5904
- * ModifyDirectConnectGatewayAttribute请求参数结构体
6106
+ * DescribeCcnRouteTableInputPolicys返回参数结构体
5905
6107
  */
5906
- export interface ModifyDirectConnectGatewayAttributeRequest {
5907
- /**
5908
- * 专线网关唯一`ID`,形如:`dcg-9o233uri`。
5909
- */
5910
- DirectConnectGatewayId: string
6108
+ export interface DescribeCcnRouteTableInputPolicysResponse {
5911
6109
  /**
5912
- * 专线网关名称,可任意命名,但不得超过60个字符。
6110
+ * 路由表接收策略。
5913
6111
  */
5914
- DirectConnectGatewayName?: string
6112
+ PolicySet?: Array<CcnRouteTableInputPolicys>
5915
6113
  /**
5916
- * 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
6114
+ * 符合条件的对象数。
5917
6115
  */
5918
- CcnRouteType?: string
6116
+ TotalCount?: number
5919
6117
  /**
5920
- * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
6118
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5921
6119
  */
5922
- ModeType?: string
6120
+ RequestId?: string
5923
6121
  }
5924
6122
 
5925
6123
  /**
@@ -7178,21 +7376,13 @@ export interface DisassociateNetworkInterfaceSecurityGroupsResponse {
7178
7376
  }
7179
7377
 
7180
7378
  /**
7181
- * DescribeVpcs返回参数结构体
7379
+ * DescribeIp6TranslatorQuota请求参数结构体
7182
7380
  */
7183
- export interface DescribeVpcsResponse {
7184
- /**
7185
- * 符合条件的对象数。
7186
- */
7187
- TotalCount?: number
7188
- /**
7189
- * VPC对象。
7190
- */
7191
- VpcSet?: Array<Vpc>
7381
+ export interface DescribeIp6TranslatorQuotaRequest {
7192
7382
  /**
7193
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7383
+ * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
7194
7384
  */
7195
- RequestId?: string
7385
+ Ip6TranslatorIds?: Array<string>
7196
7386
  }
7197
7387
 
7198
7388
  /**
@@ -7439,6 +7629,24 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
7439
7629
  GatewayId: string
7440
7630
  }
7441
7631
 
7632
+ /**
7633
+ * DescribeCcnRouteTableBroadcastPolicys返回参数结构体
7634
+ */
7635
+ export interface DescribeCcnRouteTableBroadcastPolicysResponse {
7636
+ /**
7637
+ * 路由表传播策略。
7638
+ */
7639
+ PolicySet: Array<CcnRouteTableBroadcastPolicys>
7640
+ /**
7641
+ * 符合条件的对象数。
7642
+ */
7643
+ TotalCount: number
7644
+ /**
7645
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7646
+ */
7647
+ RequestId?: string
7648
+ }
7649
+
7442
7650
  /**
7443
7651
  * EnableRoutes返回参数结构体
7444
7652
  */
@@ -7603,6 +7811,24 @@ export interface RenewVpnGatewayResponse {
7603
7811
  RequestId?: string
7604
7812
  }
7605
7813
 
7814
+ /**
7815
+ * DescribeCcnRouteTables返回参数结构体
7816
+ */
7817
+ export interface DescribeCcnRouteTablesResponse {
7818
+ /**
7819
+ * 路由表信息列表。
7820
+ */
7821
+ CcnRouteTableSet: Array<CcnRouteTable>
7822
+ /**
7823
+ * 查询到的路由表数量。
7824
+ */
7825
+ TotalCount: number
7826
+ /**
7827
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7828
+ */
7829
+ RequestId?: string
7830
+ }
7831
+
7606
7832
  /**
7607
7833
  * DeleteDirectConnectGateway返回参数结构体
7608
7834
  */
@@ -7881,9 +8107,37 @@ export interface HaVipDisassociateAddressIpRequest {
7881
8107
  }
7882
8108
 
7883
8109
  /**
7884
- * ReturnNormalAddresses返回参数结构体
8110
+ * DescribeSgSnapshotFileContent返回参数结构体
7885
8111
  */
7886
- export interface ReturnNormalAddressesResponse {
8112
+ export interface DescribeSgSnapshotFileContentResponse {
8113
+ /**
8114
+ * 实例Id,即安全组Id。
8115
+ */
8116
+ InstanceId: string
8117
+ /**
8118
+ * 快照策略Id。
8119
+ */
8120
+ SnapshotPolicyId: string
8121
+ /**
8122
+ * 快照文件Id。
8123
+ */
8124
+ SnapshotFileId: string
8125
+ /**
8126
+ * 备份时间。
8127
+ */
8128
+ BackupTime: string
8129
+ /**
8130
+ * 操作者。
8131
+ */
8132
+ Operator: string
8133
+ /**
8134
+ * 原始数据。
8135
+ */
8136
+ OriginalData: Array<SecurityGroupPolicy>
8137
+ /**
8138
+ * 备份数据。
8139
+ */
8140
+ BackupData: Array<SecurityGroupPolicy>
7887
8141
  /**
7888
8142
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7889
8143
  */
@@ -7891,9 +8145,9 @@ export interface ReturnNormalAddressesResponse {
7891
8145
  }
7892
8146
 
7893
8147
  /**
7894
- * DisableFlowLogs返回参数结构体
8148
+ * ClearRouteTableSelectionPolicies返回参数结构体
7895
8149
  */
7896
- export interface DisableFlowLogsResponse {
8150
+ export interface ClearRouteTableSelectionPoliciesResponse {
7897
8151
  /**
7898
8152
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7899
8153
  */
@@ -8366,6 +8620,27 @@ export interface SecurityPolicyDatabase {
8366
8620
  RemoteCidrBlock: Array<string>
8367
8621
  }
8368
8622
 
8623
+ /**
8624
+ * 云联网路由接收策略列表
8625
+ */
8626
+ export interface CcnRouteTableInputPolicys {
8627
+ /**
8628
+ * 策略列表。
8629
+ 注意:此字段可能返回 null,表示取不到有效值。
8630
+ */
8631
+ Policys?: Array<CcnRouteTableInputPolicy>
8632
+ /**
8633
+ * 版本号。
8634
+ 注意:此字段可能返回 null,表示取不到有效值。
8635
+ */
8636
+ PolicyVersion?: number
8637
+ /**
8638
+ * 创建时间。
8639
+ 注意:此字段可能返回 null,表示取不到有效值。
8640
+ */
8641
+ CreateTime?: string
8642
+ }
8643
+
8369
8644
  /**
8370
8645
  * DescribeNetworkAccountType返回参数结构体
8371
8646
  */
@@ -8601,35 +8876,56 @@ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
8601
8876
  }
8602
8877
 
8603
8878
  /**
8604
- * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
8879
+ * 冲突资源条目信息。
8605
8880
  */
8606
- export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
8881
+ export interface ConflictItem {
8607
8882
  /**
8608
- * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8883
+ * 冲突资源的ID
8609
8884
  */
8610
- NatGatewayId: string
8885
+ ConfilctId: string
8611
8886
  /**
8612
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8887
+ * 冲突目的资源
8613
8888
  */
8614
- RequestId?: string
8889
+ DestinationItem: string
8615
8890
  }
8616
8891
 
8617
8892
  /**
8618
- * DescribeFlowLogs返回参数结构体
8893
+ * CreateDirectConnectGateway请求参数结构体
8619
8894
  */
8620
- export interface DescribeFlowLogsResponse {
8895
+ export interface CreateDirectConnectGatewayRequest {
8621
8896
  /**
8622
- * 流日志实例集合。
8897
+ * 专线网关名称
8623
8898
  */
8624
- FlowLog?: Array<FlowLog>
8899
+ DirectConnectGatewayName: string
8625
8900
  /**
8626
- * 流日志总数目。
8901
+ * 关联网络类型,可选值:
8902
+ <li>VPC - 私有网络</li>
8903
+ <li>CCN - 云联网</li>
8627
8904
  */
8628
- TotalNum?: number
8905
+ NetworkType: string
8629
8906
  /**
8630
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8907
+ * <li>NetworkType VPC 时,这里传值为私有网络实例ID</li>
8908
+ <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
8631
8909
  */
8632
- RequestId?: string
8910
+ NetworkInstanceId: string
8911
+ /**
8912
+ * 网关类型,可选值:
8913
+ <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>
8914
+ <li>NAT - NAT型</li>NAT类型支持网络地址转换配置,类型确定后不能修改;一个私有网络可以创建一个NAT类型的专线网关和一个非NAT类型的专线网关
8915
+ */
8916
+ GatewayType?: string
8917
+ /**
8918
+ * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
8919
+ */
8920
+ ModeType?: string
8921
+ /**
8922
+ * 专线网关可用区
8923
+ */
8924
+ Zone?: string
8925
+ /**
8926
+ * 专线网关高可用区容灾组ID
8927
+ */
8928
+ HaZoneGroupId?: string
8633
8929
  }
8634
8930
 
8635
8931
  /**
@@ -9003,13 +9299,29 @@ export interface RejectAttachCcnInstancesResponse {
9003
9299
  }
9004
9300
 
9005
9301
  /**
9006
- * SetCcnRegionBandwidthLimits返回参数结构体
9302
+ * CloneSecurityGroup请求参数结构体
9007
9303
  */
9008
- export interface SetCcnRegionBandwidthLimitsResponse {
9304
+ export interface CloneSecurityGroupRequest {
9009
9305
  /**
9010
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9306
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
9011
9307
  */
9012
- RequestId?: string
9308
+ SecurityGroupId: string
9309
+ /**
9310
+ * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
9311
+ */
9312
+ GroupName?: string
9313
+ /**
9314
+ * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
9315
+ */
9316
+ GroupDescription?: string
9317
+ /**
9318
+ * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9319
+ */
9320
+ ProjectId?: string
9321
+ /**
9322
+ * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
9323
+ */
9324
+ RemoteRegion?: string
9013
9325
  }
9014
9326
 
9015
9327
  /**
@@ -9023,7 +9335,17 @@ export interface ModifySnapshotPoliciesResponse {
9023
9335
  }
9024
9336
 
9025
9337
  /**
9026
- * DescribeAccountAttributes请求参数结构体
9338
+ * ReplaceCcnRouteTableInputPolicys返回参数结构体
9339
+ */
9340
+ export interface ReplaceCcnRouteTableInputPolicysResponse {
9341
+ /**
9342
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9343
+ */
9344
+ RequestId?: string
9345
+ }
9346
+
9347
+ /**
9348
+ * DescribeAccountAttributes请求参数结构体
9027
9349
  */
9028
9350
  export type DescribeAccountAttributesRequest = null
9029
9351
 
@@ -9087,6 +9409,27 @@ export interface ModifyVpnGatewaySslServerRequest {
9087
9409
  SamlData?: string
9088
9410
  }
9089
9411
 
9412
+ /**
9413
+ * ccn实例信息(不带地域属性)
9414
+ */
9415
+ export interface CcnInstanceWithoutRegion {
9416
+ /**
9417
+ * 云联网支持的实例类型:
9418
+ `VPC`
9419
+ `DIRECTCONNECT`
9420
+ `BMVPC`
9421
+ `EDGE`
9422
+ `EDGE_TUNNEL`
9423
+ `EDGE_VPNGW`
9424
+ `VPNGW`
9425
+ */
9426
+ InstanceType: string
9427
+ /**
9428
+ * 实例ID。
9429
+ */
9430
+ InstanceId: string
9431
+ }
9432
+
9090
9433
  /**
9091
9434
  * DescribeCcnRoutes请求参数结构体
9092
9435
  */
@@ -9317,6 +9660,24 @@ export interface SslVpnSever {
9317
9660
  SpName?: string
9318
9661
  }
9319
9662
 
9663
+ /**
9664
+ * 云联网路由传播策略之路由条件
9665
+ */
9666
+ export interface CcnRouteBroadcastPolicyRouteCondition {
9667
+ /**
9668
+ * 条件类型
9669
+ */
9670
+ Name: string
9671
+ /**
9672
+ * 条件值列表
9673
+ */
9674
+ Values: Array<string>
9675
+ /**
9676
+ * 匹配模式,`1` 精确匹配,`0` 模糊匹配
9677
+ */
9678
+ MatchPattern: number
9679
+ }
9680
+
9320
9681
  /**
9321
9682
  * DownloadVpnGatewaySslClientCert返回参数结构体
9322
9683
  */
@@ -9432,97 +9793,21 @@ AnycastEIP是否用于绑定负载均衡。
9432
9793
  }
9433
9794
 
9434
9795
  /**
9435
- * 合规化审批单
9796
+ * DescribeDhcpIps返回参数结构体
9436
9797
  */
9437
- export interface CrossBorderCompliance {
9438
- /**
9439
- * 服务商,可选值:`UNICOM`。
9440
- */
9441
- ServiceProvider: string
9442
- /**
9443
- * 合规化审批单`ID`。
9444
- */
9445
- ComplianceId: number
9446
- /**
9447
- * 公司全称。
9448
- */
9449
- Company: string
9450
- /**
9451
- * 统一社会信用代码。
9452
- */
9453
- UniformSocialCreditCode: string
9454
- /**
9455
- * 法定代表人。
9456
- */
9457
- LegalPerson: string
9458
- /**
9459
- * 发证机关。
9460
- */
9461
- IssuingAuthority: string
9462
- /**
9463
- * 营业执照。
9464
- */
9465
- BusinessLicense: string
9466
- /**
9467
- * 营业执照住所。
9468
- */
9469
- BusinessAddress: string
9470
- /**
9471
- * 邮编。
9472
- */
9473
- PostCode: number
9474
- /**
9475
- * 经办人。
9476
- */
9477
- Manager: string
9478
- /**
9479
- * 经办人身份证号。
9480
- */
9481
- ManagerId: string
9482
- /**
9483
- * 经办人身份证。
9484
- */
9485
- ManagerIdCard: string
9486
- /**
9487
- * 经办人身份证地址。
9488
- */
9489
- ManagerAddress: string
9490
- /**
9491
- * 经办人联系电话。
9492
- */
9493
- ManagerTelephone: string
9494
- /**
9495
- * 电子邮箱。
9496
- */
9497
- Email: string
9498
- /**
9499
- * 服务受理单。
9500
- */
9501
- ServiceHandlingForm: string
9502
- /**
9503
- * 授权函。
9504
- */
9505
- AuthorizationLetter: string
9506
- /**
9507
- * 信息安全承诺书。
9508
- */
9509
- SafetyCommitment: string
9510
- /**
9511
- * 服务开始时间。
9512
- */
9513
- ServiceStartDate: string
9798
+ export interface DescribeDhcpIpsResponse {
9514
9799
  /**
9515
- * 服务截止时间。
9800
+ * 实例详细信息列表。
9516
9801
  */
9517
- ServiceEndDate: string
9802
+ DhcpIpSet: Array<DhcpIp>
9518
9803
  /**
9519
- * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
9804
+ * 符合条件的实例数量。
9520
9805
  */
9521
- State: string
9806
+ TotalCount: number
9522
9807
  /**
9523
- * 审批单创建时间。
9808
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9524
9809
  */
9525
- CreatedTime: string
9810
+ RequestId?: string
9526
9811
  }
9527
9812
 
9528
9813
  /**
@@ -9996,17 +10281,17 @@ export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
9996
10281
  }
9997
10282
 
9998
10283
  /**
9999
- * 冲突资源条目信息。
10284
+ * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
10000
10285
  */
10001
- export interface ConflictItem {
10286
+ export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
10002
10287
  /**
10003
- * 冲突资源的ID
10288
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
10004
10289
  */
10005
- ConfilctId: string
10290
+ NatGatewayId: string
10006
10291
  /**
10007
- * 冲突目的资源
10292
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10008
10293
  */
10009
- DestinationItem: string
10294
+ RequestId?: string
10010
10295
  }
10011
10296
 
10012
10297
  /**
@@ -10028,17 +10313,21 @@ export interface BgpConfig {
10028
10313
  }
10029
10314
 
10030
10315
  /**
10031
- * InquiryPriceRenewVpnGateway返回参数结构体
10316
+ * 云联网路由传播策略列表
10032
10317
  */
10033
- export interface InquiryPriceRenewVpnGatewayResponse {
10318
+ export interface CcnRouteTableBroadcastPolicys {
10034
10319
  /**
10035
- * 商品价格。
10320
+ * 策略列表
10036
10321
  */
10037
- Price?: Price
10322
+ Policys: Array<CcnRouteTableBroadcastPolicy>
10038
10323
  /**
10039
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10324
+ * 版本号
10040
10325
  */
10041
- RequestId?: string
10326
+ PolicyVersion: number
10327
+ /**
10328
+ * 创建时间
10329
+ */
10330
+ CreateTime: string
10042
10331
  }
10043
10332
 
10044
10333
  /**
@@ -10201,6 +10490,16 @@ export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
10201
10490
  Limit?: number
10202
10491
  }
10203
10492
 
10493
+ /**
10494
+ * DeleteCcnRouteTables返回参数结构体
10495
+ */
10496
+ export interface DeleteCcnRouteTablesResponse {
10497
+ /**
10498
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10499
+ */
10500
+ RequestId?: string
10501
+ }
10502
+
10204
10503
  /**
10205
10504
  * GetCcnRegionBandwidthLimits请求参数结构体
10206
10505
  */
@@ -10475,6 +10774,16 @@ export interface DescribeVpnGatewayRoutesResponse {
10475
10774
  RequestId?: string
10476
10775
  }
10477
10776
 
10777
+ /**
10778
+ * ModifyCcnRouteTables返回参数结构体
10779
+ */
10780
+ export interface ModifyCcnRouteTablesResponse {
10781
+ /**
10782
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10783
+ */
10784
+ RequestId?: string
10785
+ }
10786
+
10478
10787
  /**
10479
10788
  * DescribeNetworkAcls返回参数结构体
10480
10789
  */
@@ -10548,13 +10857,13 @@ export interface CreatePrivateNatGatewayRequest {
10548
10857
  }
10549
10858
 
10550
10859
  /**
10551
- * AttachCcnInstances返回参数结构体
10860
+ * CreateCcnRouteTables请求参数结构体
10552
10861
  */
10553
- export interface AttachCcnInstancesResponse {
10862
+ export interface CreateCcnRouteTablesRequest {
10554
10863
  /**
10555
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10864
+ * 需要创建的路由表列表。
10556
10865
  */
10557
- RequestId?: string
10866
+ RouteTable: Array<CcnBatchRouteTable>
10558
10867
  }
10559
10868
 
10560
10869
  /**
@@ -10791,6 +11100,20 @@ export interface ModifyNatGatewaySourceIpTranslationNatRuleResponse {
10791
11100
  RequestId?: string
10792
11101
  }
10793
11102
 
11103
+ /**
11104
+ * CreateDefaultVpc请求参数结构体
11105
+ */
11106
+ export interface CreateDefaultVpcRequest {
11107
+ /**
11108
+ * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
11109
+ */
11110
+ Zone?: string
11111
+ /**
11112
+ * 是否强制返回默认VPC。
11113
+ */
11114
+ Force?: boolean
11115
+ }
11116
+
10794
11117
  /**
10795
11118
  * CreateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
10796
11119
  */
@@ -11121,6 +11444,35 @@ export interface DisassociateDirectConnectGatewayNatGatewayRequest {
11121
11444
  DirectConnectGatewayId: string
11122
11445
  }
11123
11446
 
11447
+ /**
11448
+ * DescribeRouteTableAssociatedInstances请求参数结构体
11449
+ */
11450
+ export interface DescribeRouteTableAssociatedInstancesRequest {
11451
+ /**
11452
+ * 过滤条件:
11453
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
11454
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
11455
+ <li>instance-type - String -(过滤条件)实例类型:
11456
+ 私有网络: `VPC`
11457
+ 专线网关: `DIRECTCONNECT`
11458
+ 黑石私有网络: `BMVPC`
11459
+ EDGE设备: `EDGE`
11460
+ EDGE隧道: `EDGE_TUNNEL`
11461
+ EDGE网关: `EDGE_VPNGW`
11462
+ VPN网关:`VPNGW`</li>
11463
+ <li>instance-id- String -(过滤条件)实例ID。</li>
11464
+ */
11465
+ Filters?: Array<Filter>
11466
+ /**
11467
+ * 偏移量。
11468
+ */
11469
+ Offset?: number
11470
+ /**
11471
+ * 一次查询最大返回的数量。
11472
+ */
11473
+ Limit?: number
11474
+ }
11475
+
11124
11476
  /**
11125
11477
  * EnableRoutes请求参数结构体
11126
11478
  */
@@ -11202,6 +11554,24 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
11202
11554
  IpAddresses: Array<string>
11203
11555
  }
11204
11556
 
11557
+ /**
11558
+ * ReplaceCcnRouteTableInputPolicys请求参数结构体
11559
+ */
11560
+ export interface ReplaceCcnRouteTableInputPolicysRequest {
11561
+ /**
11562
+ * 云联网ID。
11563
+ */
11564
+ CcnId: string
11565
+ /**
11566
+ * 云联网路由表ID。
11567
+ */
11568
+ RouteTableId: string
11569
+ /**
11570
+ * 新的路由接收策略。
11571
+ */
11572
+ Policys?: Array<CcnRouteTableInputPolicy>
11573
+ }
11574
+
11205
11575
  /**
11206
11576
  * CreateDirectConnectGatewayCcnRoutes返回参数结构体
11207
11577
  */
@@ -11278,29 +11648,17 @@ export interface DescribeCustomerGatewaysRequest {
11278
11648
  }
11279
11649
 
11280
11650
  /**
11281
- * InquiryPriceCreateVpnGateway请求参数结构体
11651
+ * RenewAddresses请求参数结构体
11282
11652
  */
11283
- export interface InquiryPriceCreateVpnGatewayRequest {
11284
- /**
11285
- * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
11286
- */
11287
- InternetMaxBandwidthOut: number
11288
- /**
11289
- * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
11290
- */
11291
- InstanceChargeType?: string
11292
- /**
11293
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
11294
- */
11295
- InstanceChargePrepaid?: InstanceChargePrepaid
11653
+ export interface RenewAddressesRequest {
11296
11654
  /**
11297
- * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
11655
+ * EIP唯一标识ID列表,形如'eip-xxxx'
11298
11656
  */
11299
- MaxConnection?: number
11657
+ AddressIds: Array<string>
11300
11658
  /**
11301
- * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
11659
+ * 续费参数
11302
11660
  */
11303
- Type?: string
11661
+ AddressChargePrepaid: AddressChargePrepaid
11304
11662
  }
11305
11663
 
11306
11664
  /**
@@ -11947,34 +12305,18 @@ export interface DeleteVpnGatewayResponse {
11947
12305
  }
11948
12306
 
11949
12307
  /**
11950
- * DescribeHaVips请求参数结构体
12308
+ * 时间备份策略详情
11951
12309
  */
11952
- export interface DescribeHaVipsRequest {
12310
+ export interface BackupPolicy {
11953
12311
  /**
11954
- * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
12312
+ * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
11955
12313
  */
11956
- HaVipIds?: Array<string>
12314
+ BackupDay: string
11957
12315
  /**
11958
- * 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。
11959
- <li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li>
11960
- <li>havip-name - String - `HAVIP`名称。</li>
11961
- <li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li>
11962
- <li>subnet-id - String - `HAVIP`所在子网`ID`。</li>
11963
- <li>vip - String - `HAVIP`的地址`VIP`。</li>
11964
- <li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li>
12316
+ * 备份时间点,格式:HH:mm:ss。
11965
12317
  */
11966
- Filters?: Array<Filter>
11967
- /**
11968
- * 偏移量,默认为0。
11969
-
11970
- */
11971
- Offset?: number
11972
- /**
11973
- * 返回数量,默认为20,最大值为100。
11974
-
11975
- */
11976
- Limit?: number
11977
- }
12318
+ BackupTime: string
12319
+ }
11978
12320
 
11979
12321
  /**
11980
12322
  * 快照策略
@@ -12449,6 +12791,24 @@ export interface BandwidthPackage {
12449
12791
  Deadline?: string
12450
12792
  }
12451
12793
 
12794
+ /**
12795
+ * 云联网路由表信息
12796
+ */
12797
+ export interface CcnBatchRouteTable {
12798
+ /**
12799
+ * 云联网ID。
12800
+ */
12801
+ CcnId: string
12802
+ /**
12803
+ * 云联网路由表名称。
12804
+ */
12805
+ Name: string
12806
+ /**
12807
+ * 云联网路由表描述。
12808
+ */
12809
+ Description: string
12810
+ }
12811
+
12452
12812
  /**
12453
12813
  * ModifyVpcAttribute请求参数结构体
12454
12814
  */
@@ -12596,6 +12956,24 @@ export interface CrossBorderFlowMonitorData {
12596
12956
  OutPkg: Array<number | bigint>
12597
12957
  }
12598
12958
 
12959
+ /**
12960
+ * DescribeRouteTableAssociatedInstances返回参数结构体
12961
+ */
12962
+ export interface DescribeRouteTableAssociatedInstancesResponse {
12963
+ /**
12964
+ * 查询到的绑定路由表的实例数量。
12965
+ */
12966
+ TotalCount?: number
12967
+ /**
12968
+ * 绑定信息。
12969
+ */
12970
+ InstanceBindSet?: Array<InstanceBind>
12971
+ /**
12972
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12973
+ */
12974
+ RequestId?: string
12975
+ }
12976
+
12599
12977
  /**
12600
12978
  * ModifyRouteTableAttribute返回参数结构体
12601
12979
  */
@@ -12688,6 +13066,21 @@ export interface DescribeBandwidthPackageQuotaResponse {
12688
13066
  RequestId?: string
12689
13067
  }
12690
13068
 
13069
+ /**
13070
+ * DescribeIp6TranslatorQuota返回参数结构体
13071
+ */
13072
+ export interface DescribeIp6TranslatorQuotaResponse {
13073
+ /**
13074
+ * 账户在指定地域的IPV6转换实例及规则配额信息
13075
+ QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额
13076
+ */
13077
+ QuotaSet?: Array<Quota>
13078
+ /**
13079
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13080
+ */
13081
+ RequestId?: string
13082
+ }
13083
+
12691
13084
  /**
12692
13085
  * DeleteServiceTemplateGroup请求参数结构体
12693
13086
  */
@@ -12764,6 +13157,16 @@ export interface CreateDirectConnectGatewayResponse {
12764
13157
  RequestId?: string
12765
13158
  }
12766
13159
 
13160
+ /**
13161
+ * AttachCcnInstances返回参数结构体
13162
+ */
13163
+ export interface AttachCcnInstancesResponse {
13164
+ /**
13165
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13166
+ */
13167
+ RequestId?: string
13168
+ }
13169
+
12767
13170
  /**
12768
13171
  * ModifyVpcEndPointAttribute请求参数结构体
12769
13172
  */
@@ -12782,6 +13185,28 @@ export interface ModifyVpcEndPointAttributeRequest {
12782
13185
  SecurityGroupIds?: Array<string>
12783
13186
  }
12784
13187
 
13188
+ /**
13189
+ * DescribeCcnRouteTables请求参数结构体
13190
+ */
13191
+ export interface DescribeCcnRouteTablesRequest {
13192
+ /**
13193
+ * 过滤条件:
13194
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
13195
+ <li>route-table-id - String -(过滤条件)路由表ID。</li>
13196
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
13197
+ <li>route-table-description- String -(过滤条件)路由表备注。</li>
13198
+ */
13199
+ Filters?: Array<Filter>
13200
+ /**
13201
+ * 偏移量。
13202
+ */
13203
+ Offset?: number
13204
+ /**
13205
+ * 一次查询最大返回的数量。
13206
+ */
13207
+ Limit?: number
13208
+ }
13209
+
12785
13210
  /**
12786
13211
  * DescribeTaskResult返回参数结构体
12787
13212
  */
@@ -12860,6 +13285,16 @@ export interface ModifyServiceTemplateGroupAttributeRequest {
12860
13285
  ServiceTemplateIds?: Array<string>
12861
13286
  }
12862
13287
 
13288
+ /**
13289
+ * ReturnNormalAddresses返回参数结构体
13290
+ */
13291
+ export interface ReturnNormalAddressesResponse {
13292
+ /**
13293
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13294
+ */
13295
+ RequestId?: string
13296
+ }
13297
+
12863
13298
  /**
12864
13299
  * DeleteVpcEndPoint请求参数结构体
12865
13300
  */
@@ -13123,17 +13558,33 @@ export interface DeleteSnapshotPoliciesRequest {
13123
13558
  }
13124
13559
 
13125
13560
  /**
13126
- * CreateDefaultVpc请求参数结构体
13561
+ * 云联网路由表信息
13127
13562
  */
13128
- export interface CreateDefaultVpcRequest {
13563
+ export interface CcnRouteTable {
13129
13564
  /**
13130
- * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
13565
+ * 云联网ID。
13131
13566
  */
13132
- Zone?: string
13567
+ CcnId: string
13133
13568
  /**
13134
- * 是否强制返回默认VPC
13569
+ * 云联网路由表ID
13135
13570
  */
13136
- Force?: boolean
13571
+ CcnRouteTableId: string
13572
+ /**
13573
+ * 云联网路由表名称。
13574
+ */
13575
+ RouteTableName: string
13576
+ /**
13577
+ * 云联网路由表描述。
13578
+ */
13579
+ RouteTableDescription: string
13580
+ /**
13581
+ * True:是默认路由表 False:非默认路由表。
13582
+ */
13583
+ IsDefaultTable: boolean
13584
+ /**
13585
+ * 创建时间。
13586
+ */
13587
+ CreateTime: string
13137
13588
  }
13138
13589
 
13139
13590
  /**
@@ -13146,6 +13597,16 @@ export interface DeletePrivateNatGatewayResponse {
13146
13597
  RequestId?: string
13147
13598
  }
13148
13599
 
13600
+ /**
13601
+ * DisableFlowLogs返回参数结构体
13602
+ */
13603
+ export interface DisableFlowLogsResponse {
13604
+ /**
13605
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13606
+ */
13607
+ RequestId?: string
13608
+ }
13609
+
13149
13610
  /**
13150
13611
  * DescribeSubnets返回参数结构体
13151
13612
  */
@@ -13305,6 +13766,28 @@ export interface DeleteNetworkAclQuintupleEntriesRequest {
13305
13766
  NetworkAclQuintupleSet: NetworkAclQuintupleEntries
13306
13767
  }
13307
13768
 
13769
+ /**
13770
+ * 云联网路由传播策略
13771
+ */
13772
+ export interface CcnRouteTableBroadcastPolicy {
13773
+ /**
13774
+ * 路由条件
13775
+ */
13776
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
13777
+ /**
13778
+ * 传播条件
13779
+ */
13780
+ BroadcastConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
13781
+ /**
13782
+ * 路由行为,`accept` 允许,`drop` 拒绝
13783
+ */
13784
+ Action: string
13785
+ /**
13786
+ * 策略描述
13787
+ */
13788
+ Description: string
13789
+ }
13790
+
13308
13791
  /**
13309
13792
  * DeleteSubnet请求参数结构体
13310
13793
  */
@@ -13315,6 +13798,20 @@ export interface DeleteSubnetRequest {
13315
13798
  SubnetId: string
13316
13799
  }
13317
13800
 
13801
+ /**
13802
+ * CreateCcnRouteTables返回参数结构体
13803
+ */
13804
+ export interface CreateCcnRouteTablesResponse {
13805
+ /**
13806
+ * 路由表信息列表。
13807
+ */
13808
+ CcnRouteTableSet?: Array<CcnRouteTable>
13809
+ /**
13810
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13811
+ */
13812
+ RequestId?: string
13813
+ }
13814
+
13318
13815
  /**
13319
13816
  * DescribeAddressTemplateGroups请求参数结构体
13320
13817
  */
@@ -13521,6 +14018,16 @@ export interface InquiryPriceResetVpnGatewayInternetMaxBandwidthResponse {
13521
14018
  RequestId?: string
13522
14019
  }
13523
14020
 
14021
+ /**
14022
+ * ReplaceCcnRouteTableBroadcastPolicys返回参数结构体
14023
+ */
14024
+ export interface ReplaceCcnRouteTableBroadcastPolicysResponse {
14025
+ /**
14026
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14027
+ */
14028
+ RequestId?: string
14029
+ }
14030
+
13524
14031
  /**
13525
14032
  * 路由表对象
13526
14033
  */
@@ -13744,21 +14251,21 @@ export interface AssignPrivateIpAddressesRequest {
13744
14251
  }
13745
14252
 
13746
14253
  /**
13747
- * DescribeSnapshotAttachedInstances返回参数结构体
14254
+ * DescribeCcnRouteTableBroadcastPolicys请求参数结构体
13748
14255
  */
13749
- export interface DescribeSnapshotAttachedInstancesResponse {
14256
+ export interface DescribeCcnRouteTableBroadcastPolicysRequest {
13750
14257
  /**
13751
- * 实例列表
14258
+ * 云联网ID
13752
14259
  */
13753
- InstanceSet: Array<SnapshotInstance>
14260
+ CcnId: string
13754
14261
  /**
13755
- * 符合条件的对象数。
14262
+ * 云联网路由表ID
13756
14263
  */
13757
- TotalCount: number
14264
+ RouteTableId: string
13758
14265
  /**
13759
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14266
+ * 路由传播策略版本号
13760
14267
  */
13761
- RequestId?: string
14268
+ PolicyVersion?: number
13762
14269
  }
13763
14270
 
13764
14271
  /**
@@ -14462,6 +14969,24 @@ export interface DetachNetworkInterfaceRequest {
14462
14969
  ClientToken?: string
14463
14970
  }
14464
14971
 
14972
+ /**
14973
+ * DescribeSnapshotAttachedInstances返回参数结构体
14974
+ */
14975
+ export interface DescribeSnapshotAttachedInstancesResponse {
14976
+ /**
14977
+ * 实例列表
14978
+ */
14979
+ InstanceSet: Array<SnapshotInstance>
14980
+ /**
14981
+ * 符合条件的对象数。
14982
+ */
14983
+ TotalCount: number
14984
+ /**
14985
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14986
+ */
14987
+ RequestId?: string
14988
+ }
14989
+
14465
14990
  /**
14466
14991
  * IPV6转换规则
14467
14992
  */
@@ -14671,6 +15196,24 @@ export interface DescribeCcnRoutesResponse {
14671
15196
  RequestId?: string
14672
15197
  }
14673
15198
 
15199
+ /**
15200
+ * DescribeVpcs返回参数结构体
15201
+ */
15202
+ export interface DescribeVpcsResponse {
15203
+ /**
15204
+ * 符合条件的对象数。
15205
+ */
15206
+ TotalCount?: number
15207
+ /**
15208
+ * VPC对象。
15209
+ */
15210
+ VpcSet?: Array<Vpc>
15211
+ /**
15212
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15213
+ */
15214
+ RequestId?: string
15215
+ }
15216
+
14674
15217
  /**
14675
15218
  * 云联网实例对象,该对象特用于运营端使用,不建议给租户的接口中提供该复杂类型。
14676
15219
  */
@@ -14845,6 +15388,49 @@ export interface AssociateAddressRequest {
14845
15388
  EipDirectConnection?: boolean
14846
15389
  }
14847
15390
 
15391
+ /**
15392
+ * 路由表选择策略信息
15393
+ */
15394
+ export interface RouteSelectionPolicy {
15395
+ /**
15396
+ * 云联网ID。
15397
+ */
15398
+ CcnId: string
15399
+ /**
15400
+ * 路由表ID。
15401
+ */
15402
+ RouteTableId: string
15403
+ /**
15404
+ * 路由表名称。
15405
+ */
15406
+ RouteTableName: string
15407
+ /**
15408
+ * 实例类型。如VPC
15409
+ */
15410
+ InstanceType: string
15411
+ /**
15412
+ * 实例名称。
15413
+ */
15414
+ InstanceName: string
15415
+ /**
15416
+ * 源端cidr。
15417
+ */
15418
+ SourceCidrBlock: string
15419
+ /**
15420
+ * 路由表描述。
15421
+ 注意:此字段可能返回 null,表示取不到有效值。
15422
+ */
15423
+ Description: string
15424
+ /**
15425
+ * 实例ID。
15426
+ */
15427
+ InstanceId: string
15428
+ /**
15429
+ * 关联实例所属UIN(根账号)。
15430
+ */
15431
+ InstanceUin: string
15432
+ }
15433
+
14848
15434
  /**
14849
15435
  * 云联网(CCN)地域出带宽上限
14850
15436
  */
@@ -14872,6 +15458,16 @@ export interface CcnRegionBandwidthLimit {
14872
15458
  DstIsBm?: boolean
14873
15459
  }
14874
15460
 
15461
+ /**
15462
+ * ModifyCcnRouteTables请求参数结构体
15463
+ */
15464
+ export interface ModifyCcnRouteTablesRequest {
15465
+ /**
15466
+ * 需要修改的路由表列表。
15467
+ */
15468
+ RouteTableInfo: Array<ModifyRouteTableInfo>
15469
+ }
15470
+
14875
15471
  /**
14876
15472
  * ResetAttachCcnInstances请求参数结构体
14877
15473
  */
@@ -14986,6 +15582,24 @@ export interface SnapshotFileInfo {
14986
15582
  Operator: string
14987
15583
  }
14988
15584
 
15585
+ /**
15586
+ * 云联网路由表信息
15587
+ */
15588
+ export interface ModifyRouteTableInfo {
15589
+ /**
15590
+ * 云联网路由表id。
15591
+ */
15592
+ RouteTableId: string
15593
+ /**
15594
+ * 云联网路由表名称。
15595
+ */
15596
+ Name?: string
15597
+ /**
15598
+ * 云联网路由表描述。
15599
+ */
15600
+ Description?: string
15601
+ }
15602
+
14989
15603
  /**
14990
15604
  * ModifyNetworkInterfaceAttribute请求参数结构体
14991
15605
  */
@@ -15254,21 +15868,97 @@ export interface DeleteSecurityGroupRequest {
15254
15868
  }
15255
15869
 
15256
15870
  /**
15257
- * DescribeDhcpIps返回参数结构体
15871
+ * 合规化审批单
15258
15872
  */
15259
- export interface DescribeDhcpIpsResponse {
15873
+ export interface CrossBorderCompliance {
15260
15874
  /**
15261
- * 实例详细信息列表。
15875
+ * 服务商,可选值:`UNICOM`。
15262
15876
  */
15263
- DhcpIpSet: Array<DhcpIp>
15877
+ ServiceProvider: string
15264
15878
  /**
15265
- * 符合条件的实例数量。
15879
+ * 合规化审批单`ID`。
15266
15880
  */
15267
- TotalCount: number
15881
+ ComplianceId: number
15268
15882
  /**
15269
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15883
+ * 公司全称。
15270
15884
  */
15271
- RequestId?: string
15885
+ Company: string
15886
+ /**
15887
+ * 统一社会信用代码。
15888
+ */
15889
+ UniformSocialCreditCode: string
15890
+ /**
15891
+ * 法定代表人。
15892
+ */
15893
+ LegalPerson: string
15894
+ /**
15895
+ * 发证机关。
15896
+ */
15897
+ IssuingAuthority: string
15898
+ /**
15899
+ * 营业执照。
15900
+ */
15901
+ BusinessLicense: string
15902
+ /**
15903
+ * 营业执照住所。
15904
+ */
15905
+ BusinessAddress: string
15906
+ /**
15907
+ * 邮编。
15908
+ */
15909
+ PostCode: number
15910
+ /**
15911
+ * 经办人。
15912
+ */
15913
+ Manager: string
15914
+ /**
15915
+ * 经办人身份证号。
15916
+ */
15917
+ ManagerId: string
15918
+ /**
15919
+ * 经办人身份证。
15920
+ */
15921
+ ManagerIdCard: string
15922
+ /**
15923
+ * 经办人身份证地址。
15924
+ */
15925
+ ManagerAddress: string
15926
+ /**
15927
+ * 经办人联系电话。
15928
+ */
15929
+ ManagerTelephone: string
15930
+ /**
15931
+ * 电子邮箱。
15932
+ */
15933
+ Email: string
15934
+ /**
15935
+ * 服务受理单。
15936
+ */
15937
+ ServiceHandlingForm: string
15938
+ /**
15939
+ * 授权函。
15940
+ */
15941
+ AuthorizationLetter: string
15942
+ /**
15943
+ * 信息安全承诺书。
15944
+ */
15945
+ SafetyCommitment: string
15946
+ /**
15947
+ * 服务开始时间。
15948
+ */
15949
+ ServiceStartDate: string
15950
+ /**
15951
+ * 服务截止时间。
15952
+ */
15953
+ ServiceEndDate: string
15954
+ /**
15955
+ * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
15956
+ */
15957
+ State: string
15958
+ /**
15959
+ * 审批单创建时间。
15960
+ */
15961
+ CreatedTime: string
15272
15962
  }
15273
15963
 
15274
15964
  /**
@@ -15338,6 +16028,24 @@ export interface DescribeCrossBorderCcnRegionBandwidthLimitsRequest {
15338
16028
  Limit?: number
15339
16029
  }
15340
16030
 
16031
+ /**
16032
+ * ReplaceCcnRouteTableBroadcastPolicys请求参数结构体
16033
+ */
16034
+ export interface ReplaceCcnRouteTableBroadcastPolicysRequest {
16035
+ /**
16036
+ * 云联网ID
16037
+ */
16038
+ CcnId: string
16039
+ /**
16040
+ * 云联网路由表ID
16041
+ */
16042
+ RouteTableId: string
16043
+ /**
16044
+ * 新的路由传播策略
16045
+ */
16046
+ Policys: Array<CcnRouteTableBroadcastPolicy>
16047
+ }
16048
+
15341
16049
  /**
15342
16050
  * DescribeSnapshotAttachedInstances请求参数结构体
15343
16051
  */
@@ -15545,13 +16253,29 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
15545
16253
  }
15546
16254
 
15547
16255
  /**
15548
- * DeleteHaVip返回参数结构体
16256
+ * InquiryPriceCreateVpnGateway请求参数结构体
15549
16257
  */
15550
- export interface DeleteHaVipResponse {
16258
+ export interface InquiryPriceCreateVpnGatewayRequest {
15551
16259
  /**
15552
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
16260
+ * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps
15553
16261
  */
15554
- RequestId?: string
16262
+ InternetMaxBandwidthOut: number
16263
+ /**
16264
+ * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
16265
+ */
16266
+ InstanceChargeType?: string
16267
+ /**
16268
+ * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
16269
+ */
16270
+ InstanceChargePrepaid?: InstanceChargePrepaid
16271
+ /**
16272
+ * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
16273
+ */
16274
+ MaxConnection?: number
16275
+ /**
16276
+ * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
16277
+ */
16278
+ Type?: string
15555
16279
  }
15556
16280
 
15557
16281
  /**
@@ -16066,20 +16790,6 @@ export interface ModifySubnetAttributeRequest {
16066
16790
  EnableBroadcast?: string
16067
16791
  }
16068
16792
 
16069
- /**
16070
- * RenewAddresses请求参数结构体
16071
- */
16072
- export interface RenewAddressesRequest {
16073
- /**
16074
- * EIP唯一标识ID列表,形如'eip-xxxx'
16075
- */
16076
- AddressIds: Array<string>
16077
- /**
16078
- * 续费参数
16079
- */
16080
- AddressChargePrepaid: AddressChargePrepaid
16081
- }
16082
-
16083
16793
  /**
16084
16794
  * ModifyVpcEndPointServiceWhiteList返回参数结构体
16085
16795
  */