tencentcloud-sdk-nodejs 4.0.1016 → 4.0.1017

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 (34) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/SERVICE_CHANGELOG.md +51 -655
  3. package/package.json +1 -1
  4. package/products.md +8 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cvm/v20170312/cvm_models.ts +4 -4
  7. package/src/services/lcic/v20220817/lcic_client.ts +1 -1
  8. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  9. package/src/services/rum/v20210622/rum_models.ts +0 -1
  10. package/src/services/scf/v20180416/scf_models.ts +2 -2
  11. package/src/services/trro/v20220325/trro_models.ts +6 -6
  12. package/src/services/trtc/v20190722/trtc_models.ts +4 -0
  13. package/src/services/tse/v20201207/tse_client.ts +17 -4
  14. package/src/services/tse/v20201207/tse_models.ts +105 -64
  15. package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
  16. package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  20. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
  21. package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
  22. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  23. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
  24. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  25. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
  26. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  27. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  28. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  29. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
  30. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
  31. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
  32. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
  33. package/test/tse.v20201207.test.js +10 -0
  34. package/test/vpc.v20170312.test.js +3872 -2
@@ -1,83 +1,29 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
-
5
- ### 第 39 次发布
6
-
7
- 发布时间:2025-01-20 01:10:01
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
16
-
17
- * 新增入参:IsQuery
18
-
19
- * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
20
-
21
- * 新增入参:SortField, SortOrder
22
-
23
- * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
24
-
25
- * 新增入参:SortField, SortOrder
26
-
27
-
28
-
29
-
30
- ## 文件存储(cfs) 版本:2019-07-19
31
-
32
- ### 第 34 次发布
33
-
34
- 发布时间:2025-01-20 01:10:16
35
-
36
- 本次发布包含了以下内容:
37
-
38
- 改善已有的文档。
39
-
40
- 新增接口:
41
-
42
- * [CreateAccessCert](https://cloud.tencent.com/document/api/582/115736)
43
-
44
-
45
-
46
- ## 云服务器(cvm) 版本:2017-03-12
3
+ ## 实时音视频(trtc) 版本:2019-07-22
47
4
 
48
- ### 第 140 次发布
5
+ ### 第 102 次发布
49
6
 
50
- 发布时间:2025-01-20 01:11:52
7
+ 发布时间:2025-01-21 01:22:42
51
8
 
52
9
  本次发布包含了以下内容:
53
10
 
54
11
  改善已有的文档。
55
12
 
56
- 修改接口:
57
-
58
- * [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
59
-
60
- * 新增入参:TagSpecification
61
-
62
- * [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
63
-
64
- * 新增入参:InstanceType, Filters
65
-
66
-
67
13
  修改数据结构:
68
14
 
69
- * [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
15
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
70
16
 
71
- * 新增成员:HpcClusterNetMode, Tags
17
+ * 新增成员:WelcomeMessagePriority
72
18
 
73
19
 
74
20
 
75
21
 
76
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
22
+ ## 微服务引擎(tse) 版本:2020-12-07
77
23
 
78
- ### 第 92 次发布
24
+ ### 第 88 次发布
79
25
 
80
- 发布时间:2025-01-17 20:22:17
26
+ 发布时间:2025-01-21 01:22:52
81
27
 
82
28
  本次发布包含了以下内容:
83
29
 
@@ -85,49 +31,27 @@
85
31
 
86
32
  新增接口:
87
33
 
88
- * [DescribeCloudStorageEventsWithAITasks](https://cloud.tencent.com/document/api/1081/115733)
34
+ * [DescribeCloudNativeAPIGatewayInfoByIp](https://cloud.tencent.com/document/api/1364/115753)
89
35
 
90
36
  新增数据结构:
91
37
 
92
- * [CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks)
38
+ * [DescribeInstanceInfoByIpResult](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceInfoByIpResult)
93
39
 
94
40
 
95
41
 
96
- ## 轻量应用服务器(lighthouse) 版本:2020-03-24
97
-
98
- ### 第 65 次发布
99
-
100
- 发布时间:2025-01-20 01:19:11
101
-
102
- 本次发布包含了以下内容:
103
-
104
- 改善已有的文档。
105
-
106
- 修改接口:
107
-
108
- * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
109
-
110
- * 新增入参:DomainName, Subdomain
111
-
112
-
113
-
114
-
115
- ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
42
+ ## 私有网络(vpc) 版本:2017-03-12
116
43
 
117
- ### 第 48 次发布
44
+ ### 第 242 次发布
118
45
 
119
- 发布时间:2025-01-20 01:22:23
46
+ 发布时间:2025-01-21 01:24:21
120
47
 
121
48
  本次发布包含了以下内容:
122
49
 
123
50
  改善已有的文档。
124
51
 
125
- 修改接口:
126
-
127
- * [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
128
-
129
- * 新增入参:PlanId, PlanName
52
+ 新增接口:
130
53
 
54
+ * [DescribeRouteList](https://cloud.tencent.com/document/api/215/115754)
131
55
 
132
56
 
133
57
 
@@ -27215,7 +27139,7 @@
27215
27139
 
27216
27140
  新增接口:
27217
27141
 
27218
- * [[CreateAccessCert](https://cloud.tencent.com/document/api/582/115736)](https://cloud.tencent.com/document/api/#/#)
27142
+ * [CreateAccessCert](https://cloud.tencent.com/document/api/582/115736)
27219
27143
 
27220
27144
  ### 第 33 次发布
27221
27145
 
@@ -88289,11 +88213,11 @@
88289
88213
 
88290
88214
  新增接口:
88291
88215
 
88292
- * [[DescribeCloudStorageEventsWithAITasks](https://cloud.tencent.com/document/api/1081/115733)](https://cloud.tencent.com/document/api/#/#)
88216
+ * [DescribeCloudStorageEventsWithAITasks](https://cloud.tencent.com/document/api/1081/115733)
88293
88217
 
88294
88218
  新增数据结构:
88295
88219
 
88296
- * [[CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks)](https://cloud.tencent.com/document/api/1081/34988#[CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks))
88220
+ * [CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks)
88297
88221
 
88298
88222
  ### 第 91 次发布
88299
88223
 
@@ -159009,6 +158933,21 @@
159009
158933
 
159010
158934
  ## 实时音视频(trtc) 版本:2019-07-22
159011
158935
 
158936
+ ### 第 102 次发布
158937
+
158938
+ 发布时间:2025-01-21 01:22:42
158939
+
158940
+ 本次发布包含了以下内容:
158941
+
158942
+ 改善已有的文档。
158943
+
158944
+ 修改数据结构:
158945
+
158946
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
158947
+
158948
+ * 新增成员:WelcomeMessagePriority
158949
+
158950
+
159012
158951
  ### 第 101 次发布
159013
158952
 
159014
158953
  发布时间:2025-01-15 01:28:44
@@ -160839,6 +160778,22 @@
160839
160778
 
160840
160779
  ## 微服务引擎(tse) 版本:2020-12-07
160841
160780
 
160781
+ ### 第 88 次发布
160782
+
160783
+ 发布时间:2025-01-21 01:22:52
160784
+
160785
+ 本次发布包含了以下内容:
160786
+
160787
+ 改善已有的文档。
160788
+
160789
+ 新增接口:
160790
+
160791
+ * [[DescribeCloudNativeAPIGatewayInfoByIp](https://cloud.tencent.com/document/api/1364/115753)](https://cloud.tencent.com/document/api/#/#)
160792
+
160793
+ 新增数据结构:
160794
+
160795
+ * [[DescribeInstanceInfoByIpResult](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceInfoByIpResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeInstanceInfoByIpResult](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceInfoByIpResult))
160796
+
160842
160797
  ### 第 87 次发布
160843
160798
 
160844
160799
  发布时间:2025-01-15 01:28:54
@@ -172406,7 +172361,7 @@
172406
172361
 
172407
172362
  ### 第 242 次发布
172408
172363
 
172409
- 发布时间:2025-01-16 19:04:02
172364
+ 发布时间:2025-01-21 01:24:21
172410
172365
 
172411
172366
  本次发布包含了以下内容:
172412
172367
 
@@ -172414,566 +172369,7 @@
172414
172369
 
172415
172370
  新增接口:
172416
172371
 
172417
- * [DescribeNatsEipsInternal](https://cloud.tencent.com/document/api/#/#)
172418
-
172419
- <font color="#dd0000">**删除接口**:</font>
172420
-
172421
- * AcceptAttachCcnInstances
172422
- * AcceptVpcPeeringConnection
172423
- * AddBandwidthPackageResources
172424
- * AddIp6Rules
172425
- * AddTemplateMember
172426
- * AdjustPublicAddress
172427
- * AllocateAddresses
172428
- * AllocateIPv6Addresses
172429
- * AllocateIp6AddressesBandwidth
172430
- * AssignIpv6Addresses
172431
- * AssignIpv6CidrBlock
172432
- * AssignIpv6SubnetCidrBlock
172433
- * AssignPrivateIpAddresses
172434
- * AssociateAddress
172435
- * AssociateDhcpIpWithAddressIp
172436
- * AssociateDirectConnectGatewayNatGateway
172437
- * AssociateIPv6Address
172438
- * AssociateInstancesToCcnRouteTable
172439
- * AssociateNatGatewayAddress
172440
- * AssociateNetworkAclSubnets
172441
- * AssociateNetworkInterfaceSecurityGroups
172442
- * AttachCcnInstances
172443
- * AttachClassicLinkVpc
172444
- * AttachNetworkInterface
172445
- * AttachSnapshotInstances
172446
- * AuditCrossBorderCompliance
172447
- * CheckAssistantCidr
172448
- * CheckDefaultSubnet
172449
- * CheckNetDetectState
172450
- * ClearRouteTableSelectionPolicies
172451
- * CloneSecurityGroup
172452
- * CreateAddressTemplate
172453
- * CreateAddressTemplateGroup
172454
- * CreateAndAttachNetworkInterface
172455
- * CreateAssistantCidr
172456
- * CreateBandwidthPackage
172457
- * CreateCcn
172458
- * CreateCcnRouteTables
172459
- * CreateCdcLDCXList
172460
- * CreateCdcNetPlanes
172461
- * CreateCustomerGateway
172462
- * CreateDefaultSecurityGroup
172463
- * CreateDefaultVpc
172464
- * CreateDhcpIp
172465
- * CreateDirectConnectGateway
172466
- * CreateDirectConnectGatewayCcnRoutes
172467
- * CreateFlowLog
172468
- * CreateHaVip
172469
- * CreateHighPriorityRouteTable
172470
- * CreateHighPriorityRoutes
172471
- * CreateIp6Translators
172472
- * CreateLocalGateway
172473
- * CreateNatGateway
172474
- * CreateNatGatewayDestinationIpPortTranslationNatRule
172475
- * CreateNatGatewaySourceIpTranslationNatRule
172476
- * CreateNetDetect
172477
- * CreateNetworkAcl
172478
- * CreateNetworkAclEntries
172479
- * CreateNetworkAclQuintupleEntries
172480
- * CreateNetworkInterface
172481
- * CreatePrivateNatGateway
172482
- * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule
172483
- * CreatePrivateNatGatewayTranslationAclRule
172484
- * CreatePrivateNatGatewayTranslationNatRule
172485
- * CreateReserveIpAddresses
172486
- * CreateRouteTable
172487
- * CreateRoutes
172488
- * CreateSecurityGroup
172489
- * CreateSecurityGroupPolicies
172490
- * CreateSecurityGroupWithPolicies
172491
- * CreateServiceTemplate
172492
- * CreateServiceTemplateGroup
172493
- * CreateSnapshotPolicies
172494
- * CreateSubnet
172495
- * CreateSubnets
172496
- * CreateTrafficPackages
172497
- * CreateVpc
172498
- * CreateVpcEndPoint
172499
- * CreateVpcEndPointService
172500
- * CreateVpcEndPointServiceWhiteList
172501
- * CreateVpcPeeringConnection
172502
- * CreateVpnConnection
172503
- * CreateVpnGateway
172504
- * CreateVpnGatewayRoutes
172505
- * CreateVpnGatewaySslClient
172506
- * CreateVpnGatewaySslServer
172507
- * DeleteAddressTemplate
172508
- * DeleteAddressTemplateGroup
172509
- * DeleteAssistantCidr
172510
- * DeleteBandwidthPackage
172511
- * DeleteCcn
172512
- * DeleteCcnRouteTables
172513
- * DeleteCdcLDCXList
172514
- * DeleteCdcNetPlanes
172515
- * DeleteCustomerGateway
172516
- * DeleteDhcpIp
172517
- * DeleteDirectConnectGateway
172518
- * DeleteDirectConnectGatewayCcnRoutes
172519
- * DeleteFlowLog
172520
- * DeleteHaVip
172521
- * DeleteHighPriorityRouteTables
172522
- * DeleteHighPriorityRoutes
172523
- * DeleteIp6Translators
172524
- * DeleteLocalGateway
172525
- * DeleteNatGateway
172526
- * DeleteNatGatewayDestinationIpPortTranslationNatRule
172527
- * DeleteNatGatewaySourceIpTranslationNatRule
172528
- * DeleteNetDetect
172529
- * DeleteNetworkAcl
172530
- * DeleteNetworkAclEntries
172531
- * DeleteNetworkAclQuintupleEntries
172532
- * DeleteNetworkInterface
172533
- * DeletePrivateNatGateway
172534
- * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule
172535
- * DeletePrivateNatGatewayTranslationAclRule
172536
- * DeletePrivateNatGatewayTranslationNatRule
172537
- * DeleteReserveIpAddresses
172538
- * DeleteRouteTable
172539
- * DeleteRoutes
172540
- * DeleteSecurityGroup
172541
- * DeleteSecurityGroupPolicies
172542
- * DeleteServiceTemplate
172543
- * DeleteServiceTemplateGroup
172544
- * DeleteSnapshotPolicies
172545
- * DeleteSubnet
172546
- * DeleteTemplateMember
172547
- * DeleteTrafficPackages
172548
- * DeleteVpc
172549
- * DeleteVpcEndPoint
172550
- * DeleteVpcEndPointService
172551
- * DeleteVpcEndPointServiceWhiteList
172552
- * DeleteVpcPeeringConnection
172553
- * DeleteVpnConnection
172554
- * DeleteVpnGateway
172555
- * DeleteVpnGatewayRoutes
172556
- * DeleteVpnGatewaySslClient
172557
- * DeleteVpnGatewaySslServer
172558
- * DescribeAccountAttributes
172559
- * DescribeAddressQuota
172560
- * DescribeAddressTemplateGroups
172561
- * DescribeAddressTemplates
172562
- * DescribeAddresses
172563
- * DescribeAssistantCidr
172564
- * DescribeBandwidthPackageBillUsage
172565
- * DescribeBandwidthPackageQuota
172566
- * DescribeBandwidthPackageResources
172567
- * DescribeBandwidthPackages
172568
- * DescribeCcnAttachedInstances
172569
- * DescribeCcnRegionBandwidthLimits
172570
- * DescribeCcnRouteTableBroadcastPolicys
172571
- * DescribeCcnRouteTableInputPolicys
172572
- * DescribeCcnRouteTables
172573
- * DescribeCcnRoutes
172574
- * DescribeCcns
172575
- * DescribeCdcLDCXList
172576
- * DescribeCdcNetPlanes
172577
- * DescribeCdcUsedIdcVlan
172578
- * DescribeClassicLinkInstances
172579
- * DescribeCrossBorderCcnRegionBandwidthLimits
172580
- * DescribeCrossBorderCompliance
172581
- * DescribeCrossBorderFlowMonitor
172582
- * DescribeCustomerGatewayVendors
172583
- * DescribeCustomerGateways
172584
- * DescribeDhcpIps
172585
- * DescribeDirectConnectGatewayCcnRoutes
172586
- * DescribeDirectConnectGateways
172587
- * DescribeFlowLog
172588
- * DescribeFlowLogs
172589
- * DescribeGatewayFlowMonitorDetail
172590
- * DescribeGatewayFlowQos
172591
- * DescribeHaVips
172592
- * DescribeHighPriorityRouteTables
172593
- * DescribeHighPriorityRoutes
172594
- * DescribeIPv6Addresses
172595
- * DescribeIp6Addresses
172596
- * DescribeIp6TranslatorQuota
172597
- * DescribeIp6Translators
172598
- * DescribeIpGeolocationDatabaseUrl
172599
- * DescribeIpGeolocationInfos
172600
- * DescribeLocalGateway
172601
- * DescribeNatGatewayDestinationIpPortTranslationNatRules
172602
- * DescribeNatGatewayDirectConnectGatewayRoute
172603
- * DescribeNatGatewaySourceIpTranslationNatRules
172604
- * DescribeNatGateways
172605
- * DescribeNetDetectStates
172606
- * DescribeNetDetects
172607
- * DescribeNetworkAccountType
172608
- * DescribeNetworkAclQuintupleEntries
172609
- * DescribeNetworkAcls
172610
- * DescribeNetworkInterfaceLimit
172611
- * DescribeNetworkInterfaces
172612
- * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules
172613
- * DescribePrivateNatGatewayLimits
172614
- * DescribePrivateNatGatewayRegions
172615
- * DescribePrivateNatGatewayTranslationAclRules
172616
- * DescribePrivateNatGatewayTranslationNatRules
172617
- * DescribePrivateNatGateways
172618
- * DescribeProductQuota
172619
- * DescribeReserveIpAddresses
172620
- * DescribeRouteConflicts
172621
- * DescribeRouteTableAssociatedInstances
172622
- * DescribeRouteTableSelectionPolicies
172623
- * DescribeRouteTables
172624
- * DescribeRoutes
172625
- * DescribeSecurityGroupAssociationStatistics
172626
- * DescribeSecurityGroupLimits
172627
- * DescribeSecurityGroupPolicies
172628
- * DescribeSecurityGroupReferences
172629
- * DescribeSecurityGroups
172630
- * DescribeServiceTemplateGroups
172631
- * DescribeServiceTemplates
172632
- * DescribeSgSnapshotFileContent
172633
- * DescribeSnapshotAttachedInstances
172634
- * DescribeSnapshotFiles
172635
- * DescribeSnapshotPolicies
172636
- * DescribeSpecificTrafficPackageUsedDetails
172637
- * DescribeSubnetResourceDashboard
172638
- * DescribeSubnets
172639
- * DescribeTaskResult
172640
- * DescribeTemplateLimits
172641
- * DescribeTenantCcns
172642
- * DescribeTrafficPackages
172643
- * DescribeTrafficQosPolicy
172644
- * DescribeUsedIpAddress
172645
- * DescribeVpcEndPoint
172646
- * DescribeVpcEndPointService
172647
- * DescribeVpcEndPointServiceWhiteList
172648
- * DescribeVpcInstances
172649
- * DescribeVpcIpv6Addresses
172650
- * DescribeVpcLimits
172651
- * DescribeVpcPeeringConnections
172652
- * DescribeVpcPrivateIpAddresses
172653
- * DescribeVpcResourceDashboard
172654
- * DescribeVpcTaskResult
172655
- * DescribeVpcs
172656
- * DescribeVpnConnections
172657
- * DescribeVpnGatewayCcnRoutes
172658
- * DescribeVpnGatewayRoutes
172659
- * DescribeVpnGatewaySslClients
172660
- * DescribeVpnGatewaySslServers
172661
- * DescribeVpnGateways
172662
- * DetachCcnInstances
172663
- * DetachClassicLinkVpc
172664
- * DetachNetworkInterface
172665
- * DetachSnapshotInstances
172666
- * DisableCcnRoutes
172667
- * DisableFlowLogs
172668
- * DisableGatewayFlowMonitor
172669
- * DisableRoutes
172670
- * DisableSnapshotPolicies
172671
- * DisableVpnGatewaySslClientCert
172672
- * DisassociateAddress
172673
- * DisassociateDhcpIpWithAddressIp
172674
- * DisassociateDirectConnectGatewayNatGateway
172675
- * DisassociateIPv6Address
172676
- * DisassociateNatGatewayAddress
172677
- * DisassociateNetworkAclSubnets
172678
- * DisassociateNetworkInterfaceSecurityGroups
172679
- * DisassociateVpcEndPointSecurityGroups
172680
- * DownloadCustomerGatewayConfiguration
172681
- * DownloadVpnGatewaySslClientCert
172682
- * EnableCcnRoutes
172683
- * EnableFlowLogs
172684
- * EnableGatewayFlowMonitor
172685
- * EnableRoutes
172686
- * EnableSnapshotPolicies
172687
- * EnableVpcEndPointConnect
172688
- * EnableVpnGatewaySslClientCert
172689
- * GenerateVpnConnectionDefaultHealthCheckIp
172690
- * GetCcnRegionBandwidthLimits
172691
- * HaVipAssociateAddressIp
172692
- * HaVipDisassociateAddressIp
172693
- * InquirePriceCreateDirectConnectGateway
172694
- * InquiryPriceAllocateAddresses
172695
- * InquiryPriceCreateVpnGateway
172696
- * InquiryPriceModifyAddressesBandwidth
172697
- * InquiryPriceRenewAddresses
172698
- * InquiryPriceRenewVpnGateway
172699
- * InquiryPriceResetVpnGatewayInternetMaxBandwidth
172700
- * LockCcnBandwidths
172701
- * LockCcns
172702
- * MigrateNetworkInterface
172703
- * MigratePrivateIpAddress
172704
- * ModifyAddressAttribute
172705
- * ModifyAddressInternetChargeType
172706
- * ModifyAddressTemplateAttribute
172707
- * ModifyAddressTemplateGroupAttribute
172708
- * ModifyAddressesBandwidth
172709
- * ModifyAddressesRenewFlag
172710
- * ModifyAssistantCidr
172711
- * ModifyBandwidthPackageAttribute
172712
- * ModifyBandwidthPackageBandwidth
172713
- * ModifyCcnAttachedInstancesAttribute
172714
- * ModifyCcnAttribute
172715
- * ModifyCcnRegionBandwidthLimitsType
172716
- * ModifyCcnRouteTables
172717
- * ModifyCdcLDCXAttribute
172718
- * ModifyCdcNetPlaneAttribute
172719
- * ModifyCustomerGatewayAttribute
172720
- * ModifyDhcpIpAttribute
172721
- * ModifyDirectConnectGatewayAttribute
172722
- * ModifyFlowLogAttribute
172723
- * ModifyGatewayFlowQos
172724
- * ModifyHaVipAttribute
172725
- * ModifyHighPriorityRouteAttribute
172726
- * ModifyHighPriorityRouteECMPAlgorithm
172727
- * ModifyHighPriorityRouteTableAttribute
172728
- * ModifyIPv6AddressesAttributes
172729
- * ModifyIPv6AddressesBandwidth
172730
- * ModifyIp6AddressesBandwidth
172731
- * ModifyIp6Rule
172732
- * ModifyIp6Translator
172733
- * ModifyIpv6AddressesAttribute
172734
- * ModifyLocalGateway
172735
- * ModifyNatGatewayAttribute
172736
- * ModifyNatGatewayDestinationIpPortTranslationNatRule
172737
- * ModifyNatGatewaySourceIpTranslationNatRule
172738
- * ModifyNetDetect
172739
- * ModifyNetworkAclAttribute
172740
- * ModifyNetworkAclEntries
172741
- * ModifyNetworkAclQuintupleEntries
172742
- * ModifyNetworkInterfaceAttribute
172743
- * ModifyNetworkInterfaceQos
172744
- * ModifyPrivateIpAddressesAttribute
172745
- * ModifyPrivateNatGatewayAttribute
172746
- * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule
172747
- * ModifyPrivateNatGatewayTranslationAclRule
172748
- * ModifyPrivateNatGatewayTranslationNatRule
172749
- * ModifyReserveIpAddress
172750
- * ModifyRouteTableAttribute
172751
- * ModifyRouteTableSelectionPolicies
172752
- * ModifySecurityGroupAttribute
172753
- * ModifySecurityGroupPolicies
172754
- * ModifyServiceTemplateAttribute
172755
- * ModifyServiceTemplateGroupAttribute
172756
- * ModifySnapshotPolicies
172757
- * ModifySubnetAttribute
172758
- * ModifyTemplateMember
172759
- * ModifyVpcAttribute
172760
- * ModifyVpcEndPointAttribute
172761
- * ModifyVpcEndPointServiceAttribute
172762
- * ModifyVpcEndPointServiceWhiteList
172763
- * ModifyVpcPeeringConnection
172764
- * ModifyVpnConnectionAttribute
172765
- * ModifyVpnGatewayAttribute
172766
- * ModifyVpnGatewayCcnRoutes
172767
- * ModifyVpnGatewayRoutes
172768
- * ModifyVpnGatewaySslClientCert
172769
- * ModifyVpnGatewaySslServer
172770
- * NotifyRoutes
172771
- * RefreshDirectConnectGatewayRouteToNatGateway
172772
- * RejectAttachCcnInstances
172773
- * RejectVpcPeeringConnection
172774
- * ReleaseAddresses
172775
- * ReleaseIPv6Addresses
172776
- * ReleaseIp6AddressesBandwidth
172777
- * RemoveBandwidthPackageResources
172778
- * RemoveIp6Rules
172779
- * RenewAddresses
172780
- * RenewVpnGateway
172781
- * ReplaceCcnRouteTableBroadcastPolicys
172782
- * ReplaceCcnRouteTableInputPolicys
172783
- * ReplaceDirectConnectGatewayCcnRoutes
172784
- * ReplaceHighPriorityRouteTableAssociation
172785
- * ReplaceHighPriorityRoutes
172786
- * ReplaceRouteTableAssociation
172787
- * ReplaceRoutes
172788
- * ReplaceSecurityGroupPolicies
172789
- * ReplaceSecurityGroupPolicy
172790
- * ResetAttachCcnInstances
172791
- * ResetHighPriorityRoutes
172792
- * ResetNatGatewayConnection
172793
- * ResetRoutes
172794
- * ResetVpnConnection
172795
- * ResetVpnGatewayInternetMaxBandwidth
172796
- * ResumeSnapshotInstance
172797
- * ReturnNormalAddresses
172798
- * SetCcnRegionBandwidthLimits
172799
- * SetVpnGatewaysRenewFlag
172800
- * TransformAddress
172801
- * UnassignIpv6Addresses
172802
- * UnassignIpv6CidrBlock
172803
- * UnassignIpv6SubnetCidrBlock
172804
- * UnassignPrivateIpAddresses
172805
- * UnlockCcnBandwidths
172806
- * UnlockCcns
172807
- * WithdrawNotifyRoutes
172808
-
172809
- <font color="#dd0000">**删除数据结构**:</font>
172810
-
172811
- * AccessPolicy
172812
- * AccountAttribute
172813
- * Address
172814
- * AddressChargePrepaid
172815
- * AddressInfo
172816
- * AddressTemplate
172817
- * AddressTemplateGroup
172818
- * AddressTemplateItem
172819
- * AddressTemplateSpecification
172820
- * AlgType
172821
- * AssistantCidr
172822
- * BackupPolicy
172823
- * BandwidthPackage
172824
- * BandwidthPackageBillBandwidth
172825
- * BatchModifySnapshotPolicy
172826
- * BgpConfig
172827
- * BgpConfigAndAsn
172828
- * CCN
172829
- * CcnAttachedInstance
172830
- * CcnBandwidth
172831
- * CcnBandwidthInfo
172832
- * CcnBatchRouteTable
172833
- * CcnFlowLock
172834
- * CcnInstance
172835
- * CcnInstanceInfo
172836
- * CcnInstanceWithoutRegion
172837
- * CcnRegionBandwidthLimit
172838
- * CcnRegionBandwidthLimitInfo
172839
- * CcnRoute
172840
- * CcnRouteBroadcastPolicyRouteCondition
172841
- * CcnRouteTable
172842
- * CcnRouteTableBroadcastPolicy
172843
- * CcnRouteTableBroadcastPolicys
172844
- * CcnRouteTableInputPolicy
172845
- * CcnRouteTableInputPolicys
172846
- * CcnRouteTableSelectPolicy
172847
- * CidrForCcn
172848
- * ClassicLinkInstance
172849
- * ConflictItem
172850
- * ConflictSource
172851
- * CreateVpnConnRoute
172852
- * CrossBorderCompliance
172853
- * CrossBorderFlowMonitorData
172854
- * CustomerGateway
172855
- * CustomerGatewayVendor
172856
- * CvmInstance
172857
- * DefaultVpcSubnet
172858
- * DestinationIpPortTranslationNatRule
172859
- * DestinationIpPortTranslationNatRuleDiff
172860
- * DhcpIp
172861
- * DirectConnectGateway
172862
- * DirectConnectGatewayCcnRoute
172863
- * DirectConnectSubnet
172864
- * EndPoint
172865
- * EndPointService
172866
- * Filter
172867
- * FilterObject
172868
- * FlowLog
172869
- * FlowLogStorage
172870
- * GatewayFlowMonitorDetail
172871
- * GatewayQos
172872
- * HaVip
172873
- * HaVipAssociation
172874
- * HealthCheckConfig
172875
- * HighPriorityModifyItem
172876
- * HighPriorityRoute
172877
- * HighPriorityRouteTable
172878
- * IKEOptionsSpecification
172879
- * IPSECOptionsSpecification
172880
- * InstanceBind
172881
- * InstanceChargePrepaid
172882
- * InstanceStatistic
172883
- * InternetPrice
172884
- * InternetPriceDetail
172885
- * Ip6Rule
172886
- * Ip6RuleInfo
172887
- * Ip6Translator
172888
- * IpAddressStates
172889
- * IpField
172890
- * IpGeolocationInfo
172891
- * Ipv6Address
172892
- * Ipv6SubnetCidrBlock
172893
- * ItemPrice
172894
- * LocalDestinationIpPortTranslationNatRule
172895
- * LocalGateway
172896
- * MemberInfo
172897
- * ModifyRouteTableInfo
172898
- * NatDirectConnectGatewayRoute
172899
- * NatGateway
172900
- * NatGatewayAddress
172901
- * NatGatewayDestinationIpPortTranslationNatRule
172902
- * NatRegionInfoWithArea
172903
- * NetDetect
172904
- * NetDetectIpState
172905
- * NetDetectState
172906
- * NetworkAcl
172907
- * NetworkAclEntry
172908
- * NetworkAclEntrySet
172909
- * NetworkAclQuintupleEntries
172910
- * NetworkAclQuintupleEntry
172911
- * NetworkInterface
172912
- * NetworkInterfaceAttachment
172913
- * PeerConnection
172914
- * PolicyStatistics
172915
- * Price
172916
- * PrivateIpAddressSpecification
172917
- * PrivateNatCrossDomainInfo
172918
- * PrivateNatDestinationIpPortTranslationNatRule
172919
- * PrivateNatGateway
172920
- * PrivateNatGatewayLimit
172921
- * ProductQuota
172922
- * Quota
172923
- * ReferredSecurityGroup
172924
- * ReserveIpAddressInfo
172925
- * Resource
172926
- * ResourceDashboard
172927
- * ResourceStatistics
172928
- * ResourceStatisticsItem
172929
- * Route
172930
- * RouteConflict
172931
- * RouteECMPAlgorithm
172932
- * RouteSelectionPolicy
172933
- * RouteTable
172934
- * RouteTableAssociation
172935
- * SecurityGroup
172936
- * SecurityGroupAssociationStatistics
172937
- * SecurityGroupLimitSet
172938
- * SecurityGroupPolicy
172939
- * SecurityGroupPolicySet
172940
- * SecurityPolicyDatabase
172941
- * ServiceTemplate
172942
- * ServiceTemplateGroup
172943
- * ServiceTemplateSpecification
172944
- * ServicesInfo
172945
- * SnapshotFileInfo
172946
- * SnapshotInstance
172947
- * SnapshotPolicy
172948
- * SourceIpTranslationNatRule
172949
- * SslClientConfig
172950
- * SslVpnClient
172951
- * SslVpnSever
172952
- * Subnet
172953
- * SubnetInput
172954
- * Tag
172955
- * Tags
172956
- * TemplateLimit
172957
- * TrafficFlow
172958
- * TrafficPackage
172959
- * TrafficQosPolicySet
172960
- * TranslationAclRule
172961
- * TranslationNatRule
172962
- * TranslationNatRuleDiff
172963
- * TranslationNatRuleInput
172964
- * UsedDetail
172965
- * Vpc
172966
- * VpcEndPointServiceUser
172967
- * VpcIpv6Address
172968
- * VpcLimit
172969
- * VpcPrivateIpAddress
172970
- * VpcTaskResultDetailInfo
172971
- * VpnConnection
172972
- * VpnGateway
172973
- * VpnGatewayQuota
172974
- * VpnGatewayRoute
172975
- * VpnGatewayRouteModify
172976
- * VpngwCcnRoutes
172372
+ * [[DescribeRouteList](https://cloud.tencent.com/document/api/215/115754)](https://cloud.tencent.com/document/api/#/#)
172977
172373
 
172978
172374
  ### 第 241 次发布
172979
172375