tencentcloud-sdk-nodejs 4.0.896 → 4.0.898

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 (89) hide show
  1. package/CHANGELOG.md +330 -0
  2. package/SERVICE_CHANGELOG.md +411 -40
  3. package/package.json +1 -1
  4. package/products.md +24 -23
  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 +31 -19
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdc/v20201214/cdc_models.ts +59 -20
  10. package/src/services/cdz/index.ts +5 -0
  11. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  12. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  13. package/src/services/cdz/v20221123/index.ts +6 -0
  14. package/src/services/clb/v20180317/clb_models.ts +4 -0
  15. package/src/services/cvm/v20170312/cvm_models.ts +10 -10
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  17. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  18. package/src/services/dlc/v20210125/dlc_models.ts +9 -1
  19. package/src/services/es/v20180416/es_models.ts +9 -1
  20. package/src/services/ess/v20201111/ess_models.ts +7 -13
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  23. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  24. package/src/services/gaap/v20180529/gaap_models.ts +9 -0
  25. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  26. package/src/services/hunyuan/v20230901/hunyuan_models.ts +73 -14
  27. package/src/services/index.ts +1 -0
  28. package/src/services/lcic/v20220817/lcic_models.ts +9 -1
  29. package/src/services/lke/v20231130/lke_client.ts +1 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +108 -39
  31. package/src/services/mps/v20190612/mps_client.ts +1 -1
  32. package/src/services/mps/v20190612/mps_models.ts +11 -9
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +37 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +144 -0
  35. package/src/services/tsi/v20210325/tsi_client.ts +15 -2
  36. package/src/services/vpc/v20170312/vpc_client.ts +2556 -2352
  37. package/src/services/vpc/v20170312/vpc_models.ts +1104 -345
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  41. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -10
  42. package/tencentcloud/services/cbs/v20170312/cbs_client.js +17 -11
  43. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  44. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +59 -20
  45. package/tencentcloud/services/cdz/index.d.ts +6 -0
  46. package/tencentcloud/services/cdz/index.js +7 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  48. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  49. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  50. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  51. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  52. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -10
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  56. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -1
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -1
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  63. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  64. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +9 -0
  65. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  66. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +70 -13
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +9 -1
  71. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  72. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +108 -39
  74. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  75. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  76. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -9
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -0
  80. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +14 -1
  81. package/tencentcloud/services/tsi/v20210325/tsi_client.js +14 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1068 -348
  85. package/test/cbs.v20170312.test.js +14 -4
  86. package/test/cdz.v20221123.test.js +41 -0
  87. package/test/hunyuan.v20230901.test.js +14 -4
  88. package/test/tdmq.v20200217.test.js +30 -0
  89. 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
  */
@@ -4177,11 +4295,32 @@ export interface DeleteDirectConnectGatewayCcnRoutesResponse {
4177
4295
  }
4178
4296
 
4179
4297
  /**
4180
- * DescribeAssistantCidr返回参数结构体
4298
+ * HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。
4181
4299
  */
4182
- export interface DescribeAssistantCidrResponse {
4300
+ export interface HaVipAssociation {
4183
4301
  /**
4184
- * 符合条件的辅助CIDR数组。
4302
+ * HaVip实例唯一ID。
4303
+ 注意:此字段可能返回 null,表示取不到有效值。
4304
+ */
4305
+ HaVipId: string
4306
+ /**
4307
+ * HaVip绑定的子机或网卡唯一ID。
4308
+ 注意:此字段可能返回 null,表示取不到有效值。
4309
+ */
4310
+ InstanceId: string
4311
+ /**
4312
+ * HaVip绑定的类型。取值:CVM, ENI。
4313
+ 注意:此字段可能返回 null,表示取不到有效值。
4314
+ */
4315
+ InstanceType: string
4316
+ }
4317
+
4318
+ /**
4319
+ * DescribeAssistantCidr返回参数结构体
4320
+ */
4321
+ export interface DescribeAssistantCidrResponse {
4322
+ /**
4323
+ * 符合条件的辅助CIDR数组。
4185
4324
  注意:此字段可能返回 null,表示取不到有效值。
4186
4325
  */
4187
4326
  AssistantCidrSet?: Array<AssistantCidr>
@@ -4196,17 +4335,27 @@ export interface DescribeAssistantCidrResponse {
4196
4335
  }
4197
4336
 
4198
4337
  /**
4199
- * 时间备份策略详情
4338
+ * DescribeHaVips请求参数结构体
4200
4339
  */
4201
- export interface BackupPolicy {
4340
+ export interface DescribeHaVipsRequest {
4202
4341
  /**
4203
- * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
4342
+ * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
4204
4343
  */
4205
- BackupDay: string
4344
+ HaVipIds?: Array<string>
4206
4345
  /**
4207
- * 备份时间点,格式:HH:mm:ss。
4346
+ * 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。<li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li><li>havip-name - String - `HAVIP`名称。</li><li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li><li>subnet-id - String - `HAVIP`所在子网`ID`。</li><li>vip - String - `HAVIP`的地址`VIP`。</li><li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li><li>havip-association.instance-id - String - `HAVIP`绑定的子机或网卡。</li><li>havip-association.instance-type - String - `HAVIP`绑定的类型,取值:CVM, ENI。</li><li>check-associate - Bool - 是否开启HaVip飘移时校验绑定的子机或网卡。</li><li>cdc-id - String - CDC实例ID。</li>
4208
4347
  */
4209
- BackupTime: string
4348
+ Filters?: Array<Filter>
4349
+ /**
4350
+ * 偏移量,默认为0。
4351
+
4352
+ */
4353
+ Offset?: number
4354
+ /**
4355
+ * 返回数量,默认为20,最大值为100。
4356
+
4357
+ */
4358
+ Limit?: number
4210
4359
  }
4211
4360
 
4212
4361
  /**
@@ -4235,6 +4384,36 @@ export interface IpAddressStates {
4235
4384
  ResourceId: string
4236
4385
  }
4237
4386
 
4387
+ /**
4388
+ * DescribeRouteTableSelectionPolicies请求参数结构体
4389
+ */
4390
+ export interface DescribeRouteTableSelectionPoliciesRequest {
4391
+ /**
4392
+ * 偏移量
4393
+ */
4394
+ Offset?: number
4395
+ /**
4396
+ * 返回数量
4397
+ */
4398
+ Limit?: number
4399
+ /**
4400
+ * 过滤条件:
4401
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
4402
+ <li>instance-type - String -(过滤条件)关联实例类型:
4403
+ 私有网络: `VPC`
4404
+ 专线网关: `DIRECTCONNECT`
4405
+ 黑石私有网络: `BMVPC`
4406
+ EDGE设备: `EDGE`
4407
+ EDGE隧道: `EDGE_TUNNEL`
4408
+ EDGE网关: `EDGE_VPNGW`
4409
+ VPN网关:`VPNGW`</li>
4410
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
4411
+ <li>instance-id - String -(过滤条件)关联的实例ID。</li>
4412
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
4413
+ */
4414
+ Filters?: Array<Filter>
4415
+ }
4416
+
4238
4417
  /**
4239
4418
  * 用于描述实例的统计信息
4240
4419
  */
@@ -5224,6 +5403,16 @@ export interface DeleteVpcRequest {
5224
5403
  VpcId: string
5225
5404
  }
5226
5405
 
5406
+ /**
5407
+ * DeleteCcnRouteTables请求参数结构体
5408
+ */
5409
+ export interface DeleteCcnRouteTablesRequest {
5410
+ /**
5411
+ * 需要删除的路由表列表。
5412
+ */
5413
+ RouteTableId: Array<string>
5414
+ }
5415
+
5227
5416
  /**
5228
5417
  * ModifyServiceTemplateAttribute返回参数结构体
5229
5418
  */
@@ -5300,6 +5489,16 @@ export interface PolicyStatistics {
5300
5489
  EgressIPv6TotalCount: number
5301
5490
  }
5302
5491
 
5492
+ /**
5493
+ * ModifyRouteTableSelectionPolicies返回参数结构体
5494
+ */
5495
+ export interface ModifyRouteTableSelectionPoliciesResponse {
5496
+ /**
5497
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5498
+ */
5499
+ RequestId?: string
5500
+ }
5501
+
5303
5502
  /**
5304
5503
  * CreateSubnet返回参数结构体
5305
5504
  */
@@ -5594,6 +5793,24 @@ export interface DescribeSubnetResourceDashboardRequest {
5594
5793
  SubnetIds: Array<string>
5595
5794
  }
5596
5795
 
5796
+ /**
5797
+ * DescribeIpGeolocationDatabaseUrl返回参数结构体
5798
+ */
5799
+ export interface DescribeIpGeolocationDatabaseUrlResponse {
5800
+ /**
5801
+ * IP地理位置库下载链接地址。
5802
+ */
5803
+ DownLoadUrl?: string
5804
+ /**
5805
+ * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
5806
+ */
5807
+ ExpiredAt?: string
5808
+ /**
5809
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5810
+ */
5811
+ RequestId?: string
5812
+ }
5813
+
5597
5814
  /**
5598
5815
  * Vpc任务结果详细信息。
5599
5816
  */
@@ -5901,25 +6118,21 @@ export interface CustomerGateway {
5901
6118
  }
5902
6119
 
5903
6120
  /**
5904
- * ModifyDirectConnectGatewayAttribute请求参数结构体
6121
+ * DescribeCcnRouteTableInputPolicys返回参数结构体
5905
6122
  */
5906
- export interface ModifyDirectConnectGatewayAttributeRequest {
5907
- /**
5908
- * 专线网关唯一`ID`,形如:`dcg-9o233uri`。
5909
- */
5910
- DirectConnectGatewayId: string
6123
+ export interface DescribeCcnRouteTableInputPolicysResponse {
5911
6124
  /**
5912
- * 专线网关名称,可任意命名,但不得超过60个字符。
6125
+ * 路由表接收策略。
5913
6126
  */
5914
- DirectConnectGatewayName?: string
6127
+ PolicySet?: Array<CcnRouteTableInputPolicys>
5915
6128
  /**
5916
- * 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
6129
+ * 符合条件的对象数。
5917
6130
  */
5918
- CcnRouteType?: string
6131
+ TotalCount?: number
5919
6132
  /**
5920
- * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
6133
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5921
6134
  */
5922
- ModeType?: string
6135
+ RequestId?: string
5923
6136
  }
5924
6137
 
5925
6138
  /**
@@ -7178,21 +7391,13 @@ export interface DisassociateNetworkInterfaceSecurityGroupsResponse {
7178
7391
  }
7179
7392
 
7180
7393
  /**
7181
- * DescribeVpcs返回参数结构体
7394
+ * DescribeIp6TranslatorQuota请求参数结构体
7182
7395
  */
7183
- export interface DescribeVpcsResponse {
7184
- /**
7185
- * 符合条件的对象数。
7186
- */
7187
- TotalCount?: number
7188
- /**
7189
- * VPC对象。
7190
- */
7191
- VpcSet?: Array<Vpc>
7396
+ export interface DescribeIp6TranslatorQuotaRequest {
7192
7397
  /**
7193
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7398
+ * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
7194
7399
  */
7195
- RequestId?: string
7400
+ Ip6TranslatorIds?: Array<string>
7196
7401
  }
7197
7402
 
7198
7403
  /**
@@ -7439,6 +7644,24 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
7439
7644
  GatewayId: string
7440
7645
  }
7441
7646
 
7647
+ /**
7648
+ * DescribeCcnRouteTableBroadcastPolicys返回参数结构体
7649
+ */
7650
+ export interface DescribeCcnRouteTableBroadcastPolicysResponse {
7651
+ /**
7652
+ * 路由表传播策略。
7653
+ */
7654
+ PolicySet: Array<CcnRouteTableBroadcastPolicys>
7655
+ /**
7656
+ * 符合条件的对象数。
7657
+ */
7658
+ TotalCount: number
7659
+ /**
7660
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7661
+ */
7662
+ RequestId?: string
7663
+ }
7664
+
7442
7665
  /**
7443
7666
  * EnableRoutes返回参数结构体
7444
7667
  */
@@ -7603,6 +7826,24 @@ export interface RenewVpnGatewayResponse {
7603
7826
  RequestId?: string
7604
7827
  }
7605
7828
 
7829
+ /**
7830
+ * DescribeCcnRouteTables返回参数结构体
7831
+ */
7832
+ export interface DescribeCcnRouteTablesResponse {
7833
+ /**
7834
+ * 路由表信息列表。
7835
+ */
7836
+ CcnRouteTableSet: Array<CcnRouteTable>
7837
+ /**
7838
+ * 查询到的路由表数量。
7839
+ */
7840
+ TotalCount: number
7841
+ /**
7842
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7843
+ */
7844
+ RequestId?: string
7845
+ }
7846
+
7606
7847
  /**
7607
7848
  * DeleteDirectConnectGateway返回参数结构体
7608
7849
  */
@@ -7881,9 +8122,37 @@ export interface HaVipDisassociateAddressIpRequest {
7881
8122
  }
7882
8123
 
7883
8124
  /**
7884
- * ReturnNormalAddresses返回参数结构体
8125
+ * DescribeSgSnapshotFileContent返回参数结构体
7885
8126
  */
7886
- export interface ReturnNormalAddressesResponse {
8127
+ export interface DescribeSgSnapshotFileContentResponse {
8128
+ /**
8129
+ * 实例Id,即安全组Id。
8130
+ */
8131
+ InstanceId: string
8132
+ /**
8133
+ * 快照策略Id。
8134
+ */
8135
+ SnapshotPolicyId: string
8136
+ /**
8137
+ * 快照文件Id。
8138
+ */
8139
+ SnapshotFileId: string
8140
+ /**
8141
+ * 备份时间。
8142
+ */
8143
+ BackupTime: string
8144
+ /**
8145
+ * 操作者。
8146
+ */
8147
+ Operator: string
8148
+ /**
8149
+ * 原始数据。
8150
+ */
8151
+ OriginalData: Array<SecurityGroupPolicy>
8152
+ /**
8153
+ * 备份数据。
8154
+ */
8155
+ BackupData: Array<SecurityGroupPolicy>
7887
8156
  /**
7888
8157
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7889
8158
  */
@@ -7891,9 +8160,9 @@ export interface ReturnNormalAddressesResponse {
7891
8160
  }
7892
8161
 
7893
8162
  /**
7894
- * DisableFlowLogs返回参数结构体
8163
+ * ClearRouteTableSelectionPolicies返回参数结构体
7895
8164
  */
7896
- export interface DisableFlowLogsResponse {
8165
+ export interface ClearRouteTableSelectionPoliciesResponse {
7897
8166
  /**
7898
8167
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7899
8168
  */
@@ -8366,6 +8635,27 @@ export interface SecurityPolicyDatabase {
8366
8635
  RemoteCidrBlock: Array<string>
8367
8636
  }
8368
8637
 
8638
+ /**
8639
+ * 云联网路由接收策略列表
8640
+ */
8641
+ export interface CcnRouteTableInputPolicys {
8642
+ /**
8643
+ * 策略列表。
8644
+ 注意:此字段可能返回 null,表示取不到有效值。
8645
+ */
8646
+ Policys?: Array<CcnRouteTableInputPolicy>
8647
+ /**
8648
+ * 版本号。
8649
+ 注意:此字段可能返回 null,表示取不到有效值。
8650
+ */
8651
+ PolicyVersion?: number
8652
+ /**
8653
+ * 创建时间。
8654
+ 注意:此字段可能返回 null,表示取不到有效值。
8655
+ */
8656
+ CreateTime?: string
8657
+ }
8658
+
8369
8659
  /**
8370
8660
  * DescribeNetworkAccountType返回参数结构体
8371
8661
  */
@@ -8601,35 +8891,56 @@ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
8601
8891
  }
8602
8892
 
8603
8893
  /**
8604
- * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
8894
+ * 冲突资源条目信息。
8605
8895
  */
8606
- export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
8896
+ export interface ConflictItem {
8607
8897
  /**
8608
- * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8898
+ * 冲突资源的ID
8609
8899
  */
8610
- NatGatewayId: string
8900
+ ConfilctId: string
8611
8901
  /**
8612
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8902
+ * 冲突目的资源
8613
8903
  */
8614
- RequestId?: string
8904
+ DestinationItem: string
8615
8905
  }
8616
8906
 
8617
8907
  /**
8618
- * DescribeFlowLogs返回参数结构体
8908
+ * CreateDirectConnectGateway请求参数结构体
8619
8909
  */
8620
- export interface DescribeFlowLogsResponse {
8910
+ export interface CreateDirectConnectGatewayRequest {
8621
8911
  /**
8622
- * 流日志实例集合。
8912
+ * 专线网关名称
8623
8913
  */
8624
- FlowLog?: Array<FlowLog>
8914
+ DirectConnectGatewayName: string
8625
8915
  /**
8626
- * 流日志总数目。
8916
+ * 关联网络类型,可选值:
8917
+ <li>VPC - 私有网络</li>
8918
+ <li>CCN - 云联网</li>
8627
8919
  */
8628
- TotalNum?: number
8920
+ NetworkType: string
8629
8921
  /**
8630
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8922
+ * <li>NetworkType VPC 时,这里传值为私有网络实例ID</li>
8923
+ <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
8631
8924
  */
8632
- RequestId?: string
8925
+ NetworkInstanceId: string
8926
+ /**
8927
+ * 网关类型,可选值:
8928
+ <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>
8929
+ <li>NAT - NAT型</li>NAT类型支持网络地址转换配置,类型确定后不能修改;一个私有网络可以创建一个NAT类型的专线网关和一个非NAT类型的专线网关
8930
+ */
8931
+ GatewayType?: string
8932
+ /**
8933
+ * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
8934
+ */
8935
+ ModeType?: string
8936
+ /**
8937
+ * 专线网关可用区
8938
+ */
8939
+ Zone?: string
8940
+ /**
8941
+ * 专线网关高可用区容灾组ID
8942
+ */
8943
+ HaZoneGroupId?: string
8633
8944
  }
8634
8945
 
8635
8946
  /**
@@ -8889,49 +9200,64 @@ export interface HaVip {
8889
9200
  /**
8890
9201
  * `HAVIP`的`ID`,是`HAVIP`的唯一标识。
8891
9202
  */
8892
- HaVipId: string
9203
+ HaVipId?: string
8893
9204
  /**
8894
9205
  * `HAVIP`名称。
8895
9206
  */
8896
- HaVipName: string
9207
+ HaVipName?: string
8897
9208
  /**
8898
9209
  * 虚拟IP地址。
8899
9210
  */
8900
- Vip: string
9211
+ Vip?: string
8901
9212
  /**
8902
9213
  * `HAVIP`所在私有网络`ID`。
8903
9214
  */
8904
- VpcId: string
9215
+ VpcId?: string
8905
9216
  /**
8906
9217
  * `HAVIP`所在子网`ID`。
8907
9218
  */
8908
- SubnetId: string
9219
+ SubnetId?: string
8909
9220
  /**
8910
9221
  * `HAVIP`关联弹性网卡`ID`。
8911
9222
  */
8912
- NetworkInterfaceId: string
9223
+ NetworkInterfaceId?: string
8913
9224
  /**
8914
9225
  * 被绑定的实例`ID`。
8915
9226
  */
8916
- InstanceId: string
9227
+ InstanceId?: string
8917
9228
  /**
8918
9229
  * 绑定`EIP`。
8919
9230
  */
8920
- AddressIp: string
9231
+ AddressIp?: string
8921
9232
  /**
8922
9233
  * 状态:
8923
9234
  <li>`AVAILABLE`:运行中</li>
8924
9235
  <li>`UNBIND`:未绑定</li>
8925
9236
  */
8926
- State: string
9237
+ State?: string
8927
9238
  /**
8928
9239
  * 创建时间。
8929
9240
  */
8930
- CreatedTime: string
9241
+ CreatedTime?: string
8931
9242
  /**
8932
9243
  * 使用havip的业务标识。
8933
9244
  */
8934
- Business: string
9245
+ Business?: string
9246
+ /**
9247
+ * `HAVIP`的飘移范围。
9248
+ 注意:此字段可能返回 null,表示取不到有效值。
9249
+ */
9250
+ HaVipAssociationSet?: Array<HaVipAssociation>
9251
+ /**
9252
+ * 是否开启`HAVIP`的飘移范围校验。
9253
+ 注意:此字段可能返回 null,表示取不到有效值。
9254
+ */
9255
+ CheckAssociate?: boolean
9256
+ /**
9257
+ * HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
9258
+ 注意:此字段可能返回 null,表示取不到有效值。
9259
+ */
9260
+ FlushedTime?: string
8935
9261
  }
8936
9262
 
8937
9263
  /**
@@ -9003,13 +9329,29 @@ export interface RejectAttachCcnInstancesResponse {
9003
9329
  }
9004
9330
 
9005
9331
  /**
9006
- * SetCcnRegionBandwidthLimits返回参数结构体
9332
+ * CloneSecurityGroup请求参数结构体
9007
9333
  */
9008
- export interface SetCcnRegionBandwidthLimitsResponse {
9334
+ export interface CloneSecurityGroupRequest {
9009
9335
  /**
9010
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9336
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
9011
9337
  */
9012
- RequestId?: string
9338
+ SecurityGroupId: string
9339
+ /**
9340
+ * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
9341
+ */
9342
+ GroupName?: string
9343
+ /**
9344
+ * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
9345
+ */
9346
+ GroupDescription?: string
9347
+ /**
9348
+ * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9349
+ */
9350
+ ProjectId?: string
9351
+ /**
9352
+ * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
9353
+ */
9354
+ RemoteRegion?: string
9013
9355
  }
9014
9356
 
9015
9357
  /**
@@ -9022,6 +9364,16 @@ export interface ModifySnapshotPoliciesResponse {
9022
9364
  RequestId?: string
9023
9365
  }
9024
9366
 
9367
+ /**
9368
+ * ReplaceCcnRouteTableInputPolicys返回参数结构体
9369
+ */
9370
+ export interface ReplaceCcnRouteTableInputPolicysResponse {
9371
+ /**
9372
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9373
+ */
9374
+ RequestId?: string
9375
+ }
9376
+
9025
9377
  /**
9026
9378
  * DescribeAccountAttributes请求参数结构体
9027
9379
  */
@@ -9087,6 +9439,27 @@ export interface ModifyVpnGatewaySslServerRequest {
9087
9439
  SamlData?: string
9088
9440
  }
9089
9441
 
9442
+ /**
9443
+ * ccn实例信息(不带地域属性)
9444
+ */
9445
+ export interface CcnInstanceWithoutRegion {
9446
+ /**
9447
+ * 云联网支持的实例类型:
9448
+ `VPC`
9449
+ `DIRECTCONNECT`
9450
+ `BMVPC`
9451
+ `EDGE`
9452
+ `EDGE_TUNNEL`
9453
+ `EDGE_VPNGW`
9454
+ `VPNGW`
9455
+ */
9456
+ InstanceType: string
9457
+ /**
9458
+ * 实例ID。
9459
+ */
9460
+ InstanceId: string
9461
+ }
9462
+
9090
9463
  /**
9091
9464
  * DescribeCcnRoutes请求参数结构体
9092
9465
  */
@@ -9317,6 +9690,24 @@ export interface SslVpnSever {
9317
9690
  SpName?: string
9318
9691
  }
9319
9692
 
9693
+ /**
9694
+ * 云联网路由传播策略之路由条件
9695
+ */
9696
+ export interface CcnRouteBroadcastPolicyRouteCondition {
9697
+ /**
9698
+ * 条件类型
9699
+ */
9700
+ Name: string
9701
+ /**
9702
+ * 条件值列表
9703
+ */
9704
+ Values: Array<string>
9705
+ /**
9706
+ * 匹配模式,`1` 精确匹配,`0` 模糊匹配
9707
+ */
9708
+ MatchPattern: number
9709
+ }
9710
+
9320
9711
  /**
9321
9712
  * DownloadVpnGatewaySslClientCert返回参数结构体
9322
9713
  */
@@ -9432,97 +9823,21 @@ AnycastEIP是否用于绑定负载均衡。
9432
9823
  }
9433
9824
 
9434
9825
  /**
9435
- * 合规化审批单
9826
+ * DescribeDhcpIps返回参数结构体
9436
9827
  */
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
9828
+ export interface DescribeDhcpIpsResponse {
9514
9829
  /**
9515
- * 服务截止时间。
9830
+ * 实例详细信息列表。
9516
9831
  */
9517
- ServiceEndDate: string
9832
+ DhcpIpSet: Array<DhcpIp>
9518
9833
  /**
9519
- * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
9834
+ * 符合条件的实例数量。
9520
9835
  */
9521
- State: string
9836
+ TotalCount: number
9522
9837
  /**
9523
- * 审批单创建时间。
9838
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9524
9839
  */
9525
- CreatedTime: string
9840
+ RequestId?: string
9526
9841
  }
9527
9842
 
9528
9843
  /**
@@ -9923,6 +10238,11 @@ export interface CcnInstance {
9923
10238
  注意:此字段可能返回 null,表示取不到有效值。
9924
10239
  */
9925
10240
  RouteTableId?: string
10241
+ /**
10242
+ * 实例付费方式
10243
+ 注意:此字段可能返回 null,表示取不到有效值。
10244
+ */
10245
+ OrderType?: string
9926
10246
  }
9927
10247
 
9928
10248
  /**
@@ -9996,17 +10316,17 @@ export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
9996
10316
  }
9997
10317
 
9998
10318
  /**
9999
- * 冲突资源条目信息。
10319
+ * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
10000
10320
  */
10001
- export interface ConflictItem {
10321
+ export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
10002
10322
  /**
10003
- * 冲突资源的ID
10323
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
10004
10324
  */
10005
- ConfilctId: string
10325
+ NatGatewayId: string
10006
10326
  /**
10007
- * 冲突目的资源
10327
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10008
10328
  */
10009
- DestinationItem: string
10329
+ RequestId?: string
10010
10330
  }
10011
10331
 
10012
10332
  /**
@@ -10028,17 +10348,21 @@ export interface BgpConfig {
10028
10348
  }
10029
10349
 
10030
10350
  /**
10031
- * InquiryPriceRenewVpnGateway返回参数结构体
10351
+ * 云联网路由传播策略列表
10032
10352
  */
10033
- export interface InquiryPriceRenewVpnGatewayResponse {
10353
+ export interface CcnRouteTableBroadcastPolicys {
10034
10354
  /**
10035
- * 商品价格。
10355
+ * 策略列表
10036
10356
  */
10037
- Price?: Price
10357
+ Policys: Array<CcnRouteTableBroadcastPolicy>
10038
10358
  /**
10039
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10359
+ * 版本号
10040
10360
  */
10041
- RequestId?: string
10361
+ PolicyVersion: number
10362
+ /**
10363
+ * 创建时间
10364
+ */
10365
+ CreateTime: string
10042
10366
  }
10043
10367
 
10044
10368
  /**
@@ -10201,6 +10525,16 @@ export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
10201
10525
  Limit?: number
10202
10526
  }
10203
10527
 
10528
+ /**
10529
+ * DeleteCcnRouteTables返回参数结构体
10530
+ */
10531
+ export interface DeleteCcnRouteTablesResponse {
10532
+ /**
10533
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10534
+ */
10535
+ RequestId?: string
10536
+ }
10537
+
10204
10538
  /**
10205
10539
  * GetCcnRegionBandwidthLimits请求参数结构体
10206
10540
  */
@@ -10475,6 +10809,16 @@ export interface DescribeVpnGatewayRoutesResponse {
10475
10809
  RequestId?: string
10476
10810
  }
10477
10811
 
10812
+ /**
10813
+ * ModifyCcnRouteTables返回参数结构体
10814
+ */
10815
+ export interface ModifyCcnRouteTablesResponse {
10816
+ /**
10817
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10818
+ */
10819
+ RequestId?: string
10820
+ }
10821
+
10478
10822
  /**
10479
10823
  * DescribeNetworkAcls返回参数结构体
10480
10824
  */
@@ -10548,13 +10892,13 @@ export interface CreatePrivateNatGatewayRequest {
10548
10892
  }
10549
10893
 
10550
10894
  /**
10551
- * AttachCcnInstances返回参数结构体
10895
+ * CreateCcnRouteTables请求参数结构体
10552
10896
  */
10553
- export interface AttachCcnInstancesResponse {
10897
+ export interface CreateCcnRouteTablesRequest {
10554
10898
  /**
10555
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10899
+ * 需要创建的路由表列表。
10556
10900
  */
10557
- RequestId?: string
10901
+ RouteTable: Array<CcnBatchRouteTable>
10558
10902
  }
10559
10903
 
10560
10904
  /**
@@ -10791,6 +11135,20 @@ export interface ModifyNatGatewaySourceIpTranslationNatRuleResponse {
10791
11135
  RequestId?: string
10792
11136
  }
10793
11137
 
11138
+ /**
11139
+ * CreateDefaultVpc请求参数结构体
11140
+ */
11141
+ export interface CreateDefaultVpcRequest {
11142
+ /**
11143
+ * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
11144
+ */
11145
+ Zone?: string
11146
+ /**
11147
+ * 是否强制返回默认VPC。
11148
+ */
11149
+ Force?: boolean
11150
+ }
11151
+
10794
11152
  /**
10795
11153
  * CreateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
10796
11154
  */
@@ -11026,7 +11384,7 @@ export interface CreateHaVipResponse {
11026
11384
  /**
11027
11385
  * `HAVIP`对象。
11028
11386
  */
11029
- HaVip: HaVip
11387
+ HaVip?: HaVip
11030
11388
  /**
11031
11389
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11032
11390
  */
@@ -11121,6 +11479,35 @@ export interface DisassociateDirectConnectGatewayNatGatewayRequest {
11121
11479
  DirectConnectGatewayId: string
11122
11480
  }
11123
11481
 
11482
+ /**
11483
+ * DescribeRouteTableAssociatedInstances请求参数结构体
11484
+ */
11485
+ export interface DescribeRouteTableAssociatedInstancesRequest {
11486
+ /**
11487
+ * 过滤条件:
11488
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
11489
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
11490
+ <li>instance-type - String -(过滤条件)实例类型:
11491
+ 私有网络: `VPC`
11492
+ 专线网关: `DIRECTCONNECT`
11493
+ 黑石私有网络: `BMVPC`
11494
+ EDGE设备: `EDGE`
11495
+ EDGE隧道: `EDGE_TUNNEL`
11496
+ EDGE网关: `EDGE_VPNGW`
11497
+ VPN网关:`VPNGW`</li>
11498
+ <li>instance-id- String -(过滤条件)实例ID。</li>
11499
+ */
11500
+ Filters?: Array<Filter>
11501
+ /**
11502
+ * 偏移量。
11503
+ */
11504
+ Offset?: number
11505
+ /**
11506
+ * 一次查询最大返回的数量。
11507
+ */
11508
+ Limit?: number
11509
+ }
11510
+
11124
11511
  /**
11125
11512
  * EnableRoutes请求参数结构体
11126
11513
  */
@@ -11202,6 +11589,24 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
11202
11589
  IpAddresses: Array<string>
11203
11590
  }
11204
11591
 
11592
+ /**
11593
+ * ReplaceCcnRouteTableInputPolicys请求参数结构体
11594
+ */
11595
+ export interface ReplaceCcnRouteTableInputPolicysRequest {
11596
+ /**
11597
+ * 云联网ID。
11598
+ */
11599
+ CcnId: string
11600
+ /**
11601
+ * 云联网路由表ID。
11602
+ */
11603
+ RouteTableId: string
11604
+ /**
11605
+ * 新的路由接收策略。
11606
+ */
11607
+ Policys?: Array<CcnRouteTableInputPolicy>
11608
+ }
11609
+
11205
11610
  /**
11206
11611
  * CreateDirectConnectGatewayCcnRoutes返回参数结构体
11207
11612
  */
@@ -11278,29 +11683,17 @@ export interface DescribeCustomerGatewaysRequest {
11278
11683
  }
11279
11684
 
11280
11685
  /**
11281
- * InquiryPriceCreateVpnGateway请求参数结构体
11686
+ * RenewAddresses请求参数结构体
11282
11687
  */
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
11688
+ export interface RenewAddressesRequest {
11296
11689
  /**
11297
- * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
11690
+ * EIP唯一标识ID列表,形如'eip-xxxx'
11298
11691
  */
11299
- MaxConnection?: number
11692
+ AddressIds: Array<string>
11300
11693
  /**
11301
- * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
11694
+ * 续费参数
11302
11695
  */
11303
- Type?: string
11696
+ AddressChargePrepaid: AddressChargePrepaid
11304
11697
  }
11305
11698
 
11306
11699
  /**
@@ -11947,33 +12340,17 @@ export interface DeleteVpnGatewayResponse {
11947
12340
  }
11948
12341
 
11949
12342
  /**
11950
- * DescribeHaVips请求参数结构体
12343
+ * 时间备份策略详情
11951
12344
  */
11952
- export interface DescribeHaVipsRequest {
11953
- /**
11954
- * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
11955
- */
11956
- HaVipIds?: Array<string>
11957
- /**
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>
11965
- */
11966
- Filters?: Array<Filter>
12345
+ export interface BackupPolicy {
11967
12346
  /**
11968
- * 偏移量,默认为0
11969
-
12347
+ * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday
11970
12348
  */
11971
- Offset?: number
12349
+ BackupDay: string
11972
12350
  /**
11973
- * 返回数量,默认为20,最大值为100
11974
-
12351
+ * 备份时间点,格式:HH:mm:ss
11975
12352
  */
11976
- Limit?: number
12353
+ BackupTime: string
11977
12354
  }
11978
12355
 
11979
12356
  /**
@@ -12449,6 +12826,24 @@ export interface BandwidthPackage {
12449
12826
  Deadline?: string
12450
12827
  }
12451
12828
 
12829
+ /**
12830
+ * 云联网路由表信息
12831
+ */
12832
+ export interface CcnBatchRouteTable {
12833
+ /**
12834
+ * 云联网ID。
12835
+ */
12836
+ CcnId: string
12837
+ /**
12838
+ * 云联网路由表名称。
12839
+ */
12840
+ Name: string
12841
+ /**
12842
+ * 云联网路由表描述。
12843
+ */
12844
+ Description: string
12845
+ }
12846
+
12452
12847
  /**
12453
12848
  * ModifyVpcAttribute请求参数结构体
12454
12849
  */
@@ -12596,6 +12991,24 @@ export interface CrossBorderFlowMonitorData {
12596
12991
  OutPkg: Array<number | bigint>
12597
12992
  }
12598
12993
 
12994
+ /**
12995
+ * DescribeRouteTableAssociatedInstances返回参数结构体
12996
+ */
12997
+ export interface DescribeRouteTableAssociatedInstancesResponse {
12998
+ /**
12999
+ * 查询到的绑定路由表的实例数量。
13000
+ */
13001
+ TotalCount?: number
13002
+ /**
13003
+ * 绑定信息。
13004
+ */
13005
+ InstanceBindSet?: Array<InstanceBind>
13006
+ /**
13007
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13008
+ */
13009
+ RequestId?: string
13010
+ }
13011
+
12599
13012
  /**
12600
13013
  * ModifyRouteTableAttribute返回参数结构体
12601
13014
  */
@@ -12688,6 +13101,21 @@ export interface DescribeBandwidthPackageQuotaResponse {
12688
13101
  RequestId?: string
12689
13102
  }
12690
13103
 
13104
+ /**
13105
+ * DescribeIp6TranslatorQuota返回参数结构体
13106
+ */
13107
+ export interface DescribeIp6TranslatorQuotaResponse {
13108
+ /**
13109
+ * 账户在指定地域的IPV6转换实例及规则配额信息
13110
+ QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额
13111
+ */
13112
+ QuotaSet?: Array<Quota>
13113
+ /**
13114
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13115
+ */
13116
+ RequestId?: string
13117
+ }
13118
+
12691
13119
  /**
12692
13120
  * DeleteServiceTemplateGroup请求参数结构体
12693
13121
  */
@@ -12764,6 +13192,16 @@ export interface CreateDirectConnectGatewayResponse {
12764
13192
  RequestId?: string
12765
13193
  }
12766
13194
 
13195
+ /**
13196
+ * AttachCcnInstances返回参数结构体
13197
+ */
13198
+ export interface AttachCcnInstancesResponse {
13199
+ /**
13200
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13201
+ */
13202
+ RequestId?: string
13203
+ }
13204
+
12767
13205
  /**
12768
13206
  * ModifyVpcEndPointAttribute请求参数结构体
12769
13207
  */
@@ -12782,6 +13220,28 @@ export interface ModifyVpcEndPointAttributeRequest {
12782
13220
  SecurityGroupIds?: Array<string>
12783
13221
  }
12784
13222
 
13223
+ /**
13224
+ * DescribeCcnRouteTables请求参数结构体
13225
+ */
13226
+ export interface DescribeCcnRouteTablesRequest {
13227
+ /**
13228
+ * 过滤条件:
13229
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
13230
+ <li>route-table-id - String -(过滤条件)路由表ID。</li>
13231
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
13232
+ <li>route-table-description- String -(过滤条件)路由表备注。</li>
13233
+ */
13234
+ Filters?: Array<Filter>
13235
+ /**
13236
+ * 偏移量。
13237
+ */
13238
+ Offset?: number
13239
+ /**
13240
+ * 一次查询最大返回的数量。
13241
+ */
13242
+ Limit?: number
13243
+ }
13244
+
12785
13245
  /**
12786
13246
  * DescribeTaskResult返回参数结构体
12787
13247
  */
@@ -12860,6 +13320,16 @@ export interface ModifyServiceTemplateGroupAttributeRequest {
12860
13320
  ServiceTemplateIds?: Array<string>
12861
13321
  }
12862
13322
 
13323
+ /**
13324
+ * ReturnNormalAddresses返回参数结构体
13325
+ */
13326
+ export interface ReturnNormalAddressesResponse {
13327
+ /**
13328
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13329
+ */
13330
+ RequestId?: string
13331
+ }
13332
+
12863
13333
  /**
12864
13334
  * DeleteVpcEndPoint请求参数结构体
12865
13335
  */
@@ -13123,17 +13593,33 @@ export interface DeleteSnapshotPoliciesRequest {
13123
13593
  }
13124
13594
 
13125
13595
  /**
13126
- * CreateDefaultVpc请求参数结构体
13596
+ * 云联网路由表信息
13127
13597
  */
13128
- export interface CreateDefaultVpcRequest {
13598
+ export interface CcnRouteTable {
13129
13599
  /**
13130
- * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
13600
+ * 云联网ID。
13131
13601
  */
13132
- Zone?: string
13602
+ CcnId: string
13133
13603
  /**
13134
- * 是否强制返回默认VPC
13604
+ * 云联网路由表ID
13135
13605
  */
13136
- Force?: boolean
13606
+ CcnRouteTableId: string
13607
+ /**
13608
+ * 云联网路由表名称。
13609
+ */
13610
+ RouteTableName: string
13611
+ /**
13612
+ * 云联网路由表描述。
13613
+ */
13614
+ RouteTableDescription: string
13615
+ /**
13616
+ * True:是默认路由表 False:非默认路由表。
13617
+ */
13618
+ IsDefaultTable: boolean
13619
+ /**
13620
+ * 创建时间。
13621
+ */
13622
+ CreateTime: string
13137
13623
  }
13138
13624
 
13139
13625
  /**
@@ -13146,6 +13632,16 @@ export interface DeletePrivateNatGatewayResponse {
13146
13632
  RequestId?: string
13147
13633
  }
13148
13634
 
13635
+ /**
13636
+ * DisableFlowLogs返回参数结构体
13637
+ */
13638
+ export interface DisableFlowLogsResponse {
13639
+ /**
13640
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13641
+ */
13642
+ RequestId?: string
13643
+ }
13644
+
13149
13645
  /**
13150
13646
  * DescribeSubnets返回参数结构体
13151
13647
  */
@@ -13305,6 +13801,28 @@ export interface DeleteNetworkAclQuintupleEntriesRequest {
13305
13801
  NetworkAclQuintupleSet: NetworkAclQuintupleEntries
13306
13802
  }
13307
13803
 
13804
+ /**
13805
+ * 云联网路由传播策略
13806
+ */
13807
+ export interface CcnRouteTableBroadcastPolicy {
13808
+ /**
13809
+ * 路由条件
13810
+ */
13811
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
13812
+ /**
13813
+ * 传播条件
13814
+ */
13815
+ BroadcastConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
13816
+ /**
13817
+ * 路由行为,`accept` 允许,`drop` 拒绝
13818
+ */
13819
+ Action: string
13820
+ /**
13821
+ * 策略描述
13822
+ */
13823
+ Description: string
13824
+ }
13825
+
13308
13826
  /**
13309
13827
  * DeleteSubnet请求参数结构体
13310
13828
  */
@@ -13315,6 +13833,20 @@ export interface DeleteSubnetRequest {
13315
13833
  SubnetId: string
13316
13834
  }
13317
13835
 
13836
+ /**
13837
+ * CreateCcnRouteTables返回参数结构体
13838
+ */
13839
+ export interface CreateCcnRouteTablesResponse {
13840
+ /**
13841
+ * 路由表信息列表。
13842
+ */
13843
+ CcnRouteTableSet?: Array<CcnRouteTable>
13844
+ /**
13845
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13846
+ */
13847
+ RequestId?: string
13848
+ }
13849
+
13318
13850
  /**
13319
13851
  * DescribeAddressTemplateGroups请求参数结构体
13320
13852
  */
@@ -13521,6 +14053,16 @@ export interface InquiryPriceResetVpnGatewayInternetMaxBandwidthResponse {
13521
14053
  RequestId?: string
13522
14054
  }
13523
14055
 
14056
+ /**
14057
+ * ReplaceCcnRouteTableBroadcastPolicys返回参数结构体
14058
+ */
14059
+ export interface ReplaceCcnRouteTableBroadcastPolicysResponse {
14060
+ /**
14061
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14062
+ */
14063
+ RequestId?: string
14064
+ }
14065
+
13524
14066
  /**
13525
14067
  * 路由表对象
13526
14068
  */
@@ -13744,21 +14286,21 @@ export interface AssignPrivateIpAddressesRequest {
13744
14286
  }
13745
14287
 
13746
14288
  /**
13747
- * DescribeSnapshotAttachedInstances返回参数结构体
14289
+ * DescribeCcnRouteTableBroadcastPolicys请求参数结构体
13748
14290
  */
13749
- export interface DescribeSnapshotAttachedInstancesResponse {
14291
+ export interface DescribeCcnRouteTableBroadcastPolicysRequest {
13750
14292
  /**
13751
- * 实例列表
14293
+ * 云联网ID
13752
14294
  */
13753
- InstanceSet: Array<SnapshotInstance>
14295
+ CcnId: string
13754
14296
  /**
13755
- * 符合条件的对象数。
14297
+ * 云联网路由表ID
13756
14298
  */
13757
- TotalCount: number
14299
+ RouteTableId: string
13758
14300
  /**
13759
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14301
+ * 路由传播策略版本号
13760
14302
  */
13761
- RequestId?: string
14303
+ PolicyVersion?: number
13762
14304
  }
13763
14305
 
13764
14306
  /**
@@ -14462,6 +15004,24 @@ export interface DetachNetworkInterfaceRequest {
14462
15004
  ClientToken?: string
14463
15005
  }
14464
15006
 
15007
+ /**
15008
+ * DescribeSnapshotAttachedInstances返回参数结构体
15009
+ */
15010
+ export interface DescribeSnapshotAttachedInstancesResponse {
15011
+ /**
15012
+ * 实例列表
15013
+ */
15014
+ InstanceSet: Array<SnapshotInstance>
15015
+ /**
15016
+ * 符合条件的对象数。
15017
+ */
15018
+ TotalCount: number
15019
+ /**
15020
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15021
+ */
15022
+ RequestId?: string
15023
+ }
15024
+
14465
15025
  /**
14466
15026
  * IPV6转换规则
14467
15027
  */
@@ -14671,6 +15231,24 @@ export interface DescribeCcnRoutesResponse {
14671
15231
  RequestId?: string
14672
15232
  }
14673
15233
 
15234
+ /**
15235
+ * DescribeVpcs返回参数结构体
15236
+ */
15237
+ export interface DescribeVpcsResponse {
15238
+ /**
15239
+ * 符合条件的对象数。
15240
+ */
15241
+ TotalCount?: number
15242
+ /**
15243
+ * VPC对象。
15244
+ */
15245
+ VpcSet?: Array<Vpc>
15246
+ /**
15247
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15248
+ */
15249
+ RequestId?: string
15250
+ }
15251
+
14674
15252
  /**
14675
15253
  * 云联网实例对象,该对象特用于运营端使用,不建议给租户的接口中提供该复杂类型。
14676
15254
  */
@@ -14845,6 +15423,49 @@ export interface AssociateAddressRequest {
14845
15423
  EipDirectConnection?: boolean
14846
15424
  }
14847
15425
 
15426
+ /**
15427
+ * 路由表选择策略信息
15428
+ */
15429
+ export interface RouteSelectionPolicy {
15430
+ /**
15431
+ * 云联网ID。
15432
+ */
15433
+ CcnId: string
15434
+ /**
15435
+ * 路由表ID。
15436
+ */
15437
+ RouteTableId: string
15438
+ /**
15439
+ * 路由表名称。
15440
+ */
15441
+ RouteTableName: string
15442
+ /**
15443
+ * 实例类型。如VPC
15444
+ */
15445
+ InstanceType: string
15446
+ /**
15447
+ * 实例名称。
15448
+ */
15449
+ InstanceName: string
15450
+ /**
15451
+ * 源端cidr。
15452
+ */
15453
+ SourceCidrBlock: string
15454
+ /**
15455
+ * 路由表描述。
15456
+ 注意:此字段可能返回 null,表示取不到有效值。
15457
+ */
15458
+ Description: string
15459
+ /**
15460
+ * 实例ID。
15461
+ */
15462
+ InstanceId: string
15463
+ /**
15464
+ * 关联实例所属UIN(根账号)。
15465
+ */
15466
+ InstanceUin: string
15467
+ }
15468
+
14848
15469
  /**
14849
15470
  * 云联网(CCN)地域出带宽上限
14850
15471
  */
@@ -14872,6 +15493,16 @@ export interface CcnRegionBandwidthLimit {
14872
15493
  DstIsBm?: boolean
14873
15494
  }
14874
15495
 
15496
+ /**
15497
+ * ModifyCcnRouteTables请求参数结构体
15498
+ */
15499
+ export interface ModifyCcnRouteTablesRequest {
15500
+ /**
15501
+ * 需要修改的路由表列表。
15502
+ */
15503
+ RouteTableInfo: Array<ModifyRouteTableInfo>
15504
+ }
15505
+
14875
15506
  /**
14876
15507
  * ResetAttachCcnInstances请求参数结构体
14877
15508
  */
@@ -14986,6 +15617,24 @@ export interface SnapshotFileInfo {
14986
15617
  Operator: string
14987
15618
  }
14988
15619
 
15620
+ /**
15621
+ * 云联网路由表信息
15622
+ */
15623
+ export interface ModifyRouteTableInfo {
15624
+ /**
15625
+ * 云联网路由表id。
15626
+ */
15627
+ RouteTableId: string
15628
+ /**
15629
+ * 云联网路由表名称。
15630
+ */
15631
+ Name?: string
15632
+ /**
15633
+ * 云联网路由表描述。
15634
+ */
15635
+ Description?: string
15636
+ }
15637
+
14989
15638
  /**
14990
15639
  * ModifyNetworkInterfaceAttribute请求参数结构体
14991
15640
  */
@@ -15135,14 +15784,14 @@ export interface CreateHaVipRequest {
15135
15784
  * `HAVIP`所在私有网络`ID`。
15136
15785
  */
15137
15786
  VpcId: string
15138
- /**
15139
- * `HAVIP`所在子网`ID`。
15140
- */
15141
- SubnetId: string
15142
15787
  /**
15143
15788
  * `HAVIP`名称。
15144
15789
  */
15145
15790
  HaVipName: string
15791
+ /**
15792
+ * `HAVIP`所在子网`ID`。
15793
+ */
15794
+ SubnetId?: string
15146
15795
  /**
15147
15796
  * 指定虚拟IP地址,必须在`VPC`网段内且未被占用。不指定则自动分配。
15148
15797
  */
@@ -15151,6 +15800,10 @@ export interface CreateHaVipRequest {
15151
15800
  * `HAVIP`所在弹性网卡`ID`。
15152
15801
  */
15153
15802
  NetworkInterfaceId?: string
15803
+ /**
15804
+ * 是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。
15805
+ */
15806
+ CheckAssociate?: boolean
15154
15807
  }
15155
15808
 
15156
15809
  /**
@@ -15254,21 +15907,107 @@ export interface DeleteSecurityGroupRequest {
15254
15907
  }
15255
15908
 
15256
15909
  /**
15257
- * DescribeDhcpIps返回参数结构体
15910
+ * 合规化审批单
15258
15911
  */
15259
- export interface DescribeDhcpIpsResponse {
15912
+ export interface CrossBorderCompliance {
15260
15913
  /**
15261
- * 实例详细信息列表。
15914
+ * 服务商,可选值:`UNICOM`。
15262
15915
  */
15263
- DhcpIpSet: Array<DhcpIp>
15916
+ ServiceProvider?: string
15264
15917
  /**
15265
- * 符合条件的实例数量。
15918
+ * 合规化审批单`ID`。
15266
15919
  */
15267
- TotalCount: number
15920
+ ComplianceId?: number
15268
15921
  /**
15269
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15922
+ * 公司全称。
15270
15923
  */
15271
- RequestId?: string
15924
+ Company?: string
15925
+ /**
15926
+ * 统一社会信用代码。
15927
+ */
15928
+ UniformSocialCreditCode?: string
15929
+ /**
15930
+ * 法定代表人。
15931
+ */
15932
+ LegalPerson?: string
15933
+ /**
15934
+ * 发证机关。
15935
+ */
15936
+ IssuingAuthority?: string
15937
+ /**
15938
+ * 营业执照。
15939
+ */
15940
+ BusinessLicense?: string
15941
+ /**
15942
+ * 营业执照住所。
15943
+ */
15944
+ BusinessAddress?: string
15945
+ /**
15946
+ * 邮编。
15947
+ */
15948
+ PostCode?: number
15949
+ /**
15950
+ * 经办人。
15951
+ */
15952
+ Manager?: string
15953
+ /**
15954
+ * 经办人身份证号。
15955
+ */
15956
+ ManagerId?: string
15957
+ /**
15958
+ * 经办人身份证。
15959
+ */
15960
+ ManagerIdCard?: string
15961
+ /**
15962
+ * 经办人身份证地址。
15963
+ */
15964
+ ManagerAddress?: string
15965
+ /**
15966
+ * 经办人联系电话。
15967
+ */
15968
+ ManagerTelephone?: string
15969
+ /**
15970
+ * 电子邮箱。
15971
+ */
15972
+ Email?: string
15973
+ /**
15974
+ * 服务受理单。
15975
+ */
15976
+ ServiceHandlingForm?: string
15977
+ /**
15978
+ * 授权函。
15979
+ */
15980
+ AuthorizationLetter?: string
15981
+ /**
15982
+ * 信息安全承诺书。
15983
+ */
15984
+ SafetyCommitment?: string
15985
+ /**
15986
+ * 服务开始时间。
15987
+ */
15988
+ ServiceStartDate?: string
15989
+ /**
15990
+ * 服务截止时间。
15991
+ */
15992
+ ServiceEndDate?: string
15993
+ /**
15994
+ * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
15995
+ */
15996
+ State?: string
15997
+ /**
15998
+ * 审批单创建时间。
15999
+ */
16000
+ CreatedTime?: string
16001
+ /**
16002
+ * 法定代表人身份证号。
16003
+ 注意:此字段可能返回 null,表示取不到有效值。
16004
+ */
16005
+ LegalPersonId?: string
16006
+ /**
16007
+ * 法定代表人身份证。
16008
+ 注意:此字段可能返回 null,表示取不到有效值。
16009
+ */
16010
+ LegalPersonIdCard?: string
15272
16011
  }
15273
16012
 
15274
16013
  /**
@@ -15338,6 +16077,24 @@ export interface DescribeCrossBorderCcnRegionBandwidthLimitsRequest {
15338
16077
  Limit?: number
15339
16078
  }
15340
16079
 
16080
+ /**
16081
+ * ReplaceCcnRouteTableBroadcastPolicys请求参数结构体
16082
+ */
16083
+ export interface ReplaceCcnRouteTableBroadcastPolicysRequest {
16084
+ /**
16085
+ * 云联网ID
16086
+ */
16087
+ CcnId: string
16088
+ /**
16089
+ * 云联网路由表ID
16090
+ */
16091
+ RouteTableId: string
16092
+ /**
16093
+ * 新的路由传播策略
16094
+ */
16095
+ Policys: Array<CcnRouteTableBroadcastPolicy>
16096
+ }
16097
+
15341
16098
  /**
15342
16099
  * DescribeSnapshotAttachedInstances请求参数结构体
15343
16100
  */
@@ -15545,13 +16302,29 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
15545
16302
  }
15546
16303
 
15547
16304
  /**
15548
- * DeleteHaVip返回参数结构体
16305
+ * InquiryPriceCreateVpnGateway请求参数结构体
15549
16306
  */
15550
- export interface DeleteHaVipResponse {
16307
+ export interface InquiryPriceCreateVpnGatewayRequest {
15551
16308
  /**
15552
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
16309
+ * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps
15553
16310
  */
15554
- RequestId?: string
16311
+ InternetMaxBandwidthOut: number
16312
+ /**
16313
+ * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
16314
+ */
16315
+ InstanceChargeType?: string
16316
+ /**
16317
+ * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
16318
+ */
16319
+ InstanceChargePrepaid?: InstanceChargePrepaid
16320
+ /**
16321
+ * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
16322
+ */
16323
+ MaxConnection?: number
16324
+ /**
16325
+ * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
16326
+ */
16327
+ Type?: string
15555
16328
  }
15556
16329
 
15557
16330
  /**
@@ -16066,20 +16839,6 @@ export interface ModifySubnetAttributeRequest {
16066
16839
  EnableBroadcast?: string
16067
16840
  }
16068
16841
 
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
16842
  /**
16084
16843
  * ModifyVpcEndPointServiceWhiteList返回参数结构体
16085
16844
  */