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
@@ -976,6 +976,56 @@ export interface IpField {
976
976
  */
977
977
  Comment?: boolean;
978
978
  }
979
+ /**
980
+ * 云联网实例绑定路由表信息
981
+ */
982
+ export interface InstanceBind {
983
+ /**
984
+ * 云联网ID。
985
+ */
986
+ CcnId: string;
987
+ /**
988
+ * 实例类型:VPC,DIRECTCONNECT,BMVPC,EDGE,EDGE_TUNNEL,EDGE_VPNGW,VPNGW。
989
+ */
990
+ InstanceType: string;
991
+ /**
992
+ * 实例ID。
993
+ */
994
+ InstanceId: string;
995
+ /**
996
+ * 实例绑定路由表的时间。
997
+ */
998
+ InstanceBindTime: string;
999
+ /**
1000
+ * 路由表ID。
1001
+ */
1002
+ RouteTableId: string;
1003
+ /**
1004
+ * 实例名称。
1005
+ */
1006
+ InstanceName: string;
1007
+ /**
1008
+ * 实例所在地域。
1009
+ */
1010
+ InstanceRegion: Array<string>;
1011
+ /**
1012
+ * 实例所属的账户uin。
1013
+ */
1014
+ InstanceUin: string;
1015
+ /**
1016
+ * 关联实例状态:
1017
+ <li>`PENDING`:申请中</li>
1018
+ <li>`ACTIVE`:已连接</li>
1019
+ <li>`EXPIRED`:已过期</li>
1020
+ <li>`REJECTED`:已拒绝</li>
1021
+ <li>`DELETED`:已删除</li>
1022
+ <li>`FAILED`:失败的(2小时后将异步强制解关联)</li>
1023
+ <li>`ATTACHING`:关联中</li>
1024
+ <li>`DETACHING`:解关联中</li>
1025
+ <li>`DETACHFAILED`:解关联失败(2小时后将异步强制解关联)</li>
1026
+ */
1027
+ State: string;
1028
+ }
979
1029
  /**
980
1030
  * AddBandwidthPackageResources请求参数结构体
981
1031
  */
@@ -1031,6 +1081,23 @@ export interface DeleteVpnGatewaySslClientResponse {
1031
1081
  */
1032
1082
  RequestId?: string;
1033
1083
  }
1084
+ /**
1085
+ * 云联网路由接收策略
1086
+ */
1087
+ export interface CcnRouteTableInputPolicy {
1088
+ /**
1089
+ * 路由条件。
1090
+ */
1091
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>;
1092
+ /**
1093
+ * 路由行为,`accept` 允许,`drop` 拒绝。
1094
+ */
1095
+ Action: string;
1096
+ /**
1097
+ * 策略描述。
1098
+ */
1099
+ Description: string;
1100
+ }
1034
1101
  /**
1035
1102
  * CreateVpc返回参数结构体
1036
1103
  */
@@ -1135,14 +1202,9 @@ export interface AddressTemplate {
1135
1202
  AddressExtraSet: Array<AddressInfo>;
1136
1203
  }
1137
1204
  /**
1138
- * DescribeIp6TranslatorQuota返回参数结构体
1205
+ * DeleteHaVip返回参数结构体
1139
1206
  */
1140
- export interface DescribeIp6TranslatorQuotaResponse {
1141
- /**
1142
- * 账户在指定地域的IPV6转换实例及规则配额信息
1143
- QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额
1144
- */
1145
- QuotaSet?: Array<Quota>;
1207
+ export interface DeleteHaVipResponse {
1146
1208
  /**
1147
1209
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1148
1210
  */
@@ -1174,6 +1236,55 @@ export interface DescribeBandwidthPackageBillUsageRequest {
1174
1236
  */
1175
1237
  BandwidthPackageId: string;
1176
1238
  }
1239
+ /**
1240
+ * 路由表选择策略信息
1241
+ */
1242
+ export interface CcnRouteTableSelectPolicy {
1243
+ /**
1244
+ * 实例类型:
1245
+ 私有网络: `VPC`
1246
+ 专线网关: `DIRECTCONNECT`
1247
+ 黑石私有网络: `BMVPC`
1248
+ EDGE设备: `EDGE`
1249
+ EDGE隧道: `EDGE_TUNNEL`
1250
+ EDGE网关: `EDGE_VPNGW`
1251
+ VPN网关:`VPNGW`
1252
+ */
1253
+ InstanceType: string;
1254
+ /**
1255
+ * 实例ID。
1256
+ */
1257
+ InstanceId: string;
1258
+ /**
1259
+ * 源端CIDR。
1260
+ */
1261
+ SourceCidrBlock: string;
1262
+ /**
1263
+ * 路由表ID。
1264
+ */
1265
+ RouteTableId: string;
1266
+ /**
1267
+ * 路由表备注。
1268
+ */
1269
+ Description?: string;
1270
+ }
1271
+ /**
1272
+ * DescribeRouteTableSelectionPolicies返回参数结构体
1273
+ */
1274
+ export interface DescribeRouteTableSelectionPoliciesResponse {
1275
+ /**
1276
+ * 符合条件的对象数。
1277
+ */
1278
+ TotalCount?: number;
1279
+ /**
1280
+ * 路由表选择策略信息集合。
1281
+ */
1282
+ RouteSelectionPolicySet?: Array<RouteSelectionPolicy>;
1283
+ /**
1284
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1285
+ */
1286
+ RequestId?: string;
1287
+ }
1177
1288
  /**
1178
1289
  * UnassignIpv6Addresses返回参数结构体
1179
1290
  */
@@ -1280,29 +1391,21 @@ export interface CcnRegionBandwidthLimitInfo {
1280
1391
  BandwidthLimit: number;
1281
1392
  }
1282
1393
  /**
1283
- * CloneSecurityGroup请求参数结构体
1394
+ * DescribeCcnRouteTableInputPolicys请求参数结构体
1284
1395
  */
1285
- export interface CloneSecurityGroupRequest {
1286
- /**
1287
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
1288
- */
1289
- SecurityGroupId: string;
1396
+ export interface DescribeCcnRouteTableInputPolicysRequest {
1290
1397
  /**
1291
- * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
1292
- */
1293
- GroupName?: string;
1294
- /**
1295
- * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
1398
+ * 云联网ID。
1296
1399
  */
1297
- GroupDescription?: string;
1400
+ CcnId: string;
1298
1401
  /**
1299
- * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
1402
+ * 云联网路由表ID
1300
1403
  */
1301
- ProjectId?: string;
1404
+ RouteTableId: string;
1302
1405
  /**
1303
- * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
1406
+ * 路由接收策略版本号。
1304
1407
  */
1305
- RemoteRegion?: string;
1408
+ PolicyVersion?: number;
1306
1409
  }
1307
1410
  /**
1308
1411
  * AssociateNatGatewayAddress请求参数结构体
@@ -1338,42 +1441,21 @@ export interface AssociateNatGatewayAddressRequest {
1338
1441
  PublicIpFromSameZone?: boolean;
1339
1442
  }
1340
1443
  /**
1341
- * CreateDirectConnectGateway请求参数结构体
1444
+ * DescribeFlowLogs返回参数结构体
1342
1445
  */
1343
- export interface CreateDirectConnectGatewayRequest {
1344
- /**
1345
- * 专线网关名称
1346
- */
1347
- DirectConnectGatewayName: string;
1348
- /**
1349
- * 关联网络类型,可选值:
1350
- <li>VPC - 私有网络</li>
1351
- <li>CCN - 云联网</li>
1352
- */
1353
- NetworkType: string;
1354
- /**
1355
- * <li>NetworkType 为 VPC 时,这里传值为私有网络实例ID</li>
1356
- <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
1357
- */
1358
- NetworkInstanceId: string;
1359
- /**
1360
- * 网关类型,可选值:
1361
- <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>
1362
- <li>NAT - NAT型</li>NAT类型支持网络地址转换配置,类型确定后不能修改;一个私有网络可以创建一个NAT类型的专线网关和一个非NAT类型的专线网关
1363
- */
1364
- GatewayType?: string;
1446
+ export interface DescribeFlowLogsResponse {
1365
1447
  /**
1366
- * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
1448
+ * 流日志实例集合。
1367
1449
  */
1368
- ModeType?: string;
1450
+ FlowLog?: Array<FlowLog>;
1369
1451
  /**
1370
- * 专线网关可用区
1452
+ * 流日志总数目。
1371
1453
  */
1372
- Zone?: string;
1454
+ TotalNum?: number;
1373
1455
  /**
1374
- * 专线网关高可用区容灾组ID
1456
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1375
1457
  */
1376
- HaZoneGroupId?: string;
1458
+ RequestId?: string;
1377
1459
  }
1378
1460
  /**
1379
1461
  * CreateVpnGatewaySslServer请求参数结构体
@@ -2049,6 +2131,19 @@ export interface ModifyFlowLogAttributeResponse {
2049
2131
  */
2050
2132
  RequestId?: string;
2051
2133
  }
2134
+ /**
2135
+ * InquiryPriceRenewVpnGateway返回参数结构体
2136
+ */
2137
+ export interface InquiryPriceRenewVpnGatewayResponse {
2138
+ /**
2139
+ * 商品价格。
2140
+ */
2141
+ Price?: Price;
2142
+ /**
2143
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2144
+ */
2145
+ RequestId?: string;
2146
+ }
2052
2147
  /**
2053
2148
  * DescribeBandwidthPackages返回参数结构体
2054
2149
  */
@@ -2178,21 +2273,21 @@ export interface CreateVpcEndPointServiceWhiteListResponse {
2178
2273
  RequestId?: string;
2179
2274
  }
2180
2275
  /**
2181
- * DescribeIpGeolocationDatabaseUrl返回参数结构体
2276
+ * AssociateInstancesToCcnRouteTable请求参数结构体
2182
2277
  */
2183
- export interface DescribeIpGeolocationDatabaseUrlResponse {
2278
+ export interface AssociateInstancesToCcnRouteTableRequest {
2184
2279
  /**
2185
- * IP地理位置库下载链接地址。
2280
+ * 云联网ID。
2186
2281
  */
2187
- DownLoadUrl?: string;
2282
+ CcnId: string;
2188
2283
  /**
2189
- * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
2284
+ * 路由表ID。
2190
2285
  */
2191
- ExpiredAt?: string;
2286
+ RouteTableId: string;
2192
2287
  /**
2193
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2288
+ * 实例列表。
2194
2289
  */
2195
- RequestId?: string;
2290
+ Instances: Array<CcnInstanceWithoutRegion>;
2196
2291
  }
2197
2292
  /**
2198
2293
  * UnlockCcnBandwidths请求参数结构体
@@ -2585,6 +2680,15 @@ export interface ModifyAddressInternetChargeTypeResponse {
2585
2680
  */
2586
2681
  RequestId?: string;
2587
2682
  }
2683
+ /**
2684
+ * SetCcnRegionBandwidthLimits返回参数结构体
2685
+ */
2686
+ export interface SetCcnRegionBandwidthLimitsResponse {
2687
+ /**
2688
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2689
+ */
2690
+ RequestId?: string;
2691
+ }
2588
2692
  /**
2589
2693
  * UnassignIpv6SubnetCidrBlock请求参数结构体
2590
2694
  */
@@ -3612,6 +3716,27 @@ export interface DescribeVpnGatewaySslClientsRequest {
3612
3716
  */
3613
3717
  IsVpnPortal?: boolean;
3614
3718
  }
3719
+ /**
3720
+ * ModifyDirectConnectGatewayAttribute请求参数结构体
3721
+ */
3722
+ export interface ModifyDirectConnectGatewayAttributeRequest {
3723
+ /**
3724
+ * 专线网关唯一`ID`,形如:`dcg-9o233uri`。
3725
+ */
3726
+ DirectConnectGatewayId: string;
3727
+ /**
3728
+ * 专线网关名称,可任意命名,但不得超过60个字符。
3729
+ */
3730
+ DirectConnectGatewayName?: string;
3731
+ /**
3732
+ * 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
3733
+ */
3734
+ CcnRouteType?: string;
3735
+ /**
3736
+ * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
3737
+ */
3738
+ ModeType?: string;
3739
+ }
3615
3740
  /**
3616
3741
  * 终端节点服务的服务白名单对象详情。
3617
3742
  */
@@ -3637,6 +3762,19 @@ export interface VpcEndPointServiceUser {
3637
3762
  */
3638
3763
  EndPointServiceId: string;
3639
3764
  }
3765
+ /**
3766
+ * ModifyRouteTableSelectionPolicies请求参数结构体
3767
+ */
3768
+ export interface ModifyRouteTableSelectionPoliciesRequest {
3769
+ /**
3770
+ * 云联网ID。
3771
+ */
3772
+ CcnId: string;
3773
+ /**
3774
+ * 选择策略信息集合,表示需要按照当前的策略来修改。
3775
+ */
3776
+ SelectionPolicies: Array<CcnRouteTableSelectPolicy>;
3777
+ }
3640
3778
  /**
3641
3779
  * RejectVpcPeeringConnection返回参数结构体
3642
3780
  */
@@ -3647,13 +3785,13 @@ export interface RejectVpcPeeringConnectionResponse {
3647
3785
  RequestId?: string;
3648
3786
  }
3649
3787
  /**
3650
- * DescribeIp6TranslatorQuota请求参数结构体
3788
+ * ClearRouteTableSelectionPolicies请求参数结构体
3651
3789
  */
3652
- export interface DescribeIp6TranslatorQuotaRequest {
3790
+ export interface ClearRouteTableSelectionPoliciesRequest {
3653
3791
  /**
3654
- * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
3792
+ * 云联网ID
3655
3793
  */
3656
- Ip6TranslatorIds?: Array<string>;
3794
+ CcnId: string;
3657
3795
  }
3658
3796
  /**
3659
3797
  * CreateTrafficPackages返回参数结构体
@@ -3768,37 +3906,9 @@ export interface SetVpnGatewaysRenewFlagResponse {
3768
3906
  RequestId?: string;
3769
3907
  }
3770
3908
  /**
3771
- * DescribeSgSnapshotFileContent返回参数结构体
3909
+ * AssociateInstancesToCcnRouteTable返回参数结构体
3772
3910
  */
3773
- export interface DescribeSgSnapshotFileContentResponse {
3774
- /**
3775
- * 实例Id,即安全组Id。
3776
- */
3777
- InstanceId: string;
3778
- /**
3779
- * 快照策略Id。
3780
- */
3781
- SnapshotPolicyId: string;
3782
- /**
3783
- * 快照文件Id。
3784
- */
3785
- SnapshotFileId: string;
3786
- /**
3787
- * 备份时间。
3788
- */
3789
- BackupTime: string;
3790
- /**
3791
- * 操作者。
3792
- */
3793
- Operator: string;
3794
- /**
3795
- * 原始数据。
3796
- */
3797
- OriginalData: Array<SecurityGroupPolicy>;
3798
- /**
3799
- * 备份数据。
3800
- */
3801
- BackupData: Array<SecurityGroupPolicy>;
3911
+ export interface AssociateInstancesToCcnRouteTableResponse {
3802
3912
  /**
3803
3913
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3804
3914
  */
@@ -3951,35 +4061,65 @@ export interface DeleteDirectConnectGatewayCcnRoutesResponse {
3951
4061
  RequestId?: string;
3952
4062
  }
3953
4063
  /**
3954
- * DescribeAssistantCidr返回参数结构体
4064
+ * HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。
3955
4065
  */
3956
- export interface DescribeAssistantCidrResponse {
4066
+ export interface HaVipAssociation {
3957
4067
  /**
3958
- * 符合条件的辅助CIDR数组。
4068
+ * HaVip实例唯一ID。
3959
4069
  注意:此字段可能返回 null,表示取不到有效值。
3960
4070
  */
3961
- AssistantCidrSet?: Array<AssistantCidr>;
4071
+ HaVipId: string;
3962
4072
  /**
3963
- * 符合条件的实例数量。
4073
+ * HaVip绑定的子机或网卡唯一ID。
4074
+ 注意:此字段可能返回 null,表示取不到有效值。
3964
4075
  */
3965
- TotalCount?: number;
4076
+ InstanceId: string;
3966
4077
  /**
3967
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
4078
+ * HaVip绑定的类型。取值:CVM, ENI
4079
+ 注意:此字段可能返回 null,表示取不到有效值。
4080
+ */
4081
+ InstanceType: string;
4082
+ }
4083
+ /**
4084
+ * DescribeAssistantCidr返回参数结构体
4085
+ */
4086
+ export interface DescribeAssistantCidrResponse {
4087
+ /**
4088
+ * 符合条件的辅助CIDR数组。
4089
+ 注意:此字段可能返回 null,表示取不到有效值。
4090
+ */
4091
+ AssistantCidrSet?: Array<AssistantCidr>;
4092
+ /**
4093
+ * 符合条件的实例数量。
4094
+ */
4095
+ TotalCount?: number;
4096
+ /**
4097
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3968
4098
  */
3969
4099
  RequestId?: string;
3970
4100
  }
3971
4101
  /**
3972
- * 时间备份策略详情
4102
+ * DescribeHaVips请求参数结构体
3973
4103
  */
3974
- export interface BackupPolicy {
4104
+ export interface DescribeHaVipsRequest {
3975
4105
  /**
3976
- * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
4106
+ * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
3977
4107
  */
3978
- BackupDay: string;
4108
+ HaVipIds?: Array<string>;
3979
4109
  /**
3980
- * 备份时间点,格式:HH:mm:ss。
4110
+ * 过滤条件,参数不支持同时指定`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>
3981
4111
  */
3982
- BackupTime: string;
4112
+ Filters?: Array<Filter>;
4113
+ /**
4114
+ * 偏移量,默认为0。
4115
+
4116
+ */
4117
+ Offset?: number;
4118
+ /**
4119
+ * 返回数量,默认为20,最大值为100。
4120
+
4121
+ */
4122
+ Limit?: number;
3983
4123
  }
3984
4124
  /**
3985
4125
  * 占用ip的资源信息
@@ -4006,6 +4146,35 @@ export interface IpAddressStates {
4006
4146
  */
4007
4147
  ResourceId: string;
4008
4148
  }
4149
+ /**
4150
+ * DescribeRouteTableSelectionPolicies请求参数结构体
4151
+ */
4152
+ export interface DescribeRouteTableSelectionPoliciesRequest {
4153
+ /**
4154
+ * 偏移量
4155
+ */
4156
+ Offset?: number;
4157
+ /**
4158
+ * 返回数量
4159
+ */
4160
+ Limit?: number;
4161
+ /**
4162
+ * 过滤条件:
4163
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
4164
+ <li>instance-type - String -(过滤条件)关联实例类型:
4165
+ 私有网络: `VPC`
4166
+ 专线网关: `DIRECTCONNECT`
4167
+ 黑石私有网络: `BMVPC`
4168
+ EDGE设备: `EDGE`
4169
+ EDGE隧道: `EDGE_TUNNEL`
4170
+ EDGE网关: `EDGE_VPNGW`
4171
+ VPN网关:`VPNGW`</li>
4172
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
4173
+ <li>instance-id - String -(过滤条件)关联的实例ID。</li>
4174
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
4175
+ */
4176
+ Filters?: Array<Filter>;
4177
+ }
4009
4178
  /**
4010
4179
  * 用于描述实例的统计信息
4011
4180
  */
@@ -4954,6 +5123,15 @@ export interface DeleteVpcRequest {
4954
5123
  */
4955
5124
  VpcId: string;
4956
5125
  }
5126
+ /**
5127
+ * DeleteCcnRouteTables请求参数结构体
5128
+ */
5129
+ export interface DeleteCcnRouteTablesRequest {
5130
+ /**
5131
+ * 需要删除的路由表列表。
5132
+ */
5133
+ RouteTableId: Array<string>;
5134
+ }
4957
5135
  /**
4958
5136
  * ModifyServiceTemplateAttribute返回参数结构体
4959
5137
  */
@@ -5026,6 +5204,15 @@ export interface PolicyStatistics {
5026
5204
  */
5027
5205
  EgressIPv6TotalCount: number;
5028
5206
  }
5207
+ /**
5208
+ * ModifyRouteTableSelectionPolicies返回参数结构体
5209
+ */
5210
+ export interface ModifyRouteTableSelectionPoliciesResponse {
5211
+ /**
5212
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5213
+ */
5214
+ RequestId?: string;
5215
+ }
5029
5216
  /**
5030
5217
  * CreateSubnet返回参数结构体
5031
5218
  */
@@ -5308,6 +5495,23 @@ export interface DescribeSubnetResourceDashboardRequest {
5308
5495
  */
5309
5496
  SubnetIds: Array<string>;
5310
5497
  }
5498
+ /**
5499
+ * DescribeIpGeolocationDatabaseUrl返回参数结构体
5500
+ */
5501
+ export interface DescribeIpGeolocationDatabaseUrlResponse {
5502
+ /**
5503
+ * IP地理位置库下载链接地址。
5504
+ */
5505
+ DownLoadUrl?: string;
5506
+ /**
5507
+ * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
5508
+ */
5509
+ ExpiredAt?: string;
5510
+ /**
5511
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5512
+ */
5513
+ RequestId?: string;
5514
+ }
5311
5515
  /**
5312
5516
  * Vpc任务结果详细信息。
5313
5517
  */
@@ -5598,25 +5802,21 @@ export interface CustomerGateway {
5598
5802
  BgpAsn?: number;
5599
5803
  }
5600
5804
  /**
5601
- * ModifyDirectConnectGatewayAttribute请求参数结构体
5805
+ * DescribeCcnRouteTableInputPolicys返回参数结构体
5602
5806
  */
5603
- export interface ModifyDirectConnectGatewayAttributeRequest {
5604
- /**
5605
- * 专线网关唯一`ID`,形如:`dcg-9o233uri`。
5606
- */
5607
- DirectConnectGatewayId: string;
5807
+ export interface DescribeCcnRouteTableInputPolicysResponse {
5608
5808
  /**
5609
- * 专线网关名称,可任意命名,但不得超过60个字符。
5809
+ * 路由表接收策略。
5610
5810
  */
5611
- DirectConnectGatewayName?: string;
5811
+ PolicySet?: Array<CcnRouteTableInputPolicys>;
5612
5812
  /**
5613
- * 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
5813
+ * 符合条件的对象数。
5614
5814
  */
5615
- CcnRouteType?: string;
5815
+ TotalCount?: number;
5616
5816
  /**
5617
- * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
5817
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5618
5818
  */
5619
- ModeType?: string;
5819
+ RequestId?: string;
5620
5820
  }
5621
5821
  /**
5622
5822
  * ModifyBandwidthPackageAttribute返回参数结构体
@@ -6818,21 +7018,13 @@ export interface DisassociateNetworkInterfaceSecurityGroupsResponse {
6818
7018
  RequestId?: string;
6819
7019
  }
6820
7020
  /**
6821
- * DescribeVpcs返回参数结构体
7021
+ * DescribeIp6TranslatorQuota请求参数结构体
6822
7022
  */
6823
- export interface DescribeVpcsResponse {
6824
- /**
6825
- * 符合条件的对象数。
6826
- */
6827
- TotalCount?: number;
6828
- /**
6829
- * VPC对象。
6830
- */
6831
- VpcSet?: Array<Vpc>;
7023
+ export interface DescribeIp6TranslatorQuotaRequest {
6832
7024
  /**
6833
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7025
+ * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
6834
7026
  */
6835
- RequestId?: string;
7027
+ Ip6TranslatorIds?: Array<string>;
6836
7028
  }
6837
7029
  /**
6838
7030
  * DescribePrivateNatGatewayLimits返回参数结构体
@@ -7065,6 +7257,23 @@ export interface DisableGatewayFlowMonitorRequest {
7065
7257
  */
7066
7258
  GatewayId: string;
7067
7259
  }
7260
+ /**
7261
+ * DescribeCcnRouteTableBroadcastPolicys返回参数结构体
7262
+ */
7263
+ export interface DescribeCcnRouteTableBroadcastPolicysResponse {
7264
+ /**
7265
+ * 路由表传播策略。
7266
+ */
7267
+ PolicySet: Array<CcnRouteTableBroadcastPolicys>;
7268
+ /**
7269
+ * 符合条件的对象数。
7270
+ */
7271
+ TotalCount: number;
7272
+ /**
7273
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7274
+ */
7275
+ RequestId?: string;
7276
+ }
7068
7277
  /**
7069
7278
  * EnableRoutes返回参数结构体
7070
7279
  */
@@ -7220,6 +7429,23 @@ export interface RenewVpnGatewayResponse {
7220
7429
  */
7221
7430
  RequestId?: string;
7222
7431
  }
7432
+ /**
7433
+ * DescribeCcnRouteTables返回参数结构体
7434
+ */
7435
+ export interface DescribeCcnRouteTablesResponse {
7436
+ /**
7437
+ * 路由表信息列表。
7438
+ */
7439
+ CcnRouteTableSet: Array<CcnRouteTable>;
7440
+ /**
7441
+ * 查询到的路由表数量。
7442
+ */
7443
+ TotalCount: number;
7444
+ /**
7445
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7446
+ */
7447
+ RequestId?: string;
7448
+ }
7223
7449
  /**
7224
7450
  * DeleteDirectConnectGateway返回参数结构体
7225
7451
  */
@@ -7489,18 +7715,46 @@ export interface HaVipDisassociateAddressIpRequest {
7489
7715
  HaVipId: string;
7490
7716
  }
7491
7717
  /**
7492
- * ReturnNormalAddresses返回参数结构体
7718
+ * DescribeSgSnapshotFileContent返回参数结构体
7493
7719
  */
7494
- export interface ReturnNormalAddressesResponse {
7720
+ export interface DescribeSgSnapshotFileContentResponse {
7721
+ /**
7722
+ * 实例Id,即安全组Id。
7723
+ */
7724
+ InstanceId: string;
7725
+ /**
7726
+ * 快照策略Id。
7727
+ */
7728
+ SnapshotPolicyId: string;
7729
+ /**
7730
+ * 快照文件Id。
7731
+ */
7732
+ SnapshotFileId: string;
7733
+ /**
7734
+ * 备份时间。
7735
+ */
7736
+ BackupTime: string;
7737
+ /**
7738
+ * 操作者。
7739
+ */
7740
+ Operator: string;
7741
+ /**
7742
+ * 原始数据。
7743
+ */
7744
+ OriginalData: Array<SecurityGroupPolicy>;
7745
+ /**
7746
+ * 备份数据。
7747
+ */
7748
+ BackupData: Array<SecurityGroupPolicy>;
7495
7749
  /**
7496
7750
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7497
7751
  */
7498
7752
  RequestId?: string;
7499
7753
  }
7500
7754
  /**
7501
- * DisableFlowLogs返回参数结构体
7755
+ * ClearRouteTableSelectionPolicies返回参数结构体
7502
7756
  */
7503
- export interface DisableFlowLogsResponse {
7757
+ export interface ClearRouteTableSelectionPoliciesResponse {
7504
7758
  /**
7505
7759
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7506
7760
  */
@@ -7948,6 +8202,26 @@ export interface SecurityPolicyDatabase {
7948
8202
  */
7949
8203
  RemoteCidrBlock: Array<string>;
7950
8204
  }
8205
+ /**
8206
+ * 云联网路由接收策略列表
8207
+ */
8208
+ export interface CcnRouteTableInputPolicys {
8209
+ /**
8210
+ * 策略列表。
8211
+ 注意:此字段可能返回 null,表示取不到有效值。
8212
+ */
8213
+ Policys?: Array<CcnRouteTableInputPolicy>;
8214
+ /**
8215
+ * 版本号。
8216
+ 注意:此字段可能返回 null,表示取不到有效值。
8217
+ */
8218
+ PolicyVersion?: number;
8219
+ /**
8220
+ * 创建时间。
8221
+ 注意:此字段可能返回 null,表示取不到有效值。
8222
+ */
8223
+ CreateTime?: string;
8224
+ }
7951
8225
  /**
7952
8226
  * DescribeNetworkAccountType返回参数结构体
7953
8227
  */
@@ -8174,34 +8448,55 @@ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
8174
8448
  Limit?: number;
8175
8449
  }
8176
8450
  /**
8177
- * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
8451
+ * 冲突资源条目信息。
8178
8452
  */
8179
- export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
8453
+ export interface ConflictItem {
8180
8454
  /**
8181
- * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8455
+ * 冲突资源的ID
8182
8456
  */
8183
- NatGatewayId: string;
8457
+ ConfilctId: string;
8184
8458
  /**
8185
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8459
+ * 冲突目的资源
8186
8460
  */
8187
- RequestId?: string;
8461
+ DestinationItem: string;
8188
8462
  }
8189
8463
  /**
8190
- * DescribeFlowLogs返回参数结构体
8464
+ * CreateDirectConnectGateway请求参数结构体
8191
8465
  */
8192
- export interface DescribeFlowLogsResponse {
8466
+ export interface CreateDirectConnectGatewayRequest {
8193
8467
  /**
8194
- * 流日志实例集合。
8468
+ * 专线网关名称
8195
8469
  */
8196
- FlowLog?: Array<FlowLog>;
8470
+ DirectConnectGatewayName: string;
8197
8471
  /**
8198
- * 流日志总数目。
8472
+ * 关联网络类型,可选值:
8473
+ <li>VPC - 私有网络</li>
8474
+ <li>CCN - 云联网</li>
8199
8475
  */
8200
- TotalNum?: number;
8476
+ NetworkType: string;
8201
8477
  /**
8202
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8478
+ * <li>NetworkType VPC 时,这里传值为私有网络实例ID</li>
8479
+ <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
8203
8480
  */
8204
- RequestId?: string;
8481
+ NetworkInstanceId: string;
8482
+ /**
8483
+ * 网关类型,可选值:
8484
+ <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>
8485
+ <li>NAT - NAT型</li>NAT类型支持网络地址转换配置,类型确定后不能修改;一个私有网络可以创建一个NAT类型的专线网关和一个非NAT类型的专线网关
8486
+ */
8487
+ GatewayType?: string;
8488
+ /**
8489
+ * 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
8490
+ */
8491
+ ModeType?: string;
8492
+ /**
8493
+ * 专线网关可用区
8494
+ */
8495
+ Zone?: string;
8496
+ /**
8497
+ * 专线网关高可用区容灾组ID
8498
+ */
8499
+ HaZoneGroupId?: string;
8205
8500
  }
8206
8501
  /**
8207
8502
  * VPC内网IP对象。
@@ -8451,49 +8746,64 @@ export interface HaVip {
8451
8746
  /**
8452
8747
  * `HAVIP`的`ID`,是`HAVIP`的唯一标识。
8453
8748
  */
8454
- HaVipId: string;
8749
+ HaVipId?: string;
8455
8750
  /**
8456
8751
  * `HAVIP`名称。
8457
8752
  */
8458
- HaVipName: string;
8753
+ HaVipName?: string;
8459
8754
  /**
8460
8755
  * 虚拟IP地址。
8461
8756
  */
8462
- Vip: string;
8757
+ Vip?: string;
8463
8758
  /**
8464
8759
  * `HAVIP`所在私有网络`ID`。
8465
8760
  */
8466
- VpcId: string;
8761
+ VpcId?: string;
8467
8762
  /**
8468
8763
  * `HAVIP`所在子网`ID`。
8469
8764
  */
8470
- SubnetId: string;
8765
+ SubnetId?: string;
8471
8766
  /**
8472
8767
  * `HAVIP`关联弹性网卡`ID`。
8473
8768
  */
8474
- NetworkInterfaceId: string;
8769
+ NetworkInterfaceId?: string;
8475
8770
  /**
8476
8771
  * 被绑定的实例`ID`。
8477
8772
  */
8478
- InstanceId: string;
8773
+ InstanceId?: string;
8479
8774
  /**
8480
8775
  * 绑定`EIP`。
8481
8776
  */
8482
- AddressIp: string;
8777
+ AddressIp?: string;
8483
8778
  /**
8484
8779
  * 状态:
8485
8780
  <li>`AVAILABLE`:运行中</li>
8486
8781
  <li>`UNBIND`:未绑定</li>
8487
8782
  */
8488
- State: string;
8783
+ State?: string;
8489
8784
  /**
8490
8785
  * 创建时间。
8491
8786
  */
8492
- CreatedTime: string;
8787
+ CreatedTime?: string;
8493
8788
  /**
8494
8789
  * 使用havip的业务标识。
8495
8790
  */
8496
- Business: string;
8791
+ Business?: string;
8792
+ /**
8793
+ * `HAVIP`的飘移范围。
8794
+ 注意:此字段可能返回 null,表示取不到有效值。
8795
+ */
8796
+ HaVipAssociationSet?: Array<HaVipAssociation>;
8797
+ /**
8798
+ * 是否开启`HAVIP`的飘移范围校验。
8799
+ 注意:此字段可能返回 null,表示取不到有效值。
8800
+ */
8801
+ CheckAssociate?: boolean;
8802
+ /**
8803
+ * HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
8804
+ 注意:此字段可能返回 null,表示取不到有效值。
8805
+ */
8806
+ FlushedTime?: string;
8497
8807
  }
8498
8808
  /**
8499
8809
  * DeleteTemplateMember请求参数结构体
@@ -8560,13 +8870,29 @@ export interface RejectAttachCcnInstancesResponse {
8560
8870
  RequestId?: string;
8561
8871
  }
8562
8872
  /**
8563
- * SetCcnRegionBandwidthLimits返回参数结构体
8873
+ * CloneSecurityGroup请求参数结构体
8564
8874
  */
8565
- export interface SetCcnRegionBandwidthLimitsResponse {
8875
+ export interface CloneSecurityGroupRequest {
8566
8876
  /**
8567
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8877
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
8568
8878
  */
8569
- RequestId?: string;
8879
+ SecurityGroupId: string;
8880
+ /**
8881
+ * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
8882
+ */
8883
+ GroupName?: string;
8884
+ /**
8885
+ * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
8886
+ */
8887
+ GroupDescription?: string;
8888
+ /**
8889
+ * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
8890
+ */
8891
+ ProjectId?: string;
8892
+ /**
8893
+ * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
8894
+ */
8895
+ RemoteRegion?: string;
8570
8896
  }
8571
8897
  /**
8572
8898
  * ModifySnapshotPolicies返回参数结构体
@@ -8577,6 +8903,15 @@ export interface ModifySnapshotPoliciesResponse {
8577
8903
  */
8578
8904
  RequestId?: string;
8579
8905
  }
8906
+ /**
8907
+ * ReplaceCcnRouteTableInputPolicys返回参数结构体
8908
+ */
8909
+ export interface ReplaceCcnRouteTableInputPolicysResponse {
8910
+ /**
8911
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8912
+ */
8913
+ RequestId?: string;
8914
+ }
8580
8915
  /**
8581
8916
  * DescribeAccountAttributes请求参数结构体
8582
8917
  */
@@ -8639,6 +8974,26 @@ export interface ModifyVpnGatewaySslServerRequest {
8639
8974
  */
8640
8975
  SamlData?: string;
8641
8976
  }
8977
+ /**
8978
+ * ccn实例信息(不带地域属性)
8979
+ */
8980
+ export interface CcnInstanceWithoutRegion {
8981
+ /**
8982
+ * 云联网支持的实例类型:
8983
+ `VPC`
8984
+ `DIRECTCONNECT`
8985
+ `BMVPC`
8986
+ `EDGE`
8987
+ `EDGE_TUNNEL`
8988
+ `EDGE_VPNGW`
8989
+ `VPNGW`
8990
+ */
8991
+ InstanceType: string;
8992
+ /**
8993
+ * 实例ID。
8994
+ */
8995
+ InstanceId: string;
8996
+ }
8642
8997
  /**
8643
8998
  * DescribeCcnRoutes请求参数结构体
8644
8999
  */
@@ -8862,6 +9217,23 @@ export interface SslVpnSever {
8862
9217
  */
8863
9218
  SpName?: string;
8864
9219
  }
9220
+ /**
9221
+ * 云联网路由传播策略之路由条件
9222
+ */
9223
+ export interface CcnRouteBroadcastPolicyRouteCondition {
9224
+ /**
9225
+ * 条件类型
9226
+ */
9227
+ Name: string;
9228
+ /**
9229
+ * 条件值列表
9230
+ */
9231
+ Values: Array<string>;
9232
+ /**
9233
+ * 匹配模式,`1` 精确匹配,`0` 模糊匹配
9234
+ */
9235
+ MatchPattern: number;
9236
+ }
8865
9237
  /**
8866
9238
  * DownloadVpnGatewaySslClientCert返回参数结构体
8867
9239
  */
@@ -8974,97 +9346,21 @@ export interface AllocateAddressesRequest {
8974
9346
  ClientToken?: string;
8975
9347
  }
8976
9348
  /**
8977
- * 合规化审批单
9349
+ * DescribeDhcpIps返回参数结构体
8978
9350
  */
8979
- export interface CrossBorderCompliance {
8980
- /**
8981
- * 服务商,可选值:`UNICOM`。
8982
- */
8983
- ServiceProvider: string;
8984
- /**
8985
- * 合规化审批单`ID`。
8986
- */
8987
- ComplianceId: number;
8988
- /**
8989
- * 公司全称。
8990
- */
8991
- Company: string;
8992
- /**
8993
- * 统一社会信用代码。
8994
- */
8995
- UniformSocialCreditCode: string;
8996
- /**
8997
- * 法定代表人。
8998
- */
8999
- LegalPerson: string;
9000
- /**
9001
- * 发证机关。
9002
- */
9003
- IssuingAuthority: string;
9004
- /**
9005
- * 营业执照。
9006
- */
9007
- BusinessLicense: string;
9008
- /**
9009
- * 营业执照住所。
9010
- */
9011
- BusinessAddress: string;
9012
- /**
9013
- * 邮编。
9014
- */
9015
- PostCode: number;
9016
- /**
9017
- * 经办人。
9018
- */
9019
- Manager: string;
9020
- /**
9021
- * 经办人身份证号。
9022
- */
9023
- ManagerId: string;
9024
- /**
9025
- * 经办人身份证。
9026
- */
9027
- ManagerIdCard: string;
9028
- /**
9029
- * 经办人身份证地址。
9030
- */
9031
- ManagerAddress: string;
9032
- /**
9033
- * 经办人联系电话。
9034
- */
9035
- ManagerTelephone: string;
9036
- /**
9037
- * 电子邮箱。
9038
- */
9039
- Email: string;
9040
- /**
9041
- * 服务受理单。
9042
- */
9043
- ServiceHandlingForm: string;
9044
- /**
9045
- * 授权函。
9046
- */
9047
- AuthorizationLetter: string;
9048
- /**
9049
- * 信息安全承诺书。
9050
- */
9051
- SafetyCommitment: string;
9052
- /**
9053
- * 服务开始时间。
9054
- */
9055
- ServiceStartDate: string;
9351
+ export interface DescribeDhcpIpsResponse {
9056
9352
  /**
9057
- * 服务截止时间。
9353
+ * 实例详细信息列表。
9058
9354
  */
9059
- ServiceEndDate: string;
9355
+ DhcpIpSet: Array<DhcpIp>;
9060
9356
  /**
9061
- * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
9357
+ * 符合条件的实例数量。
9062
9358
  */
9063
- State: string;
9359
+ TotalCount: number;
9064
9360
  /**
9065
- * 审批单创建时间。
9361
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9066
9362
  */
9067
- CreatedTime: string;
9363
+ RequestId?: string;
9068
9364
  }
9069
9365
  /**
9070
9366
  * ModifyAssistantCidr请求参数结构体
@@ -9443,6 +9739,11 @@ export interface CcnInstance {
9443
9739
  注意:此字段可能返回 null,表示取不到有效值。
9444
9740
  */
9445
9741
  RouteTableId?: string;
9742
+ /**
9743
+ * 实例付费方式
9744
+ 注意:此字段可能返回 null,表示取不到有效值。
9745
+ */
9746
+ OrderType?: string;
9446
9747
  }
9447
9748
  /**
9448
9749
  * DescribeLocalGateway返回参数结构体
@@ -9510,17 +9811,17 @@ export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
9510
9811
  RequestId?: string;
9511
9812
  }
9512
9813
  /**
9513
- * 冲突资源条目信息。
9814
+ * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
9514
9815
  */
9515
- export interface ConflictItem {
9816
+ export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
9516
9817
  /**
9517
- * 冲突资源的ID
9818
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
9518
9819
  */
9519
- ConfilctId: string;
9820
+ NatGatewayId: string;
9520
9821
  /**
9521
- * 冲突目的资源
9822
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9522
9823
  */
9523
- DestinationItem: string;
9824
+ RequestId?: string;
9524
9825
  }
9525
9826
  /**
9526
9827
  * BgpConfig
@@ -9540,17 +9841,21 @@ export interface BgpConfig {
9540
9841
  RemoteBgpIp: string;
9541
9842
  }
9542
9843
  /**
9543
- * InquiryPriceRenewVpnGateway返回参数结构体
9844
+ * 云联网路由传播策略列表
9544
9845
  */
9545
- export interface InquiryPriceRenewVpnGatewayResponse {
9846
+ export interface CcnRouteTableBroadcastPolicys {
9546
9847
  /**
9547
- * 商品价格。
9848
+ * 策略列表
9548
9849
  */
9549
- Price?: Price;
9850
+ Policys: Array<CcnRouteTableBroadcastPolicy>;
9550
9851
  /**
9551
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9852
+ * 版本号
9552
9853
  */
9553
- RequestId?: string;
9854
+ PolicyVersion: number;
9855
+ /**
9856
+ * 创建时间
9857
+ */
9858
+ CreateTime: string;
9554
9859
  }
9555
9860
  /**
9556
9861
  * AssignIpv6SubnetCidrBlock返回参数结构体
@@ -9702,6 +10007,15 @@ export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
9702
10007
  */
9703
10008
  Limit?: number;
9704
10009
  }
10010
+ /**
10011
+ * DeleteCcnRouteTables返回参数结构体
10012
+ */
10013
+ export interface DeleteCcnRouteTablesResponse {
10014
+ /**
10015
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10016
+ */
10017
+ RequestId?: string;
10018
+ }
9705
10019
  /**
9706
10020
  * GetCcnRegionBandwidthLimits请求参数结构体
9707
10021
  */
@@ -9963,6 +10277,15 @@ export interface DescribeVpnGatewayRoutesResponse {
9963
10277
  */
9964
10278
  RequestId?: string;
9965
10279
  }
10280
+ /**
10281
+ * ModifyCcnRouteTables返回参数结构体
10282
+ */
10283
+ export interface ModifyCcnRouteTablesResponse {
10284
+ /**
10285
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10286
+ */
10287
+ RequestId?: string;
10288
+ }
9966
10289
  /**
9967
10290
  * DescribeNetworkAcls返回参数结构体
9968
10291
  */
@@ -10032,13 +10355,13 @@ export interface CreatePrivateNatGatewayRequest {
10032
10355
  CcnId?: string;
10033
10356
  }
10034
10357
  /**
10035
- * AttachCcnInstances返回参数结构体
10358
+ * CreateCcnRouteTables请求参数结构体
10036
10359
  */
10037
- export interface AttachCcnInstancesResponse {
10360
+ export interface CreateCcnRouteTablesRequest {
10038
10361
  /**
10039
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10362
+ * 需要创建的路由表列表。
10040
10363
  */
10041
- RequestId?: string;
10364
+ RouteTable: Array<CcnBatchRouteTable>;
10042
10365
  }
10043
10366
  /**
10044
10367
  * CreateDefaultVpc返回参数结构体
@@ -10261,6 +10584,19 @@ export interface ModifyNatGatewaySourceIpTranslationNatRuleResponse {
10261
10584
  */
10262
10585
  RequestId?: string;
10263
10586
  }
10587
+ /**
10588
+ * CreateDefaultVpc请求参数结构体
10589
+ */
10590
+ export interface CreateDefaultVpcRequest {
10591
+ /**
10592
+ * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
10593
+ */
10594
+ Zone?: string;
10595
+ /**
10596
+ * 是否强制返回默认VPC。
10597
+ */
10598
+ Force?: boolean;
10599
+ }
10264
10600
  /**
10265
10601
  * CreateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
10266
10602
  */
@@ -10486,7 +10822,7 @@ export interface CreateHaVipResponse {
10486
10822
  /**
10487
10823
  * `HAVIP`对象。
10488
10824
  */
10489
- HaVip: HaVip;
10825
+ HaVip?: HaVip;
10490
10826
  /**
10491
10827
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10492
10828
  */
@@ -10574,6 +10910,34 @@ export interface DisassociateDirectConnectGatewayNatGatewayRequest {
10574
10910
  */
10575
10911
  DirectConnectGatewayId: string;
10576
10912
  }
10913
+ /**
10914
+ * DescribeRouteTableAssociatedInstances请求参数结构体
10915
+ */
10916
+ export interface DescribeRouteTableAssociatedInstancesRequest {
10917
+ /**
10918
+ * 过滤条件:
10919
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
10920
+ <li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>
10921
+ <li>instance-type - String -(过滤条件)实例类型:
10922
+ 私有网络: `VPC`
10923
+ 专线网关: `DIRECTCONNECT`
10924
+ 黑石私有网络: `BMVPC`
10925
+ EDGE设备: `EDGE`
10926
+ EDGE隧道: `EDGE_TUNNEL`
10927
+ EDGE网关: `EDGE_VPNGW`
10928
+ VPN网关:`VPNGW`</li>
10929
+ <li>instance-id- String -(过滤条件)实例ID。</li>
10930
+ */
10931
+ Filters?: Array<Filter>;
10932
+ /**
10933
+ * 偏移量。
10934
+ */
10935
+ Offset?: number;
10936
+ /**
10937
+ * 一次查询最大返回的数量。
10938
+ */
10939
+ Limit?: number;
10940
+ }
10577
10941
  /**
10578
10942
  * EnableRoutes请求参数结构体
10579
10943
  */
@@ -10650,6 +11014,23 @@ export interface ModifyGatewayFlowQosRequest {
10650
11014
  */
10651
11015
  IpAddresses: Array<string>;
10652
11016
  }
11017
+ /**
11018
+ * ReplaceCcnRouteTableInputPolicys请求参数结构体
11019
+ */
11020
+ export interface ReplaceCcnRouteTableInputPolicysRequest {
11021
+ /**
11022
+ * 云联网ID。
11023
+ */
11024
+ CcnId: string;
11025
+ /**
11026
+ * 云联网路由表ID。
11027
+ */
11028
+ RouteTableId: string;
11029
+ /**
11030
+ * 新的路由接收策略。
11031
+ */
11032
+ Policys?: Array<CcnRouteTableInputPolicy>;
11033
+ }
10653
11034
  /**
10654
11035
  * CreateDirectConnectGatewayCcnRoutes返回参数结构体
10655
11036
  */
@@ -10722,29 +11103,17 @@ export interface DescribeCustomerGatewaysRequest {
10722
11103
  Limit?: number;
10723
11104
  }
10724
11105
  /**
10725
- * InquiryPriceCreateVpnGateway请求参数结构体
11106
+ * RenewAddresses请求参数结构体
10726
11107
  */
10727
- export interface InquiryPriceCreateVpnGatewayRequest {
10728
- /**
10729
- * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
10730
- */
10731
- InternetMaxBandwidthOut: number;
10732
- /**
10733
- * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
10734
- */
10735
- InstanceChargeType?: string;
10736
- /**
10737
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
10738
- */
10739
- InstanceChargePrepaid?: InstanceChargePrepaid;
11108
+ export interface RenewAddressesRequest {
10740
11109
  /**
10741
- * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
11110
+ * EIP唯一标识ID列表,形如'eip-xxxx'
10742
11111
  */
10743
- MaxConnection?: number;
11112
+ AddressIds: Array<string>;
10744
11113
  /**
10745
- * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
11114
+ * 续费参数
10746
11115
  */
10747
- Type?: string;
11116
+ AddressChargePrepaid: AddressChargePrepaid;
10748
11117
  }
10749
11118
  /**
10750
11119
  * 描述网络中心每个产品的配额信息
@@ -11357,33 +11726,17 @@ export interface DeleteVpnGatewayResponse {
11357
11726
  RequestId?: string;
11358
11727
  }
11359
11728
  /**
11360
- * DescribeHaVips请求参数结构体
11729
+ * 时间备份策略详情
11361
11730
  */
11362
- export interface DescribeHaVipsRequest {
11731
+ export interface BackupPolicy {
11363
11732
  /**
11364
- * `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
11733
+ * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
11365
11734
  */
11366
- HaVipIds?: Array<string>;
11735
+ BackupDay: string;
11367
11736
  /**
11368
- * 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。
11369
- <li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li>
11370
- <li>havip-name - String - `HAVIP`名称。</li>
11371
- <li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li>
11372
- <li>subnet-id - String - `HAVIP`所在子网`ID`。</li>
11373
- <li>vip - String - `HAVIP`的地址`VIP`。</li>
11374
- <li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li>
11737
+ * 备份时间点,格式:HH:mm:ss。
11375
11738
  */
11376
- Filters?: Array<Filter>;
11377
- /**
11378
- * 偏移量,默认为0。
11379
-
11380
- */
11381
- Offset?: number;
11382
- /**
11383
- * 返回数量,默认为20,最大值为100。
11384
-
11385
- */
11386
- Limit?: number;
11739
+ BackupTime: string;
11387
11740
  }
11388
11741
  /**
11389
11742
  * 快照策略
@@ -11844,6 +12197,23 @@ export interface BandwidthPackage {
11844
12197
  */
11845
12198
  Deadline?: string;
11846
12199
  }
12200
+ /**
12201
+ * 云联网路由表信息
12202
+ */
12203
+ export interface CcnBatchRouteTable {
12204
+ /**
12205
+ * 云联网ID。
12206
+ */
12207
+ CcnId: string;
12208
+ /**
12209
+ * 云联网路由表名称。
12210
+ */
12211
+ Name: string;
12212
+ /**
12213
+ * 云联网路由表描述。
12214
+ */
12215
+ Description: string;
12216
+ }
11847
12217
  /**
11848
12218
  * ModifyVpcAttribute请求参数结构体
11849
12219
  */
@@ -11985,6 +12355,23 @@ export interface CrossBorderFlowMonitorData {
11985
12355
  */
11986
12356
  OutPkg: Array<number | bigint>;
11987
12357
  }
12358
+ /**
12359
+ * DescribeRouteTableAssociatedInstances返回参数结构体
12360
+ */
12361
+ export interface DescribeRouteTableAssociatedInstancesResponse {
12362
+ /**
12363
+ * 查询到的绑定路由表的实例数量。
12364
+ */
12365
+ TotalCount?: number;
12366
+ /**
12367
+ * 绑定信息。
12368
+ */
12369
+ InstanceBindSet?: Array<InstanceBind>;
12370
+ /**
12371
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12372
+ */
12373
+ RequestId?: string;
12374
+ }
11988
12375
  /**
11989
12376
  * ModifyRouteTableAttribute返回参数结构体
11990
12377
  */
@@ -12071,6 +12458,20 @@ export interface DescribeBandwidthPackageQuotaResponse {
12071
12458
  */
12072
12459
  RequestId?: string;
12073
12460
  }
12461
+ /**
12462
+ * DescribeIp6TranslatorQuota返回参数结构体
12463
+ */
12464
+ export interface DescribeIp6TranslatorQuotaResponse {
12465
+ /**
12466
+ * 账户在指定地域的IPV6转换实例及规则配额信息
12467
+ QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额
12468
+ */
12469
+ QuotaSet?: Array<Quota>;
12470
+ /**
12471
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12472
+ */
12473
+ RequestId?: string;
12474
+ }
12074
12475
  /**
12075
12476
  * DeleteServiceTemplateGroup请求参数结构体
12076
12477
  */
@@ -12141,6 +12542,15 @@ export interface CreateDirectConnectGatewayResponse {
12141
12542
  */
12142
12543
  RequestId?: string;
12143
12544
  }
12545
+ /**
12546
+ * AttachCcnInstances返回参数结构体
12547
+ */
12548
+ export interface AttachCcnInstancesResponse {
12549
+ /**
12550
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12551
+ */
12552
+ RequestId?: string;
12553
+ }
12144
12554
  /**
12145
12555
  * ModifyVpcEndPointAttribute请求参数结构体
12146
12556
  */
@@ -12158,6 +12568,27 @@ export interface ModifyVpcEndPointAttributeRequest {
12158
12568
  */
12159
12569
  SecurityGroupIds?: Array<string>;
12160
12570
  }
12571
+ /**
12572
+ * DescribeCcnRouteTables请求参数结构体
12573
+ */
12574
+ export interface DescribeCcnRouteTablesRequest {
12575
+ /**
12576
+ * 过滤条件:
12577
+ <li>ccn-id - String -(过滤条件)CCN实例ID。</li>
12578
+ <li>route-table-id - String -(过滤条件)路由表ID。</li>
12579
+ <li>route-table-name - String -(过滤条件)路由表名称。</li>
12580
+ <li>route-table-description- String -(过滤条件)路由表备注。</li>
12581
+ */
12582
+ Filters?: Array<Filter>;
12583
+ /**
12584
+ * 偏移量。
12585
+ */
12586
+ Offset?: number;
12587
+ /**
12588
+ * 一次查询最大返回的数量。
12589
+ */
12590
+ Limit?: number;
12591
+ }
12161
12592
  /**
12162
12593
  * DescribeTaskResult返回参数结构体
12163
12594
  */
@@ -12231,6 +12662,15 @@ export interface ModifyServiceTemplateGroupAttributeRequest {
12231
12662
  */
12232
12663
  ServiceTemplateIds?: Array<string>;
12233
12664
  }
12665
+ /**
12666
+ * ReturnNormalAddresses返回参数结构体
12667
+ */
12668
+ export interface ReturnNormalAddressesResponse {
12669
+ /**
12670
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12671
+ */
12672
+ RequestId?: string;
12673
+ }
12234
12674
  /**
12235
12675
  * DeleteVpcEndPoint请求参数结构体
12236
12676
  */
@@ -12483,17 +12923,33 @@ export interface DeleteSnapshotPoliciesRequest {
12483
12923
  SnapshotPolicyIds: Array<string>;
12484
12924
  }
12485
12925
  /**
12486
- * CreateDefaultVpc请求参数结构体
12926
+ * 云联网路由表信息
12487
12927
  */
12488
- export interface CreateDefaultVpcRequest {
12928
+ export interface CcnRouteTable {
12489
12929
  /**
12490
- * 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
12930
+ * 云联网ID。
12491
12931
  */
12492
- Zone?: string;
12932
+ CcnId: string;
12493
12933
  /**
12494
- * 是否强制返回默认VPC
12934
+ * 云联网路由表ID
12495
12935
  */
12496
- Force?: boolean;
12936
+ CcnRouteTableId: string;
12937
+ /**
12938
+ * 云联网路由表名称。
12939
+ */
12940
+ RouteTableName: string;
12941
+ /**
12942
+ * 云联网路由表描述。
12943
+ */
12944
+ RouteTableDescription: string;
12945
+ /**
12946
+ * True:是默认路由表 False:非默认路由表。
12947
+ */
12948
+ IsDefaultTable: boolean;
12949
+ /**
12950
+ * 创建时间。
12951
+ */
12952
+ CreateTime: string;
12497
12953
  }
12498
12954
  /**
12499
12955
  * DeletePrivateNatGateway返回参数结构体
@@ -12504,6 +12960,15 @@ export interface DeletePrivateNatGatewayResponse {
12504
12960
  */
12505
12961
  RequestId?: string;
12506
12962
  }
12963
+ /**
12964
+ * DisableFlowLogs返回参数结构体
12965
+ */
12966
+ export interface DisableFlowLogsResponse {
12967
+ /**
12968
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12969
+ */
12970
+ RequestId?: string;
12971
+ }
12507
12972
  /**
12508
12973
  * DescribeSubnets返回参数结构体
12509
12974
  */
@@ -12652,6 +13117,27 @@ export interface DeleteNetworkAclQuintupleEntriesRequest {
12652
13117
  */
12653
13118
  NetworkAclQuintupleSet: NetworkAclQuintupleEntries;
12654
13119
  }
13120
+ /**
13121
+ * 云联网路由传播策略
13122
+ */
13123
+ export interface CcnRouteTableBroadcastPolicy {
13124
+ /**
13125
+ * 路由条件
13126
+ */
13127
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>;
13128
+ /**
13129
+ * 传播条件
13130
+ */
13131
+ BroadcastConditions: Array<CcnRouteBroadcastPolicyRouteCondition>;
13132
+ /**
13133
+ * 路由行为,`accept` 允许,`drop` 拒绝
13134
+ */
13135
+ Action: string;
13136
+ /**
13137
+ * 策略描述
13138
+ */
13139
+ Description: string;
13140
+ }
12655
13141
  /**
12656
13142
  * DeleteSubnet请求参数结构体
12657
13143
  */
@@ -12661,6 +13147,19 @@ export interface DeleteSubnetRequest {
12661
13147
  */
12662
13148
  SubnetId: string;
12663
13149
  }
13150
+ /**
13151
+ * CreateCcnRouteTables返回参数结构体
13152
+ */
13153
+ export interface CreateCcnRouteTablesResponse {
13154
+ /**
13155
+ * 路由表信息列表。
13156
+ */
13157
+ CcnRouteTableSet?: Array<CcnRouteTable>;
13158
+ /**
13159
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13160
+ */
13161
+ RequestId?: string;
13162
+ }
12664
13163
  /**
12665
13164
  * DescribeAddressTemplateGroups请求参数结构体
12666
13165
  */
@@ -12856,6 +13355,15 @@ export interface InquiryPriceResetVpnGatewayInternetMaxBandwidthResponse {
12856
13355
  */
12857
13356
  RequestId?: string;
12858
13357
  }
13358
+ /**
13359
+ * ReplaceCcnRouteTableBroadcastPolicys返回参数结构体
13360
+ */
13361
+ export interface ReplaceCcnRouteTableBroadcastPolicysResponse {
13362
+ /**
13363
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13364
+ */
13365
+ RequestId?: string;
13366
+ }
12859
13367
  /**
12860
13368
  * 路由表对象
12861
13369
  */
@@ -13068,21 +13576,21 @@ export interface AssignPrivateIpAddressesRequest {
13068
13576
  ClientToken?: string;
13069
13577
  }
13070
13578
  /**
13071
- * DescribeSnapshotAttachedInstances返回参数结构体
13579
+ * DescribeCcnRouteTableBroadcastPolicys请求参数结构体
13072
13580
  */
13073
- export interface DescribeSnapshotAttachedInstancesResponse {
13581
+ export interface DescribeCcnRouteTableBroadcastPolicysRequest {
13074
13582
  /**
13075
- * 实例列表
13583
+ * 云联网ID
13076
13584
  */
13077
- InstanceSet: Array<SnapshotInstance>;
13585
+ CcnId: string;
13078
13586
  /**
13079
- * 符合条件的对象数。
13587
+ * 云联网路由表ID
13080
13588
  */
13081
- TotalCount: number;
13589
+ RouteTableId: string;
13082
13590
  /**
13083
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13591
+ * 路由传播策略版本号
13084
13592
  */
13085
- RequestId?: string;
13593
+ PolicyVersion?: number;
13086
13594
  }
13087
13595
  /**
13088
13596
  * RefreshDirectConnectGatewayRouteToNatGateway返回参数结构体
@@ -13741,6 +14249,23 @@ export interface DetachNetworkInterfaceRequest {
13741
14249
  */
13742
14250
  ClientToken?: string;
13743
14251
  }
14252
+ /**
14253
+ * DescribeSnapshotAttachedInstances返回参数结构体
14254
+ */
14255
+ export interface DescribeSnapshotAttachedInstancesResponse {
14256
+ /**
14257
+ * 实例列表
14258
+ */
14259
+ InstanceSet: Array<SnapshotInstance>;
14260
+ /**
14261
+ * 符合条件的对象数。
14262
+ */
14263
+ TotalCount: number;
14264
+ /**
14265
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14266
+ */
14267
+ RequestId?: string;
14268
+ }
13744
14269
  /**
13745
14270
  * IPV6转换规则
13746
14271
  */
@@ -13940,6 +14465,23 @@ export interface DescribeCcnRoutesResponse {
13940
14465
  */
13941
14466
  RequestId?: string;
13942
14467
  }
14468
+ /**
14469
+ * DescribeVpcs返回参数结构体
14470
+ */
14471
+ export interface DescribeVpcsResponse {
14472
+ /**
14473
+ * 符合条件的对象数。
14474
+ */
14475
+ TotalCount?: number;
14476
+ /**
14477
+ * VPC对象。
14478
+ */
14479
+ VpcSet?: Array<Vpc>;
14480
+ /**
14481
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14482
+ */
14483
+ RequestId?: string;
14484
+ }
13943
14485
  /**
13944
14486
  * 云联网实例对象,该对象特用于运营端使用,不建议给租户的接口中提供该复杂类型。
13945
14487
  */
@@ -14104,6 +14646,48 @@ export interface AssociateAddressRequest {
14104
14646
  */
14105
14647
  EipDirectConnection?: boolean;
14106
14648
  }
14649
+ /**
14650
+ * 路由表选择策略信息
14651
+ */
14652
+ export interface RouteSelectionPolicy {
14653
+ /**
14654
+ * 云联网ID。
14655
+ */
14656
+ CcnId: string;
14657
+ /**
14658
+ * 路由表ID。
14659
+ */
14660
+ RouteTableId: string;
14661
+ /**
14662
+ * 路由表名称。
14663
+ */
14664
+ RouteTableName: string;
14665
+ /**
14666
+ * 实例类型。如VPC
14667
+ */
14668
+ InstanceType: string;
14669
+ /**
14670
+ * 实例名称。
14671
+ */
14672
+ InstanceName: string;
14673
+ /**
14674
+ * 源端cidr。
14675
+ */
14676
+ SourceCidrBlock: string;
14677
+ /**
14678
+ * 路由表描述。
14679
+ 注意:此字段可能返回 null,表示取不到有效值。
14680
+ */
14681
+ Description: string;
14682
+ /**
14683
+ * 实例ID。
14684
+ */
14685
+ InstanceId: string;
14686
+ /**
14687
+ * 关联实例所属UIN(根账号)。
14688
+ */
14689
+ InstanceUin: string;
14690
+ }
14107
14691
  /**
14108
14692
  * 云联网(CCN)地域出带宽上限
14109
14693
  */
@@ -14130,6 +14714,15 @@ export interface CcnRegionBandwidthLimit {
14130
14714
  */
14131
14715
  DstIsBm?: boolean;
14132
14716
  }
14717
+ /**
14718
+ * ModifyCcnRouteTables请求参数结构体
14719
+ */
14720
+ export interface ModifyCcnRouteTablesRequest {
14721
+ /**
14722
+ * 需要修改的路由表列表。
14723
+ */
14724
+ RouteTableInfo: Array<ModifyRouteTableInfo>;
14725
+ }
14133
14726
  /**
14134
14727
  * ResetAttachCcnInstances请求参数结构体
14135
14728
  */
@@ -14237,6 +14830,23 @@ export interface SnapshotFileInfo {
14237
14830
  */
14238
14831
  Operator: string;
14239
14832
  }
14833
+ /**
14834
+ * 云联网路由表信息
14835
+ */
14836
+ export interface ModifyRouteTableInfo {
14837
+ /**
14838
+ * 云联网路由表id。
14839
+ */
14840
+ RouteTableId: string;
14841
+ /**
14842
+ * 云联网路由表名称。
14843
+ */
14844
+ Name?: string;
14845
+ /**
14846
+ * 云联网路由表描述。
14847
+ */
14848
+ Description?: string;
14849
+ }
14240
14850
  /**
14241
14851
  * ModifyNetworkInterfaceAttribute请求参数结构体
14242
14852
  */
@@ -14375,14 +14985,14 @@ export interface CreateHaVipRequest {
14375
14985
  * `HAVIP`所在私有网络`ID`。
14376
14986
  */
14377
14987
  VpcId: string;
14378
- /**
14379
- * `HAVIP`所在子网`ID`。
14380
- */
14381
- SubnetId: string;
14382
14988
  /**
14383
14989
  * `HAVIP`名称。
14384
14990
  */
14385
14991
  HaVipName: string;
14992
+ /**
14993
+ * `HAVIP`所在子网`ID`。
14994
+ */
14995
+ SubnetId?: string;
14386
14996
  /**
14387
14997
  * 指定虚拟IP地址,必须在`VPC`网段内且未被占用。不指定则自动分配。
14388
14998
  */
@@ -14391,6 +15001,10 @@ export interface CreateHaVipRequest {
14391
15001
  * `HAVIP`所在弹性网卡`ID`。
14392
15002
  */
14393
15003
  NetworkInterfaceId?: string;
15004
+ /**
15005
+ * 是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。
15006
+ */
15007
+ CheckAssociate?: boolean;
14394
15008
  }
14395
15009
  /**
14396
15010
  * IPv6子网段对象。
@@ -14487,21 +15101,107 @@ export interface DeleteSecurityGroupRequest {
14487
15101
  SecurityGroupId: string;
14488
15102
  }
14489
15103
  /**
14490
- * DescribeDhcpIps返回参数结构体
15104
+ * 合规化审批单
14491
15105
  */
14492
- export interface DescribeDhcpIpsResponse {
15106
+ export interface CrossBorderCompliance {
14493
15107
  /**
14494
- * 实例详细信息列表。
15108
+ * 服务商,可选值:`UNICOM`。
14495
15109
  */
14496
- DhcpIpSet: Array<DhcpIp>;
15110
+ ServiceProvider?: string;
14497
15111
  /**
14498
- * 符合条件的实例数量。
15112
+ * 合规化审批单`ID`。
14499
15113
  */
14500
- TotalCount: number;
15114
+ ComplianceId?: number;
14501
15115
  /**
14502
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15116
+ * 公司全称。
14503
15117
  */
14504
- RequestId?: string;
15118
+ Company?: string;
15119
+ /**
15120
+ * 统一社会信用代码。
15121
+ */
15122
+ UniformSocialCreditCode?: string;
15123
+ /**
15124
+ * 法定代表人。
15125
+ */
15126
+ LegalPerson?: string;
15127
+ /**
15128
+ * 发证机关。
15129
+ */
15130
+ IssuingAuthority?: string;
15131
+ /**
15132
+ * 营业执照。
15133
+ */
15134
+ BusinessLicense?: string;
15135
+ /**
15136
+ * 营业执照住所。
15137
+ */
15138
+ BusinessAddress?: string;
15139
+ /**
15140
+ * 邮编。
15141
+ */
15142
+ PostCode?: number;
15143
+ /**
15144
+ * 经办人。
15145
+ */
15146
+ Manager?: string;
15147
+ /**
15148
+ * 经办人身份证号。
15149
+ */
15150
+ ManagerId?: string;
15151
+ /**
15152
+ * 经办人身份证。
15153
+ */
15154
+ ManagerIdCard?: string;
15155
+ /**
15156
+ * 经办人身份证地址。
15157
+ */
15158
+ ManagerAddress?: string;
15159
+ /**
15160
+ * 经办人联系电话。
15161
+ */
15162
+ ManagerTelephone?: string;
15163
+ /**
15164
+ * 电子邮箱。
15165
+ */
15166
+ Email?: string;
15167
+ /**
15168
+ * 服务受理单。
15169
+ */
15170
+ ServiceHandlingForm?: string;
15171
+ /**
15172
+ * 授权函。
15173
+ */
15174
+ AuthorizationLetter?: string;
15175
+ /**
15176
+ * 信息安全承诺书。
15177
+ */
15178
+ SafetyCommitment?: string;
15179
+ /**
15180
+ * 服务开始时间。
15181
+ */
15182
+ ServiceStartDate?: string;
15183
+ /**
15184
+ * 服务截止时间。
15185
+ */
15186
+ ServiceEndDate?: string;
15187
+ /**
15188
+ * 状态。待审批:`PENDING`,已通过:`APPROVED`,已拒绝:`DENY`。
15189
+ */
15190
+ State?: string;
15191
+ /**
15192
+ * 审批单创建时间。
15193
+ */
15194
+ CreatedTime?: string;
15195
+ /**
15196
+ * 法定代表人身份证号。
15197
+ 注意:此字段可能返回 null,表示取不到有效值。
15198
+ */
15199
+ LegalPersonId?: string;
15200
+ /**
15201
+ * 法定代表人身份证。
15202
+ 注意:此字段可能返回 null,表示取不到有效值。
15203
+ */
15204
+ LegalPersonIdCard?: string;
14505
15205
  }
14506
15206
  /**
14507
15207
  * 私网网关转发规则匹配ACL
@@ -14567,6 +15267,23 @@ export interface DescribeCrossBorderCcnRegionBandwidthLimitsRequest {
14567
15267
  */
14568
15268
  Limit?: number;
14569
15269
  }
15270
+ /**
15271
+ * ReplaceCcnRouteTableBroadcastPolicys请求参数结构体
15272
+ */
15273
+ export interface ReplaceCcnRouteTableBroadcastPolicysRequest {
15274
+ /**
15275
+ * 云联网ID
15276
+ */
15277
+ CcnId: string;
15278
+ /**
15279
+ * 云联网路由表ID
15280
+ */
15281
+ RouteTableId: string;
15282
+ /**
15283
+ * 新的路由传播策略
15284
+ */
15285
+ Policys: Array<CcnRouteTableBroadcastPolicy>;
15286
+ }
14570
15287
  /**
14571
15288
  * DescribeSnapshotAttachedInstances请求参数结构体
14572
15289
  */
@@ -14759,13 +15476,29 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
14759
15476
  CcnId: string;
14760
15477
  }
14761
15478
  /**
14762
- * DeleteHaVip返回参数结构体
15479
+ * InquiryPriceCreateVpnGateway请求参数结构体
14763
15480
  */
14764
- export interface DeleteHaVipResponse {
15481
+ export interface InquiryPriceCreateVpnGatewayRequest {
14765
15482
  /**
14766
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
15483
+ * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps
14767
15484
  */
14768
- RequestId?: string;
15485
+ InternetMaxBandwidthOut: number;
15486
+ /**
15487
+ * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
15488
+ */
15489
+ InstanceChargeType?: string;
15490
+ /**
15491
+ * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
15492
+ */
15493
+ InstanceChargePrepaid?: InstanceChargePrepaid;
15494
+ /**
15495
+ * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
15496
+ */
15497
+ MaxConnection?: number;
15498
+ /**
15499
+ * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
15500
+ */
15501
+ Type?: string;
14769
15502
  }
14770
15503
  /**
14771
15504
  * VPN通道健康检查配置
@@ -15250,19 +15983,6 @@ export interface ModifySubnetAttributeRequest {
15250
15983
  */
15251
15984
  EnableBroadcast?: string;
15252
15985
  }
15253
- /**
15254
- * RenewAddresses请求参数结构体
15255
- */
15256
- export interface RenewAddressesRequest {
15257
- /**
15258
- * EIP唯一标识ID列表,形如'eip-xxxx'
15259
- */
15260
- AddressIds: Array<string>;
15261
- /**
15262
- * 续费参数
15263
- */
15264
- AddressChargePrepaid: AddressChargePrepaid;
15265
- }
15266
15986
  /**
15267
15987
  * ModifyVpcEndPointServiceWhiteList返回参数结构体
15268
15988
  */