tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -458,6 +458,30 @@
458
458
  "title": "Applying for Automatic Assignment of a Specified Number of Reserved Private IP Addresses"
459
459
  }
460
460
  ],
461
+ "CreateRoutePolicy": [
462
+ {
463
+ "document": "This example shows you how to create a VPC route reception policy.",
464
+ "input": "https://vpc.tencentcloudapi.com/?Action=CreateRoutePolicy\n&RoutePolicyName=TEST\n&RoutePolicyDescription=TEST\n&RoutePolicyEntrySet.0.Description=TEST\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>",
465
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"RoutePolicy\": {\n \"RoutePolicyId\": \"rrp-azd4dt1c\",\n \"RoutePolicyName\": \"TEST\",\n \"RoutePolicyEntrySet\": [\n {\n \"Description\": \"\",\n \"CidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"Priority\": 100,\n \"Action\": \"ACCEPT\",\n \"RouteType\": \"USER\"\n }\n ]\n }\n }\n}",
466
+ "title": "Creating a VPC Route Reception Policy"
467
+ }
468
+ ],
469
+ "CreateRoutePolicyAssociations": [
470
+ {
471
+ "document": "This example shows you how to create and bind a route reception policy.",
472
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
473
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
474
+ "title": "Creating a Route Reception Policy Binding"
475
+ }
476
+ ],
477
+ "CreateRoutePolicyEntries": [
478
+ {
479
+ "document": "This example shows you how to create a route reception policy entry.",
480
+ "input": "https://vpc.tencentcloudapi.com/?Action=CreateRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>\n",
481
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
482
+ "title": "Creating a Route Reception Policy Entry"
483
+ }
484
+ ],
461
485
  "CreateRouteTable": [
462
486
  {
463
487
  "document": "This example shows you how to create a route table.",
@@ -548,7 +572,7 @@
548
572
  {
549
573
  "document": "This example shows you how to create a VPC.",
550
574
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<Common request parameters>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
551
- "output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
575
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableRouteVpcPublish\": false,\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2001::85b:3c51:f5ff:ffd3\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
552
576
  "title": "Creating a VPC"
553
577
  }
554
578
  ],
@@ -758,6 +782,30 @@
758
782
  "title": "Deleting a Reserved Private IP Address"
759
783
  }
760
784
  ],
785
+ "DeleteRoutePolicy": [
786
+ {
787
+ "document": "This example shows you how to delete a route reception policy instance",
788
+ "input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicy\n&RoutePolicyId=rrp-azd4dt1c\n&<Common request parameters>",
789
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
790
+ "title": "Deleting a Route Reception Policy Instance"
791
+ }
792
+ ],
793
+ "DeleteRoutePolicyAssociations": [
794
+ {
795
+ "document": "This example shows you how to delete a route reception policy binding.",
796
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
797
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
798
+ "title": "Deleting a Route Reception Policy Binding"
799
+ }
800
+ ],
801
+ "DeleteRoutePolicyEntries": [
802
+ {
803
+ "document": "This example shows you how to delete a route reception policy entry.",
804
+ "input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&<Common request parameters>\n",
805
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
806
+ "title": "Deleting a Route Reception Policy Entry"
807
+ }
808
+ ],
761
809
  "DeleteRouteTable": [
762
810
  {
763
811
  "document": "This example shows you how to delete a route table.",
@@ -1009,17 +1057,17 @@
1009
1057
  "DescribeBandwidthPackageResources": [
1010
1058
  {
1011
1059
  "document": " ",
1012
- "input": "https://vpc.tencentcloudapi.com/?Action=DescribeBandwidthPackageResources\n&BandwidthPackageId=bwp-7umnal1o\n&<Common request parameters>",
1013
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-60z7i46d\",\n \"AddressIp\": \"139.199.XX.XX\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-d97psd1o\",\n \"AddressIp\": \"139.198.XX.XX\"\n }\n ],\n \"RequestId\": \"ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99\"\n }\n}",
1014
- "title": "Querying resources in a bandwidth package"
1060
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackageResources\n<Common request parameters>\n\n{\n \"BandwidthPackageId\": \"bwp-9u4iag5l\",\n \"Filters\": [\n {\n \"Name\": \"resource-type\",\n \"Values\": [\n \"Address\"\n ]\n }\n ]\n}",
1061
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d3093d68-3daf-415c-af74-b5a6b3a383d0\",\n \"ResourceSet\": [\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:d\",\n \"ResourceId\": \"eipv6-qqc8i9s7\",\n \"ResourceType\": \"Address\"\n },\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:8\",\n \"ResourceId\": \"eipv6-6ckprob3\",\n \"ResourceType\": \"Address\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
1062
+ "title": "Query Resources in a Shared Bandwidth Package"
1015
1063
  }
1016
1064
  ],
1017
1065
  "DescribeBandwidthPackages": [
1018
1066
  {
1019
1067
  "document": " ",
1020
1068
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"BGP\"\n ],\n \"Name\": \"network-type\"\n }\n ]\n}",
1021
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BandwidthPackageSet\": [\n {\n \"BandwidthPackageId\": \"bwp-p6am50q0\",\n \"BandwidthPackageName\": \"gongxiang1\",\n \"Status\": \"CREATED\",\n \"NetworkType\": \"BGP\",\n \"ChargeType\": \"FIXED_PREPAID_BY_MONTH\",\n \"CreatedTime\": \"2019-12-31T16:48:49Z\",\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-hbhcbwci\",\n \"AddressIp\": \"134.175.210.185\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-bksqvcue\",\n \"AddressIp\": \"193.112.158.4\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-rlwrl9zg\",\n \"AddressIp\": \"193.112.128.149\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-0a0z6e86\",\n \"AddressIp\": \"193.112.214.231\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-loq78a2u\",\n \"AddressIp\": \"193.112.214.146\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9b23ko6g\",\n \"AddressIp\": \"193.112.195.106\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-l3utrirm\",\n \"AddressIp\": \"193.112.214.252\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-biawxrrg\",\n \"AddressIp\": \"193.112.161.62\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-gm8dcbmw\",\n \"AddressIp\": \"129.204.145.2\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-f3yjemhw\",\n \"AddressIp\": \"134.175.169.60\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-oahxub36\",\n \"AddressIp\": \"106.53.87.77\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-ej9oasck\",\n \"AddressIp\": \"193.112.186.94\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-iivgnxr6\",\n \"AddressIp\": \"106.52.155.79\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9pva2ne6\",\n \"AddressIp\": \"106.52.167.45\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-fqexkiku\",\n \"AddressIp\": \"129.204.251.201\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-dorh1ejy\",\n \"AddressIp\": \"106.55.92.150\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-pdxzxuzs\",\n \"AddressIp\": \"42.194.204.43\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-26tl14zo\",\n \"AddressIp\": \"106.52.248.58\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-1n624fs0\",\n \"AddressIp\": \"106.55.63.197\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-j4s0mcug\",\n \"AddressIp\": \"106.55.92.154\"\n }\n ],\n \"Bandwidth\": 500\n }\n ],\n \"RequestId\": \"e0ee5afd-a684-4a4c-9fff-ef5d626aed46\"\n }\n}",
1022
- "title": "Querying bandwidth package resources"
1069
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BandwidthPackageSet\": [\n {\n \"BandwidthPackageId\": \"bwp-p6am50q0\",\n \"BandwidthPackageName\": \"gongxiang1\",\n \"Status\": \"CREATED\",\n \"NetworkType\": \"BGP\",\n \"Egress\": \"center_egress1\",\n \"ChargeType\": \"FIXED_PREPAID_BY_MONTH\",\n \"CreatedTime\": \"2019-12-31T16:48:49Z\",\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-hbhcbwci\",\n \"AddressIp\": \"134.175.210.185\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-bksqvcue\",\n \"AddressIp\": \"193.112.158.4\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-rlwrl9zg\",\n \"AddressIp\": \"193.112.128.149\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-0a0z6e86\",\n \"AddressIp\": \"193.112.214.231\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-loq78a2u\",\n \"AddressIp\": \"193.112.214.146\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9b23ko6g\",\n \"AddressIp\": \"193.112.195.106\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-l3utrirm\",\n \"AddressIp\": \"193.112.214.252\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-biawxrrg\",\n \"AddressIp\": \"193.112.161.62\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-gm8dcbmw\",\n \"AddressIp\": \"129.204.145.2\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-f3yjemhw\",\n \"AddressIp\": \"134.175.169.60\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-oahxub36\",\n \"AddressIp\": \"106.53.87.77\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-ej9oasck\",\n \"AddressIp\": \"193.112.186.94\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-iivgnxr6\",\n \"AddressIp\": \"106.52.155.79\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9pva2ne6\",\n \"AddressIp\": \"106.52.167.45\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-fqexkiku\",\n \"AddressIp\": \"129.204.251.201\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-dorh1ejy\",\n \"AddressIp\": \"106.55.92.150\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-pdxzxuzs\",\n \"AddressIp\": \"42.194.204.43\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-26tl14zo\",\n \"AddressIp\": \"106.52.248.58\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-1n624fs0\",\n \"AddressIp\": \"106.55.63.197\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-j4s0mcug\",\n \"AddressIp\": \"106.55.92.154\"\n }\n ],\n \"Bandwidth\": 500\n }\n ],\n \"RequestId\": \"e0ee5afd-a684-4a4c-9fff-ef5d626aed46\"\n }\n}",
1070
+ "title": "Querying Bandwidth Package Resources"
1023
1071
  }
1024
1072
  ],
1025
1073
  "DescribeCcnAttachedInstances": [
@@ -1197,15 +1245,15 @@
1197
1245
  "DescribeIp6Addresses": [
1198
1246
  {
1199
1247
  "document": "Query IPv6 information based on the filter",
1200
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
1248
+ "input": "POST / HTTP/1.1\nHost: vpc.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
1201
1249
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1202
- "title": "Query IPv6 information based on the filter"
1250
+ "title": "Example1 Query IPv6 information based on the filter"
1203
1251
  },
1204
1252
  {
1205
1253
  "document": "Query IPv6 information based on Ip6AddressIds",
1206
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
1254
+ "input": "POST / HTTP/1.1\nHost: vpc.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
1207
1255
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1208
- "title": "Query IPv6 information based on Ip6AddressIds"
1256
+ "title": "Example2 Query IPv6 information based on Ip6AddressIds"
1209
1257
  }
1210
1258
  ],
1211
1259
  "DescribeIpGeolocationDatabaseUrl": [
@@ -1362,6 +1410,14 @@
1362
1410
  "title": "Filtering and Querying Reserved Private IP Addresses by Tag"
1363
1411
  }
1364
1412
  ],
1413
+ "DescribeRoutePolicyEntries": [
1414
+ {
1415
+ "document": "This example shows you how to query the rule list of a routing strategy.",
1416
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoutePolicyEntries\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"route-policy-id\",\n \"Values\": [\n \"rrp-fcrulzf8\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1,\n \"OrderField\": \"abc\",\n \"OrderDirection\": \"abc\"\n}",
1417
+ "output": "{\n \"Response\": {\n \"RoutePolicyEntrySet\": [\n {\n \"RoutePolicyEntryId\": \"rrpi-5j5wut37\",\n \"Description\": \"\",\n \"GatewayType\": \"PVGW\",\n \"GatewayId\": \"172.16.16.37\",\n \"Priority\": 1113,\n \"Action\": \"DROP\",\n \"RouteType\": \"ANY\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"CreatedTime\": \"2021-09-08 15:20:14\",\n \"Region\": \"ap-guangtzhou\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2cd67e99-9376-421d-a5bb-044a10c9d744\"\n }\n}",
1418
+ "title": "Querying Routing Strategy Rule List"
1419
+ }
1420
+ ],
1365
1421
  "DescribeRouteTables": [
1366
1422
  {
1367
1423
  "document": "This example shows you how to query the list of objects in route table",
@@ -2226,6 +2282,14 @@
2226
2282
  "title": "Modifying a Reserved Private IP Address"
2227
2283
  }
2228
2284
  ],
2285
+ "ModifyRoutePolicyAttribute": [
2286
+ {
2287
+ "document": "This example shows you how to modify the route reception policy attribute.",
2288
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoutePolicyAttribute\n<Common request parameters>\n\n{\n \"RoutePolicyId\": \"rrp-n0qp4w5a\",\n \"RoutePolicyName\": \"TEST\",\n \"RoutePolicyDescription\": \"TEST\"\n}",
2289
+ "output": "{\n \"Response\": {\n \"RequestId\": \"49a4e5e2-28d6-492c-ac6b-55192e7dd29b\"\n }\n}",
2290
+ "title": "Modifying the Route Reception Policy Attribute"
2291
+ }
2292
+ ],
2229
2293
  "ModifyRouteTableAttribute": [
2230
2294
  {
2231
2295
  "document": "This example shows you how to modify attributes of a route table.",
@@ -2456,6 +2520,22 @@
2456
2520
  "title": "Replacing the CCN routes of a direct connect gateway"
2457
2521
  }
2458
2522
  ],
2523
+ "ReplaceRoutePolicyAssociations": [
2524
+ {
2525
+ "document": "This example shows you how to replace a route reception policy binding.",
2526
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
2527
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
2528
+ "title": "Replacing a Route Reception Policy Binding"
2529
+ }
2530
+ ],
2531
+ "ReplaceRoutePolicyEntries": [
2532
+ {
2533
+ "document": "This example shows you how to replace a rule in the VPC routing strategy.",
2534
+ "input": "https://vpc.tencentcloudapi.com/?Action=ReplaceRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&RoutePolicyEntrySet.0.Priority=1222\n&<Common request parameters>",
2535
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
2536
+ "title": "Replacing Rules in the VPC Routing Strategy"
2537
+ }
2538
+ ],
2459
2539
  "ReplaceRouteTableAssociation": [
2460
2540
  {
2461
2541
  "document": " ",
@@ -2504,6 +2584,22 @@
2504
2584
  "title": "Increasing the maximum concurrent connections of a NAT gateway"
2505
2585
  }
2506
2586
  ],
2587
+ "ResetRoutePolicyAssociations": [
2588
+ {
2589
+ "document": "This example shows you how to reset a route policy binding.",
2590
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-cinupu2w\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ],\n \"RouteTableId\": \"rtb-cinupu2w\"\n}",
2591
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
2592
+ "title": "Resetting Route Policy Binding"
2593
+ }
2594
+ ],
2595
+ "ResetRoutePolicyEntries": [
2596
+ {
2597
+ "document": "This example shows you how to reset the route reception policy rule.",
2598
+ "input": "https://vpc.tencentcloudapi.com/?Action=ResetRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyDescription=TEST\n&RoutePolicyName=TEST\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>\n",
2599
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
2600
+ "title": "Resetting the Route Reception Policy Rule"
2601
+ }
2602
+ ],
2507
2603
  "ResetRoutes": [
2508
2604
  {
2509
2605
  "document": "This example shows you how to reset a route table name and routes.",