tccli-intl-en 3.0.1241.1__py2.py3-none-any.whl → 3.1.16.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 (239) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +29 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +1244 -6
  21. tccli/services/bi/v20220105/api.json +5340 -107
  22. tccli/services/bi/v20220105/examples.json +196 -1
  23. tccli/services/billing/billing_client.py +210 -84
  24. tccli/services/cam/cam_client.py +405 -162
  25. tccli/services/captcha/captcha_client.py +5 -2
  26. tccli/services/car/car_client.py +165 -66
  27. tccli/services/cbs/cbs_client.py +190 -76
  28. tccli/services/ccc/ccc_client.py +794 -160
  29. tccli/services/ccc/v20200210/api.json +1748 -217
  30. tccli/services/ccc/v20200210/examples.json +64 -0
  31. tccli/services/cdb/cdb_client.py +665 -266
  32. tccli/services/cdb/v20170320/api.json +334 -134
  33. tccli/services/cdb/v20170320/examples.json +3 -3
  34. tccli/services/cdc/cdc_client.py +100 -40
  35. tccli/services/cdc/v20201214/api.json +2 -2
  36. tccli/services/cdc/v20201214/examples.json +4 -4
  37. tccli/services/cdn/cdn_client.py +220 -88
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1033 -255
  50. tccli/services/ckafka/v20190819/api.json +3378 -1681
  51. tccli/services/ckafka/v20190819/examples.json +254 -160
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +851 -382
  68. tccli/services/cvm/v20170312/examples.json +173 -127
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +107 -14
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +266 -0
  106. tccli/services/hunyuan/v20230901/api.json +270 -0
  107. tccli/services/hunyuan/v20230901/examples.json +20 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  113. tccli/services/iotcloud/iotcloud_client.py +100 -40
  114. tccli/services/ip/ip_client.py +30 -12
  115. tccli/services/kms/kms_client.py +340 -136
  116. tccli/services/kms/v20190118/api.json +80 -3
  117. tccli/services/kms/v20190118/examples.json +3 -3
  118. tccli/services/lcic/lcic_client.py +265 -106
  119. tccli/services/lighthouse/lighthouse_client.py +370 -148
  120. tccli/services/lighthouse/v20200324/api.json +14 -14
  121. tccli/services/lighthouse/v20200324/examples.json +5 -5
  122. tccli/services/live/live_client.py +600 -240
  123. tccli/services/lke/lke_client.py +450 -180
  124. tccli/services/lke/v20231130/api.json +182 -39
  125. tccli/services/lkeap/__init__.py +4 -0
  126. tccli/services/lkeap/lkeap_client.py +602 -0
  127. tccli/services/lkeap/v20240522/api.json +953 -0
  128. tccli/services/lkeap/v20240522/examples.json +92 -0
  129. tccli/services/mariadb/mariadb_client.py +250 -100
  130. tccli/services/mdc/mdc_client.py +90 -36
  131. tccli/services/mdl/mdl_client.py +357 -90
  132. tccli/services/mdl/v20200326/api.json +791 -24
  133. tccli/services/mdl/v20200326/examples.json +40 -16
  134. tccli/services/mdp/mdp_client.py +734 -124
  135. tccli/services/mdp/v20200527/api.json +748 -23
  136. tccli/services/mdp/v20200527/examples.json +143 -79
  137. tccli/services/message/__init__.py +4 -0
  138. tccli/services/message/message_client.py +210 -0
  139. tccli/services/message/v20181225/api.json +72 -0
  140. tccli/services/message/v20181225/examples.json +13 -0
  141. tccli/services/mongodb/mongodb_client.py +1404 -141
  142. tccli/services/mongodb/v20190725/api.json +2919 -677
  143. tccli/services/mongodb/v20190725/examples.json +190 -22
  144. tccli/services/monitor/monitor_client.py +1008 -296
  145. tccli/services/monitor/v20180724/api.json +660 -11
  146. tccli/services/monitor/v20180724/examples.json +152 -4
  147. tccli/services/mps/mps_client.py +1489 -429
  148. tccli/services/mps/v20190612/api.json +4750 -1077
  149. tccli/services/mps/v20190612/examples.json +182 -70
  150. tccli/services/msp/msp_client.py +35 -14
  151. tccli/services/ocr/ocr_client.py +417 -82
  152. tccli/services/ocr/v20181119/api.json +1486 -103
  153. tccli/services/ocr/v20181119/examples.json +42 -4
  154. tccli/services/omics/omics_client.py +100 -40
  155. tccli/services/organization/organization_client.py +580 -232
  156. tccli/services/postgres/postgres_client.py +455 -182
  157. tccli/services/privatedns/privatedns_client.py +155 -62
  158. tccli/services/pts/pts_client.py +240 -96
  159. tccli/services/quota/__init__.py +4 -0
  160. tccli/services/quota/quota_client.py +434 -0
  161. tccli/services/quota/v20241204/api.json +548 -0
  162. tccli/services/quota/v20241204/examples.json +51 -0
  163. tccli/services/rce/rce_client.py +5 -2
  164. tccli/services/redis/redis_client.py +545 -218
  165. tccli/services/redis/v20180412/api.json +225 -113
  166. tccli/services/redis/v20180412/examples.json +19 -19
  167. tccli/services/region/region_client.py +15 -6
  168. tccli/services/rum/rum_client.py +300 -120
  169. tccli/services/scf/scf_client.py +210 -84
  170. tccli/services/ses/ses_client.py +145 -58
  171. tccli/services/smh/__init__.py +4 -0
  172. tccli/services/smh/smh_client.py +714 -0
  173. tccli/services/smh/v20210712/api.json +1287 -0
  174. tccli/services/smh/v20210712/examples.json +85 -0
  175. tccli/services/sms/sms_client.py +90 -36
  176. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  177. tccli/services/sqlserver/v20180328/api.json +9725 -3356
  178. tccli/services/sqlserver/v20180328/examples.json +470 -10
  179. tccli/services/ssl/ssl_client.py +190 -76
  180. tccli/services/ssm/ssm_client.py +120 -48
  181. tccli/services/sts/sts_client.py +25 -10
  182. tccli/services/tag/tag_client.py +150 -60
  183. tccli/services/tat/tat_client.py +95 -38
  184. tccli/services/tbaas/tbaas_client.py +20 -8
  185. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  186. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  187. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  188. tccli/services/tchd/tchd_client.py +5 -2
  189. tccli/services/tcmpp/tcmpp_client.py +520 -208
  190. tccli/services/tcr/tcr_client.py +380 -152
  191. tccli/services/tcsas/tcsas_client.py +295 -118
  192. tccli/services/tcsas/v20250106/api.json +155 -79
  193. tccli/services/tcsas/v20250106/examples.json +3 -3
  194. tccli/services/tcss/tcss_client.py +1650 -660
  195. tccli/services/tdid/tdid_client.py +240 -96
  196. tccli/services/tdmq/tdmq_client.py +2876 -466
  197. tccli/services/tdmq/v20200217/api.json +11607 -3958
  198. tccli/services/tdmq/v20200217/examples.json +562 -264
  199. tccli/services/tem/tem_client.py +280 -112
  200. tccli/services/teo/teo_client.py +1590 -540
  201. tccli/services/teo/v20220901/api.json +703 -71
  202. tccli/services/teo/v20220901/examples.json +88 -22
  203. tccli/services/tione/__init__.py +4 -0
  204. tccli/services/tione/tione_client.py +210 -0
  205. tccli/services/tione/v20211111/api.json +3074 -0
  206. tccli/services/tione/v20211111/examples.json +12 -0
  207. tccli/services/tiw/tiw_client.py +255 -102
  208. tccli/services/tke/tke_client.py +690 -276
  209. tccli/services/tms/tms_client.py +5 -2
  210. tccli/services/tmt/tmt_client.py +5 -2
  211. tccli/services/trabbit/trabbit_client.py +145 -58
  212. tccli/services/trocket/__init__.py +4 -0
  213. tccli/services/trocket/trocket_client.py +2450 -0
  214. tccli/services/trocket/v20230308/api.json +6062 -0
  215. tccli/services/trocket/v20230308/examples.json +339 -0
  216. tccli/services/trro/trro_client.py +95 -38
  217. tccli/services/trtc/trtc_client.py +255 -102
  218. tccli/services/trtc/v20190722/api.json +135 -31
  219. tccli/services/trtc/v20190722/examples.json +7 -7
  220. tccli/services/tts/tts_client.py +5 -2
  221. tccli/services/vclm/vclm_client.py +10 -4
  222. tccli/services/vm/vm_client.py +20 -8
  223. tccli/services/vod/vod_client.py +895 -358
  224. tccli/services/vpc/v20170312/api.json +1032 -134
  225. tccli/services/vpc/v20170312/examples.json +119 -23
  226. tccli/services/vpc/vpc_client.py +2159 -644
  227. tccli/services/waf/v20180125/api.json +1372 -194
  228. tccli/services/waf/v20180125/examples.json +89 -1
  229. tccli/services/waf/waf_client.py +1149 -245
  230. tccli/services/wedata/v20250806/api.json +13644 -0
  231. tccli/services/wedata/v20250806/examples.json +621 -0
  232. tccli/services/wedata/wedata_client.py +6067 -1263
  233. tccli/services/yunjing/yunjing_client.py +355 -142
  234. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  235. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +239 -201
  236. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  237. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  238. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  239. {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -322,6 +322,27 @@
322
322
  "output": "CreateReserveIpAddressesResponse",
323
323
  "status": "online"
324
324
  },
325
+ "CreateRoutePolicy": {
326
+ "document": "This API is used to create a VPC route reception policy, including name, description and policy entries.",
327
+ "input": "CreateRoutePolicyRequest",
328
+ "name": "Create a routing policy and policy entry",
329
+ "output": "CreateRoutePolicyResponse",
330
+ "status": "online"
331
+ },
332
+ "CreateRoutePolicyAssociations": {
333
+ "document": "This API is used to create route reception policy bindings (the binding relationship between policy instances and route table instances as well as set priorities).",
334
+ "input": "CreateRoutePolicyAssociationsRequest",
335
+ "name": "Creates a route reception policy binding",
336
+ "output": "CreateRoutePolicyAssociationsResponse",
337
+ "status": "online"
338
+ },
339
+ "CreateRoutePolicyEntries": {
340
+ "document": "This API is used to create route reception policy entries.",
341
+ "input": "CreateRoutePolicyEntriesRequest",
342
+ "name": "Create a route reception policy entry",
343
+ "output": "CreateRoutePolicyEntriesResponse",
344
+ "status": "online"
345
+ },
325
346
  "CreateRouteTable": {
326
347
  "document": "This API is used to create a route table.\n* After the VPC instance has been created, the system creates a default route table with which all newly created subnets will be associated. By default, you can use this route table to manage your routing policies. If you have multiple routing policies, you can call the API for creating route tables to create more route tables to manage these routing policies.\n* You can bind a tag when creating a route table. The tag list in the response indicates the tags that have been successfully added.",
327
348
  "input": "CreateRouteTableRequest",
@@ -574,6 +595,27 @@
574
595
  "output": "DeleteReserveIpAddressesResponse",
575
596
  "status": "online"
576
597
  },
598
+ "DeleteRoutePolicy": {
599
+ "document": "This API is used to delete a route reception policy and entries.",
600
+ "input": "DeleteRoutePolicyRequest",
601
+ "name": "Delete a route reception policy and entries",
602
+ "output": "DeleteRoutePolicyResponse",
603
+ "status": "online"
604
+ },
605
+ "DeleteRoutePolicyAssociations": {
606
+ "document": "This API is used to delete route reception policy bindings (the binding relationship between route reception policy objects and route tables).",
607
+ "input": "DeleteRoutePolicyAssociationsRequest",
608
+ "name": "Delete a route reception policy binding",
609
+ "output": "DeleteRoutePolicyAssociationsResponse",
610
+ "status": "online"
611
+ },
612
+ "DeleteRoutePolicyEntries": {
613
+ "document": "This API is used to delete route reception policy entries.",
614
+ "input": "DeleteRoutePolicyEntriesRequest",
615
+ "name": "Delete a route reception policy entry",
616
+ "output": "DeleteRoutePolicyEntriesResponse",
617
+ "status": "online"
618
+ },
577
619
  "DeleteRouteTable": {
578
620
  "document": "This API is used to delete a route table.",
579
621
  "input": "DeleteRouteTableRequest",
@@ -750,7 +792,7 @@
750
792
  "status": "online"
751
793
  },
752
794
  "DescribeBandwidthPackageResources": {
753
- "document": "This API is used to query resources in a bandwidth package based on the unique package ID. You can filter the result by specifying conditions and paginate the query results.\n",
795
+ "document": "This API is used to query the list of resources in a Bandwidth Package according to its unique ID, support conditional filtering of query results and paging query.",
754
796
  "input": "DescribeBandwidthPackageResourcesRequest",
755
797
  "name": "Queries resources in a bandwidth package",
756
798
  "output": "DescribeBandwidthPackageResourcesResponse",
@@ -987,6 +1029,13 @@
987
1029
  "output": "DescribeReserveIpAddressesResponse",
988
1030
  "status": "online"
989
1031
  },
1032
+ "DescribeRoutePolicyEntries": {
1033
+ "document": "This API is used to query the route reception policy entry list.",
1034
+ "input": "DescribeRoutePolicyEntriesRequest",
1035
+ "name": "View a route reception policy entry",
1036
+ "output": "DescribeRoutePolicyEntriesResponse",
1037
+ "status": "online"
1038
+ },
990
1039
  "DescribeRouteTables": {
991
1040
  "document": "This API is used to query route tables.",
992
1041
  "input": "DescribeRouteTablesRequest",
@@ -1659,6 +1708,13 @@
1659
1708
  "output": "ModifyReserveIpAddressResponse",
1660
1709
  "status": "online"
1661
1710
  },
1711
+ "ModifyRoutePolicyAttribute": {
1712
+ "document": "This API is used to modify the route reception policy attribute.",
1713
+ "input": "ModifyRoutePolicyAttributeRequest",
1714
+ "name": "Modify the routing strategy attribute",
1715
+ "output": "ModifyRoutePolicyAttributeResponse",
1716
+ "status": "online"
1717
+ },
1662
1718
  "ModifyRouteTableAttribute": {
1663
1719
  "document": "This API (ModifyRouteTableAttribute) is used to modify the attributes of a route table.",
1664
1720
  "input": "ModifyRouteTableAttributeRequest",
@@ -1834,6 +1890,20 @@
1834
1890
  "output": "ReplaceDirectConnectGatewayCcnRoutesResponse",
1835
1891
  "status": "online"
1836
1892
  },
1893
+ "ReplaceRoutePolicyAssociations": {
1894
+ "document": "This API is used to modify the binding Priority (Priority) based on the route reception policy instance ID (RoutePolicyId) and route table instance ID (RouteTableId), supporting batch modification.",
1895
+ "input": "ReplaceRoutePolicyAssociationsRequest",
1896
+ "name": "Replace a route reception policy binding",
1897
+ "output": "ReplaceRoutePolicyAssociationsResponse",
1898
+ "status": "online"
1899
+ },
1900
+ "ReplaceRoutePolicyEntries": {
1901
+ "document": "This API is used to modify specified routing policy entries based on route reception policy rule ID and supports batch modification.",
1902
+ "input": "ReplaceRoutePolicyEntriesRequest",
1903
+ "name": "Replace a route reception policy entry",
1904
+ "output": "ReplaceRoutePolicyEntriesResponse",
1905
+ "status": "online"
1906
+ },
1837
1907
  "ReplaceRouteTableAssociation": {
1838
1908
  "document": "This API (ReplaceRouteTableAssociation) is used to modify the route table associated with a subnet.\n* A subnet can only be associated with one route table.",
1839
1909
  "input": "ReplaceRouteTableAssociationRequest",
@@ -1876,6 +1946,20 @@
1876
1946
  "output": "ResetNatGatewayConnectionResponse",
1877
1947
  "status": "online"
1878
1948
  },
1949
+ "ResetRoutePolicyAssociations": {
1950
+ "document": "This API is used to unbind the routing policy instance already bound to a specific route table instance, set up alarms for the new binding routing policy and priority.",
1951
+ "input": "ResetRoutePolicyAssociationsRequest",
1952
+ "name": "Reset a route policy binding",
1953
+ "output": "ResetRoutePolicyAssociationsResponse",
1954
+ "status": "online"
1955
+ },
1956
+ "ResetRoutePolicyEntries": {
1957
+ "document": "This API is used to reset the designated route reception policy entry based on the rule ID and supports batch modification.",
1958
+ "input": "ResetRoutePolicyEntriesRequest",
1959
+ "name": "Reset a route reception policy entry",
1960
+ "output": "ResetRoutePolicyEntriesResponse",
1961
+ "status": "online"
1962
+ },
1879
1963
  "ResetRoutes": {
1880
1964
  "document": "This API (ResetRoutes) is used to reset the name of a route table and all its routing policies.<br />\nNote: When this API is called, all routing policies in the current route table are deleted before new routing policies are saved, which may incur network interruption.",
1881
1965
  "input": "ResetRoutesRequest",
@@ -2200,7 +2284,7 @@
2200
2284
  },
2201
2285
  {
2202
2286
  "disabled": false,
2203
- "document": "The ID of the bound ENI",
2287
+ "document": "Specifies the bound elastic network interface ID. null means no elastic network interface is bound.",
2204
2288
  "example": "null",
2205
2289
  "member": "string",
2206
2290
  "name": "NetworkInterfaceId",
@@ -2210,7 +2294,7 @@
2210
2294
  },
2211
2295
  {
2212
2296
  "disabled": false,
2213
- "document": "The private IP of the bound resources",
2297
+ "document": "Bound resource internal ip. null means no bound resource internal ip.",
2214
2298
  "example": "null",
2215
2299
  "member": "string",
2216
2300
  "name": "PrivateAddressIp",
@@ -2280,7 +2364,7 @@
2280
2364
  },
2281
2365
  {
2282
2366
  "disabled": false,
2283
- "document": "The ISP of an EIP/Elastic IP, with possible return values currently including \"CMCC\", \"CTCC\", \"CUCC\" and \"BGP\"",
2367
+ "document": "EIP ISP information. currently may return values including \"CMCC\" (mobile), \"CTCC\" (telecom), \"CUCC\" (china unicom), \"BGP\" (standard BGP).",
2284
2368
  "example": "BGP",
2285
2369
  "member": "string",
2286
2370
  "name": "InternetServiceProvider",
@@ -2290,7 +2374,7 @@
2290
2374
  },
2291
2375
  {
2292
2376
  "disabled": false,
2293
- "document": "Whether the EIP is in a local BGP.",
2377
+ "document": "Specifies whether the EIP is a local bandwidth EIP. valid values:.\n<li>true: EIP with local bandwidth.</li>.\n<li>false: not a local bandwidth EIP.</li>.",
2294
2378
  "example": "false",
2295
2379
  "member": "bool",
2296
2380
  "name": "LocalBgp",
@@ -2320,18 +2404,18 @@
2320
2404
  },
2321
2405
  {
2322
2406
  "disabled": false,
2323
- "document": "List of tags associated with the EIP\nNote: this field may return `null`, indicating that no valid values can be obtained.",
2407
+ "document": "Specifies the Tag list associated with the elastic IP.",
2324
2408
  "example": "无",
2325
2409
  "member": "Tag",
2326
2410
  "name": "TagSet",
2327
2411
  "output_required": true,
2328
2412
  "type": "list",
2329
- "value_allowed_null": true
2413
+ "value_allowed_null": false
2330
2414
  },
2331
2415
  {
2332
2416
  "disabled": false,
2333
- "document": "The expiration time.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
2334
- "example": "2024-10-06T07:48:30Z",
2417
+ "document": "Prepaid monthly subscription bandwidth IP expiration time.\nSpecifies the time format in YYYY-MM-DDThh:MM:ssZ.\nNote: This field may return null, indicating that no valid value was found.",
2418
+ "example": "2024-10-06",
2335
2419
  "member": "date",
2336
2420
  "name": "DeadlineDate",
2337
2421
  "output_required": true,
@@ -2340,7 +2424,7 @@
2340
2424
  },
2341
2425
  {
2342
2426
  "disabled": false,
2343
- "document": "The type of instance bound with the EIP\nNote: this field may return `null`, indicating that no valid value was found.",
2427
+ "document": "Instance type to which the EIP is bound. valid values:.\n<Li>CVM: indicates cloud virtual machine.</li>.\n<li>Specifies the NAT gateway.</li>.\n<Li>HAVIP: high availability virtual ip.</li>.\n<Li>ENI: specifies the elastic network interface.</li>.\n<Li>CLB: specifies a private network clb.</li>.\n<Li>DHCPIP: elastic private ip address</li>.\n\n\nNote: This field may return null, indicating that no valid value was found.",
2344
2428
  "example": "CVM",
2345
2429
  "member": "string",
2346
2430
  "name": "InstanceType",
@@ -2390,23 +2474,23 @@
2390
2474
  },
2391
2475
  {
2392
2476
  "disabled": false,
2393
- "document": "Indicates the unique ID of the VPC to which the traditional EIPv6 belongs.\nNote: This field may return null, indicating that no valid value was found.",
2477
+ "document": "Specifies the unique ID of the vpc to which the traditional elastic IPv6 belongs.",
2394
2478
  "example": "vpc-xxxxxxxx",
2395
2479
  "member": "string",
2396
2480
  "name": "UnVpcId",
2397
2481
  "output_required": false,
2398
2482
  "type": "string",
2399
- "value_allowed_null": true
2483
+ "value_allowed_null": false
2400
2484
  },
2401
2485
  {
2402
2486
  "disabled": false,
2403
- "document": "Indicates the unique ID of the CDC.\nNote: This field may return 'null', indicating that no valid value was found.",
2487
+ "document": "Specifies the unique ID of the CDC.",
2404
2488
  "example": "cluster-gbo27yc4",
2405
2489
  "member": "string",
2406
2490
  "name": "DedicatedClusterId",
2407
2491
  "output_required": false,
2408
2492
  "type": "string",
2409
- "value_allowed_null": true
2493
+ "value_allowed_null": false
2410
2494
  }
2411
2495
  ],
2412
2496
  "usage": "out"
@@ -2700,7 +2784,7 @@
2700
2784
  "members": [
2701
2785
  {
2702
2786
  "disabled": false,
2703
- "document": "Whether FTP ALG is enabled",
2787
+ "document": "Ftp protocol Alg functionality whether enabled, available values:.\n<li>true: enable Ftp protocol Alg functionality.</li>.\n<li>false: disable Ftp protocol Alg functionality.</li>.",
2704
2788
  "example": "true",
2705
2789
  "member": "bool",
2706
2790
  "name": "Ftp",
@@ -2710,7 +2794,7 @@
2710
2794
  },
2711
2795
  {
2712
2796
  "disabled": false,
2713
- "document": "Whether SIP ALG is enabled",
2797
+ "document": "Whether the Sip protocol Alg function is enabled. available values:.\n<li>true: enable Sip protocol Alg function.</li>.\n<li>false: disable Sip protocol Alg function.</li>.",
2714
2798
  "example": "true",
2715
2799
  "member": "bool",
2716
2800
  "name": "Sip",
@@ -3360,13 +3444,13 @@
3360
3444
  },
3361
3445
  {
3362
3446
  "disabled": false,
3363
- "document": "Subnets divided by the secondary CIDR.\nNote: This field may return null, indicating that no valid values can be obtained.",
3364
- "example": "[]",
3447
+ "document": "Subnet Split by Auxiliary CIDR",
3448
+ "example": "[{\"VpcId\": \"vpc-7zqx75u3\", \"SubnetId\": \"subnet-9b1gk064\", \"CidrBlock\": \"11.0.0.0/16\", \"Zone\": \"ap-guangzhou-2\", \"SubnetName\": \"demo\"}]",
3365
3449
  "member": "Subnet",
3366
3450
  "name": "SubnetSet",
3367
3451
  "output_required": true,
3368
3452
  "type": "list",
3369
- "value_allowed_null": true
3453
+ "value_allowed_null": false
3370
3454
  }
3371
3455
  ],
3372
3456
  "usage": "out"
@@ -3935,7 +4019,7 @@
3935
4019
  },
3936
4020
  {
3937
4021
  "disabled": false,
3938
- "document": "Bandwidth package type. Values: `BGP`, `SINGLEISP`, `ANYCAST`, `SINGLEISP_CMCC`, `SINGLEISP_CTCC`, `SINGLEISP_CUCC`",
4022
+ "document": "Bandwidth package type, includes:\n<li>BGP: General BGP bandwidth package</li>\n<li>HIGH_QUALITY_BGP: Dedicated BGP bandwidth package</li>\n<li>ANYCAST: AIA BGP bandwidth package</li>\n<li>SINGLEISP_CMCC: CMCC bandwidth package</li>\n<li>SINGLEISP_CTCC: CTCC bandwidth package</li>\n<li>SINGLEISP_CUCC: CUCC bandwidth package</li>",
3939
4023
  "example": "BGP",
3940
4024
  "member": "string",
3941
4025
  "name": "NetworkType",
@@ -3945,7 +4029,7 @@
3945
4029
  },
3946
4030
  {
3947
4031
  "disabled": false,
3948
- "document": "The bandwidth package billing mode. Valid values: 'TOP5_POSTPAID_BY_MONTH' and 'PERCENT95_POSTPAID_BY_MONTH'",
4032
+ "document": "Bandwidth package billing type, includes:\n<li>ENHANCED95_POSTPAID_BY_MONTH: Pay-as-you-go - Enhanced 95th percentile</li>\n<li>PRIMARY_TRAFFIC_POSTPAID_BY_HOUR: Postpaid - Main Traffic Billing</li>\n<li>BANDWIDTH_POSTPAID_BY_DAY: General BGP, Pay-as-you-go - Bandwidth-based</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: Static single-line, Pay-as-you-go - Daily billed</li>\n<li>TOP5_POSTPAID_BY_MONTH: Pay-as-you-go - Monthly top 5th, If you need to use this Bglling mode, please submit a ticket</li>\n",
3949
4033
  "example": "TOP5_POSTPAID_BY_MONTH",
3950
4034
  "member": "string",
3951
4035
  "name": "ChargeType",
@@ -4005,13 +4089,13 @@
4005
4089
  },
4006
4090
  {
4007
4091
  "disabled": false,
4008
- "document": "",
4092
+ "document": "Network egress. It defaults to `center_egress1`. Valid values:\ncenter_egress1,center_egress2,center_egress3\n",
4009
4093
  "example": "center_egress1",
4010
4094
  "member": "string",
4011
4095
  "name": "Egress",
4012
4096
  "output_required": true,
4013
4097
  "type": "string",
4014
- "value_allowed_null": true
4098
+ "value_allowed_null": false
4015
4099
  }
4016
4100
  ],
4017
4101
  "usage": "out"
@@ -6654,6 +6738,123 @@
6654
6738
  ],
6655
6739
  "type": "object"
6656
6740
  },
6741
+ "CreateRoutePolicyAssociationsRequest": {
6742
+ "document": "CreateRoutePolicyAssociations request structure.",
6743
+ "members": [
6744
+ {
6745
+ "disabled": false,
6746
+ "document": "Route reception policy binding object list.",
6747
+ "example": "无",
6748
+ "member": "RoutePolicyAssociation",
6749
+ "name": "RoutePolicyAssociationSet",
6750
+ "required": true,
6751
+ "type": "list"
6752
+ }
6753
+ ],
6754
+ "type": "object"
6755
+ },
6756
+ "CreateRoutePolicyAssociationsResponse": {
6757
+ "document": "CreateRoutePolicyAssociations response structure.",
6758
+ "members": [
6759
+ {
6760
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6761
+ "member": "string",
6762
+ "name": "RequestId",
6763
+ "type": "string"
6764
+ }
6765
+ ],
6766
+ "type": "object"
6767
+ },
6768
+ "CreateRoutePolicyEntriesRequest": {
6769
+ "document": "CreateRoutePolicyEntries request structure.",
6770
+ "members": [
6771
+ {
6772
+ "disabled": false,
6773
+ "document": "Specifies the instance ID of the route reception policy.",
6774
+ "example": "rrp-q7ywkx3w",
6775
+ "member": "string",
6776
+ "name": "RoutePolicyId",
6777
+ "required": true,
6778
+ "type": "string"
6779
+ },
6780
+ {
6781
+ "disabled": false,
6782
+ "document": "Route reception policy entry list.",
6783
+ "example": "无",
6784
+ "member": "RoutePolicyEntry",
6785
+ "name": "RoutePolicyEntrySet",
6786
+ "required": true,
6787
+ "type": "list"
6788
+ }
6789
+ ],
6790
+ "type": "object"
6791
+ },
6792
+ "CreateRoutePolicyEntriesResponse": {
6793
+ "document": "CreateRoutePolicyEntries response structure.",
6794
+ "members": [
6795
+ {
6796
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6797
+ "member": "string",
6798
+ "name": "RequestId",
6799
+ "type": "string"
6800
+ }
6801
+ ],
6802
+ "type": "object"
6803
+ },
6804
+ "CreateRoutePolicyRequest": {
6805
+ "document": "CreateRoutePolicy request structure.",
6806
+ "members": [
6807
+ {
6808
+ "disabled": false,
6809
+ "document": "Routing policy description.",
6810
+ "example": "TEST",
6811
+ "member": "string",
6812
+ "name": "RoutePolicyDescription",
6813
+ "required": true,
6814
+ "type": "string"
6815
+ },
6816
+ {
6817
+ "disabled": false,
6818
+ "document": "Specifies the routing strategy name.",
6819
+ "example": "TEST",
6820
+ "member": "string",
6821
+ "name": "RoutePolicyName",
6822
+ "required": true,
6823
+ "type": "string"
6824
+ },
6825
+ {
6826
+ "disabled": false,
6827
+ "document": "Routing policy entry list.",
6828
+ "example": "无",
6829
+ "member": "RoutePolicyEntry",
6830
+ "name": "RoutePolicyEntrySet",
6831
+ "required": false,
6832
+ "type": "list"
6833
+ }
6834
+ ],
6835
+ "type": "object"
6836
+ },
6837
+ "CreateRoutePolicyResponse": {
6838
+ "document": "CreateRoutePolicy response structure.",
6839
+ "members": [
6840
+ {
6841
+ "disabled": false,
6842
+ "document": "Specifies the routing policy ID and rules.",
6843
+ "example": "无",
6844
+ "member": "RoutePolicy",
6845
+ "name": "RoutePolicy",
6846
+ "type": "object",
6847
+ "value_allowed_null": false
6848
+ },
6849
+ {
6850
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6851
+ "member": "string",
6852
+ "name": "RequestId",
6853
+ "type": "string"
6854
+ }
6855
+ ],
6856
+ "type": "object"
6857
+ },
6657
6858
  "CreateRouteTableRequest": {
6658
6859
  "document": "CreateRouteTable request structure.",
6659
6860
  "members": [
@@ -7470,11 +7671,20 @@
7470
7671
  {
7471
7672
  "disabled": false,
7472
7673
  "document": "Bound tags, such as [{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
7473
- "example": "[]",
7674
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
7474
7675
  "member": "Tag",
7475
7676
  "name": "Tags",
7476
7677
  "required": false,
7477
7678
  "type": "list"
7679
+ },
7680
+ {
7681
+ "disabled": false,
7682
+ "document": "Vpc association with CCN route publish policy. true: enables cidr route publishing. false: enables subnet route publishing. default is subnet route publishing when creating a vpc. to select cidr route publishing, submit a ticket for adding to allowlist.",
7683
+ "example": "true",
7684
+ "member": "bool",
7685
+ "name": "EnableRouteVpcPublish",
7686
+ "required": false,
7687
+ "type": "bool"
7478
7688
  }
7479
7689
  ],
7480
7690
  "type": "object"
@@ -7485,7 +7695,7 @@
7485
7695
  {
7486
7696
  "disabled": false,
7487
7697
  "document": "The VPC object.",
7488
- "example": "{\"VpcFlag\": 1, \"VpcId\": \"vpc-2ln96dly\", \"IsShare\": true, \"DomainName\": \"TEST\", \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\", \"Region\": \"ap-guangzhou\", \"EnableRouteVpcPublish\": false, \"Ipv6CidrBlockSet\": [], \"EnableDhcp\": true, \"VpcNumId\": 1, \"DnsServerSet\": [\"183.60.82.98\"], \"EnableMulticast\": false, \"VpcName\": \"TEST\", \"TagSet\": [], \"DhcpOptionsId\": \"dopt-058pu85z\", \"CreatedTime\": \"2020-10-12 10:00:00\", \"CidrBlock\": \"10.0.0.0/16\", \"IsDefault\": false}",
7698
+ "example": "",
7489
7699
  "member": "Vpc",
7490
7700
  "name": "Vpc",
7491
7701
  "output_required": true,
@@ -8926,6 +9136,96 @@
8926
9136
  ],
8927
9137
  "type": "object"
8928
9138
  },
9139
+ "DeleteRoutePolicyAssociationsRequest": {
9140
+ "document": "DeleteRoutePolicyAssociations request structure.",
9141
+ "members": [
9142
+ {
9143
+ "disabled": false,
9144
+ "document": "Routing policy binding object list. during routing policy unbinding, use the RouteTableId and RoutePolicyId fields of RoutePolicyAssociation (you do not need to fill in the Priority field).",
9145
+ "example": "无",
9146
+ "member": "RoutePolicyAssociation",
9147
+ "name": "RoutePolicyAssociationSet",
9148
+ "required": true,
9149
+ "type": "list"
9150
+ }
9151
+ ],
9152
+ "type": "object"
9153
+ },
9154
+ "DeleteRoutePolicyAssociationsResponse": {
9155
+ "document": "DeleteRoutePolicyAssociations response structure.",
9156
+ "members": [
9157
+ {
9158
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9159
+ "member": "string",
9160
+ "name": "RequestId",
9161
+ "type": "string"
9162
+ }
9163
+ ],
9164
+ "type": "object"
9165
+ },
9166
+ "DeleteRoutePolicyEntriesRequest": {
9167
+ "document": "DeleteRoutePolicyEntries request structure.",
9168
+ "members": [
9169
+ {
9170
+ "disabled": false,
9171
+ "document": "Specifies the instance ID of the route reception policy.",
9172
+ "example": "rrp-q7ywkx3w",
9173
+ "member": "string",
9174
+ "name": "RoutePolicyId",
9175
+ "required": true,
9176
+ "type": "string"
9177
+ },
9178
+ {
9179
+ "disabled": false,
9180
+ "document": "Route reception policy entry list. when deleting a routing policy rule, use the routepolicyentryid field of RoutePolicyEntry.",
9181
+ "example": "无",
9182
+ "member": "RoutePolicyEntry",
9183
+ "name": "RoutePolicyEntrySet",
9184
+ "required": false,
9185
+ "type": "list"
9186
+ }
9187
+ ],
9188
+ "type": "object"
9189
+ },
9190
+ "DeleteRoutePolicyEntriesResponse": {
9191
+ "document": "DeleteRoutePolicyEntries response structure.",
9192
+ "members": [
9193
+ {
9194
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9195
+ "member": "string",
9196
+ "name": "RequestId",
9197
+ "type": "string"
9198
+ }
9199
+ ],
9200
+ "type": "object"
9201
+ },
9202
+ "DeleteRoutePolicyRequest": {
9203
+ "document": "DeleteRoutePolicy request structure.",
9204
+ "members": [
9205
+ {
9206
+ "disabled": false,
9207
+ "document": "Specifies the unique ID of the route reception policy.",
9208
+ "example": "rrp-pguby7ma",
9209
+ "member": "string",
9210
+ "name": "RoutePolicyId",
9211
+ "required": true,
9212
+ "type": "string"
9213
+ }
9214
+ ],
9215
+ "type": "object"
9216
+ },
9217
+ "DeleteRoutePolicyResponse": {
9218
+ "document": "DeleteRoutePolicy response structure.",
9219
+ "members": [
9220
+ {
9221
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9222
+ "member": "string",
9223
+ "name": "RequestId",
9224
+ "type": "string"
9225
+ }
9226
+ ],
9227
+ "type": "object"
9228
+ },
8929
9229
  "DeleteRouteTableRequest": {
8930
9230
  "document": "DeleteRouteTable request structure.",
8931
9231
  "members": [
@@ -9635,8 +9935,8 @@
9635
9935
  "members": [
9636
9936
  {
9637
9937
  "disabled": false,
9638
- "document": "The list of unique IDs of EIPs in the format of `eip-11112222`. `AddressIds` and `Filters.address-id` cannot be specified at the same time.",
9639
- "example": "eip-11112222",
9938
+ "document": "List of unique IDs for identifying Elastic IP (EIP). The EIP unique ID is in the format of `eip-11112222`. You can use the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API to obtain the AddressId. The parameters `AddressIds` and `Filters.address-id` cannot be specified simultaneously.",
9939
+ "example": "[\"eip-11112222\"]",
9640
9940
  "member": "string",
9641
9941
  "name": "AddressIds",
9642
9942
  "required": false,
@@ -9644,7 +9944,7 @@
9644
9944
  },
9645
9945
  {
9646
9946
  "disabled": false,
9647
- "document": "Each request can have up to 10 `Filters` and 100 `Filter.Values`. Detailed filter conditions:\n<li> address-id - String - Optional - Filter by unique EIP ID, such as `eip-11112222`.</li>\n<li> address-name - String - Optional - Filter by EIP name. Fuzzy filtering is not supported.</li>\n<li> address-ip - String - Optional - Filter by EIP address.</li>\n<li> address-status - String - Optional - Filter by EIP status. Valid values: `CREATING`, `BINDING`, `BIND`, `UNBINDING`, `UNBIND`, `OFFLINING`, and `BIND_ENI`.</li>\n<li> instance-id - String - Optional - Filter by the ID of the instance bound to the EIP, such as `ins-11112222`.</li>\n<li> private-ip-address - String - Optional - Filter by the private IP address bound to the EIP.</li>\n<li> network-interface-id - String - Optional - Filter by ID of the ENI bound to the EIP, such as `eni-11112222`.</li>\n<li> is-arrears - String - Optional - Filter by the fact whether the EIP is overdue (TRUE: the EIP is overdue | FALSE: the billing status of the EIP is normal).</li>\n<li> address-type - String - Optional - Filter by IP type. Valid values: `WanIP`, `EIP`, `AnycastEIP`, and `HighQualityEIP`. Default value: `EIP`.</li>\n<li> address-isp - String - Optional - Filter by ISP type. Valid values: `BGP`, `CMCC`, `CUCC`, and `CTCC`.</li>\n<li> dedicated-cluster-id - String - Optional - Filter by unique CDC ID, such as `cluster-11112222`.</li>\n<li> tag-key - String - Optional - Filter by tag key.</li>\n<li> tag-value - String - Optional - Filter by tag value.</li>\n<li> tag:tag-key - String - Optional - Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.</li>",
9947
+ "document": "The maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` per request is 100. The detailed filter conditions are as follows:\n<li> address-id - String - Optional - Filter by the unique id of the EIP. the unique id of EIP is in the format of `EIP-11112222`. you can obtain the address-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> address-name - String - Optional - Filter by the EIP name. fuzzy filtering is not supported. available for use through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API to obtain the address-name. note: when specifying the address-name parameter, only the first passed in address-name parameter is supported for query execution.</li>\n<li> address-ip - String - Optional - Filter by the ip address of the EIP. you can obtain address-ip through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> address-status - String - Optional - Filter by the EIP status. valid values: `CREATING`, `BINDING`, `BIND`, `UNBINDING`, `UNBIND`, `OFFLINING`, and `BIND_ENI`.</li>\n<li> instance-id - String - Optional - Filter by instance id bound to EIP. instance id is in the format of ins-11112222. you can obtain instance-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> private-ip-address - String - Optional - Filter by the private ip bound to the EIP. you can obtain private-ip-address through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API. note: when specifying the private-ip-address parameter, only the first passed-in private-ip-address parameter is supported for query execution.</li>\n<li>network-interface-id - String - Optional - Filter by the id of the ENI bound to the EIP. the ENI id is in the format such as `eni-11112222`. you can obtain the network-interface-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> is-arrears - String - Optional - Filters by whether the EIP is overdue. (TRUE: EIP is overdue | FALSE: EIP is in normal fee state).</li>\n<li>instance-type - String - Optional - Filters by the instance type bound to the EIP. valid values: `CVM`, `NAT`, `ENI`, `CLB`, `HAVIP`, `DHCPIP`, `EKS`, `VPCE`, and `WAF`.\nNote: when using only the instance-type filter condition, the system returns by default the list of bound resources for all EIP types (including EIP, AnycastEIP, HighQualityEIP, AntiDDoSEIP, and ResidentialEIP). to query bound resources for a specific EIP type or `WanIP`, specify both the instance-type and address-type parameters to configure.\n<li> address-type - String - Optional - Filter by IP type. valid values: `WanIP`, `EIP`, `AnycastEIP`, `HighQualityEIP`, `AntiDDoSEIP`, and `ResidentialEIP`. default value is `EIP`.</li>\n<li> address-isp - String - Optional - Filter by ISP type. valid values: `BGP`, `CMCC`, `CUCC`, and `CTCC`.</li>\n<li> dedicated-cluster-id - String - Optional - Filter by unique CDC ID, such as `cluster-11112222`.</li>\n<li>tag-key - String - Optional - Filter by tag key.</li>\n<li>tag-value - String - Optional - Filter by tag value.</li>\n<li>tag:tag-key - String - Optional - Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.</li>",
9648
9948
  "example": "无",
9649
9949
  "member": "Filter",
9650
9950
  "name": "Filters",
@@ -9653,7 +9953,7 @@
9653
9953
  },
9654
9954
  {
9655
9955
  "disabled": false,
9656
- "document": "The Offset. The default value is 0. For more information about `Offset`, see the relevant section in the API documentation.",
9956
+ "document": "The Offset. The default value is 0. For more information on Offset, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9657
9957
  "example": "0",
9658
9958
  "member": "int64",
9659
9959
  "name": "Offset",
@@ -9662,7 +9962,7 @@
9662
9962
  },
9663
9963
  {
9664
9964
  "disabled": false,
9665
- "document": "Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section in the API documentation.",
9965
+ "document": "Number of returned results. Default value: 20. Maximum value: 100. For more information on Limit, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9666
9966
  "example": "20",
9667
9967
  "member": "int64",
9668
9968
  "name": "Limit",
@@ -9855,7 +10155,7 @@
9855
10155
  },
9856
10156
  {
9857
10157
  "disabled": false,
9858
- "document": "Each request can have up to 10 `Filters` and 5 `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:\n<li>resource-id - String - Required: no - (Filter condition) Filters by the unique ID of resources in a bandwidth package, such as `eip-11112222`.</li>\n<li>resource-type - String - Required: no - (Filter condition) Filters by the type of resources in a bandwidth package. It now supports only EIP (`Address`) and load balancer (`LoadBalance`).</li>",
10158
+ "document": "Each request can have up to 10 `Filters` and 5 `Filter.Values`. The specific filter conditions are as follows:\n<li>resource-id - String - Required: no - (Filter condition) Filters by the unique ID of resources in a bandwidth package, such as `eip-11112222`.</li>\n<li>resource-type - String - Required: no - (Filter condition) Filters by the type of resources in a bandwidth package. It now supports only EIP (`Address`) and load balancer (`LoadBalance`).</li>",
9859
10159
  "example": "无",
9860
10160
  "member": "Filter",
9861
10161
  "name": "Filters",
@@ -9864,7 +10164,7 @@
9864
10164
  },
9865
10165
  {
9866
10166
  "disabled": false,
9867
- "document": "The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
10167
+ "document": "The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9868
10168
  "example": "0",
9869
10169
  "member": "int64",
9870
10170
  "name": "Offset",
@@ -9873,7 +10173,7 @@
9873
10173
  },
9874
10174
  {
9875
10175
  "disabled": false,
9876
- "document": "The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
10176
+ "document": "The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9877
10177
  "example": "20",
9878
10178
  "member": "int64",
9879
10179
  "name": "Limit",
@@ -9929,7 +10229,7 @@
9929
10229
  },
9930
10230
  {
9931
10231
  "disabled": false,
9932
- "document": "Each request can have up to 10 `Filters`. `BandwidthPackageIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:\n<li> bandwidth-package_id - String - Required: No - (Filter condition) Filter by the unique ID of the bandwidth package.</li>\n<li> bandwidth-package-name - String - Required: No - (Filter condition) Filter by the bandwidth package name. Fuzzy filtering is not supported.</li>\n<li> network-type - String - Required: No - (Filter condition) Filter by the bandwidth package type. Valid values: `HIGH_QUALITY_BGP`, `BGP`, `SINGLEISP`, and `ANYCAST`.</li>\n<li> charge-type - String - Required: No - (Filter condition) Filter by the bandwidth package billing mode. Valid values: `TOP5_POSTPAID_BY_MONTH` and `PERCENT95_POSTPAID_BY_MONTH`.</li>\n<li> resource.resource-type - String - Required: No - (Filter condition) Filter by the bandwidth package resource type. Valid values: `Address` and `LoadBalance`.</li>\n<li> resource.resource-id - String - Required: No - (Filter condition) Filter by the bandwidth package resource ID, such as `eip-xxxx` and `lb-xxxx`.</li>\n<li> resource.address-ip - String - Required: No - (Filter condition) Filter by the bandwidth package resource IP.</li>\n<li> tag-key - String - Required: No - (Filter condition) Filter by tag key.</li>\n<li> tag-value - String - Required: No - (Filter condition) Filter by tag value.</li>\n<li> tag:tag-key - String - Required: No - (Filter condition) Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.</li>",
10232
+ "document": "Each request can have up to 10 `Filters`. parameters do not support specifying `BandwidthPackageIds` and `Filters` at the same time. detailed filter criteria are as follows:.\n<li>bandwidth-package-id - String - required: no - (filter condition) filter by the unique id of the bandwidth package.</li>.\n<li>bandwidth-package-name - String - required: no - (filter criteria) filter by bandwidth package name. fuzzy filtering is not supported.</li>.\n<li>network-type - String - required: no - (filter condition) filter by bandwidth package type. network type can be found in [BandwidthPackage](https://intl.cloud.tencent.com/document/api/215/15824?from_cn_redirect=1#BandwidthPackage).</li>.\n<li>- charge-type - String - required: no - (filter condition) filter by the billing type of the bandwidth package. the billing type can be found in BandwidthPackage (https://intl.cloud.tencent.com/document/api/215/15824?from_cn_redirect=1#BandwidthPackage).</li>.\n<li>resource.resource-type - String - required: no - (filter criteria) filter by bandwidth package resource type. resource types include 'Address' and 'LoadBalance'.</li>.\n<li>resource.resource-id - String - required: no - (filter criteria) filter by bandwidth package resource id. resource id is in the format of 'eip-xxxx','lb-xxxx'.</li>.\n<li>resource.address-ip - String - required: no - filter by bandwidth package resource ip.</li>.\n<li>tag-key - String - required: no - (filter condition) filter according to the tag key.</li>.\n<li>`tag-value` - String - Optional - Filter by the tag value.</li>\n\n<li>tag:tag-key - String - required: no - (filter condition) filter by tag key-value pair. replace tag-key with a specific tag key.</li>.",
9933
10233
  "example": "无",
9934
10234
  "member": "Filter",
9935
10235
  "name": "Filters",
@@ -9938,7 +10238,7 @@
9938
10238
  },
9939
10239
  {
9940
10240
  "disabled": false,
9941
- "document": "Offset. This value defaults to 0. For more information, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).",
10241
+ "document": "Offset. This value defaults to 0. For more information on Offset, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9942
10242
  "example": "0",
9943
10243
  "member": "uint64",
9944
10244
  "name": "Offset",
@@ -9947,7 +10247,7 @@
9947
10247
  },
9948
10248
  {
9949
10249
  "disabled": false,
9950
- "document": "Number of bandwidth packages returned. This value defaults to 20. The maximum is 100. For more information, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).",
10250
+ "document": "Number of bandwidth packages returned. This value defaults to 20. The maximum is 100. For more information on Limit, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
9951
10251
  "example": "20",
9952
10252
  "member": "uint64",
9953
10253
  "name": "Limit",
@@ -11314,7 +11614,7 @@
11314
11614
  },
11315
11615
  {
11316
11616
  "disabled": false,
11317
- "document": "Offset. Default: 0. For more information on Offset, see the relevant section in the API [Overview](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
11617
+ "document": "Offset. Default: 0. For more information on Offset, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
11318
11618
  "example": "0",
11319
11619
  "member": "int64",
11320
11620
  "name": "Offset",
@@ -11323,7 +11623,7 @@
11323
11623
  },
11324
11624
  {
11325
11625
  "disabled": false,
11326
- "document": "Number of returned results. Default: 20. Maximum: 100. For more information on Limit, see the relevant section in the API [Overview](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
11626
+ "document": "Number of returned results. Default: 20. Maximum: 100. For more information on Limit, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
11327
11627
  "example": "20",
11328
11628
  "member": "int64",
11329
11629
  "name": "Limit",
@@ -11417,7 +11717,7 @@
11417
11717
  {
11418
11718
  "disabled": false,
11419
11719
  "document": "Each request can have up to 10 `Filters` values and 100 `Filter.Values` values. Parameters `AddressIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:\n<li>address-ip - String - Required: No - (Filter condition) Filter by the IP address of IPv6 instances.</li>\n<li>network-interface-id - String - Required: No - (Filter condition) Filter by the unique ID of ENIs.</li>",
11420
- "example": "",
11720
+ "example": "\"Values\": [ \"2402:4e00:1000:2d00:0:8f3f:6:9895\" ],<br> \"Name\": \"address-ip\"",
11421
11721
  "member": "Filter",
11422
11722
  "name": "Filters",
11423
11723
  "required": false,
@@ -11425,7 +11725,7 @@
11425
11725
  },
11426
11726
  {
11427
11727
  "disabled": false,
11428
- "document": "Offset. Default value: 0. For more information on `Offset`, see the relevant section in the API [overview](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
11728
+ "document": "Offset. Default value: 0. For more information on `Offset`, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
11429
11729
  "example": "0",
11430
11730
  "member": "int64",
11431
11731
  "name": "Offset",
@@ -11434,7 +11734,7 @@
11434
11734
  },
11435
11735
  {
11436
11736
  "disabled": false,
11437
- "document": "Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section in the API [overview](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).",
11737
+ "document": "Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section in the API [Introduction](https://www.tencentcloud.com/document/api/213/15688).",
11438
11738
  "example": "20",
11439
11739
  "member": "int64",
11440
11740
  "name": "Limit",
@@ -12467,13 +12767,13 @@
12467
12767
  ],
12468
12768
  "type": "object"
12469
12769
  },
12470
- "DescribeRouteTablesRequest": {
12471
- "document": "DescribeRouteTables request structure.",
12770
+ "DescribeRoutePolicyEntriesRequest": {
12771
+ "document": "DescribeRoutePolicyEntries request structure.",
12472
12772
  "members": [
12473
12773
  {
12474
12774
  "disabled": false,
12475
- "document": "Filter condition. `RouteTableIds` and `Filters` cannot be specified at the same time.\n<li>route-table-id - String - (Filter condition) Route table instance ID.</li>\n<li>route-table-name - String - (Filter condition) Route table name.</li>\n<li>vpc-id - String - (Filter condition) VPC instance ID, such as `vpc-f49l6u0z`.</li>\n<li>association.main - String - (Filter condition) Whether it is the main route table.</li>\n<li>tag-key - String - Required: no - (Filter condition) Filter by tag key.</li>\n<li>tag:tag-key - String - Required: no - (Filter condition) Filter by tag key-value pair. Use a specific tag key to replace `tag-key`. See Example 2 for the detailed usage.</li>",
12476
- "example": "[{\"Name\":\"route-table-id\", \"Values\": [\"rtb-3yuu2t62\"]}]",
12775
+ "document": "Filter criteria. RoutePolicyEntryIds and Filters cannot be specified at the same time.\n<li>route-policy-id - String - (filter condition) specifies the instance id of the route reception policy, such as rrp-f49l6u0z.</li>.\n<li>cidr-block - String - (filter condition) cidr (subnet part before the mask), such as 10.0.0.0/8.</li>.\n<li>priority - Integer - filter condition. specifies the priority, such as 20.</li>.\n<li>gateway-type - String - (filter criteria) next hop type, such as CVM.</li>.\n<li>GatewayId - String - specifies the unique id of the next hop instance, such as ccn-f49l6u0z.</li>.\n<li>route-type - String - (filter condition) routing type. valid values: USER (USER route), NETD (route issued by network probe), CCN (CCN route).</li>.\n<li>action - String - (filter condition) specifies the action. valid values: DROP (DROP), DISABLE (receive and DISABLE), ACCEPT (receive and enable).</li>.\n<li>description - String - specifies the filter condition description, such as TEST.</li>.\n<li>route-policy-item-id - String - (filter condition) specifies the entry unique id of the route reception policy, such as rrpi-dq782kw7.</li>.",
12776
+ "example": "",
12477
12777
  "member": "Filter",
12478
12778
  "name": "Filters",
12479
12779
  "required": false,
@@ -12481,46 +12781,65 @@
12481
12781
  },
12482
12782
  {
12483
12783
  "disabled": false,
12484
- "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
12485
- "example": "rtb-l2h8d7c2",
12486
- "member": "string",
12487
- "name": "RouteTableIds",
12784
+ "document": "Offset.",
12785
+ "example": "0",
12786
+ "member": "uint64",
12787
+ "name": "Offset",
12488
12788
  "required": false,
12489
- "type": "list"
12789
+ "type": "int"
12490
12790
  },
12491
12791
  {
12492
12792
  "disabled": false,
12493
- "document": "Offset.",
12494
- "example": "0",
12793
+ "document": "Number of request objects.",
12794
+ "example": "10",
12795
+ "member": "uint64",
12796
+ "name": "Limit",
12797
+ "required": false,
12798
+ "type": "int"
12799
+ },
12800
+ {
12801
+ "disabled": false,
12802
+ "document": "Sorting field. currently only supports the priority field.",
12803
+ "example": "Priority",
12495
12804
  "member": "string",
12496
- "name": "Offset",
12805
+ "name": "OrderField",
12497
12806
  "required": false,
12498
12807
  "type": "string"
12499
12808
  },
12500
12809
  {
12501
12810
  "disabled": false,
12502
- "document": "The number of request objects.",
12503
- "example": "1",
12811
+ "document": "Specifies the sorting order.\nASC: ascending order.\nDESC: descending order.",
12812
+ "example": "ASC",
12504
12813
  "member": "string",
12505
- "name": "Limit",
12814
+ "name": "OrderDirection",
12506
12815
  "required": false,
12507
12816
  "type": "string"
12508
12817
  },
12509
12818
  {
12510
12819
  "disabled": false,
12511
- "document": "",
12512
- "example": "true",
12513
- "member": "bool",
12514
- "name": "NeedRouterInfo",
12820
+ "document": "Specifies the routing strategy entry ID.",
12821
+ "example": "",
12822
+ "member": "string",
12823
+ "name": "RoutePolicyEntryIds",
12515
12824
  "required": false,
12516
- "type": "bool"
12825
+ "type": "list"
12517
12826
  }
12518
12827
  ],
12519
12828
  "type": "object"
12520
12829
  },
12521
- "DescribeRouteTablesResponse": {
12522
- "document": "DescribeRouteTables response structure.",
12830
+ "DescribeRoutePolicyEntriesResponse": {
12831
+ "document": "DescribeRoutePolicyEntries response structure.",
12523
12832
  "members": [
12833
+ {
12834
+ "disabled": false,
12835
+ "document": "Route reception policy entry list.",
12836
+ "example": "无",
12837
+ "member": "RoutePolicyEntry",
12838
+ "name": "RoutePolicyEntrySet",
12839
+ "output_required": true,
12840
+ "type": "list",
12841
+ "value_allowed_null": false
12842
+ },
12524
12843
  {
12525
12844
  "disabled": false,
12526
12845
  "document": "Number of eligible instances.",
@@ -12532,11 +12851,84 @@
12532
12851
  "value_allowed_null": false
12533
12852
  },
12534
12853
  {
12535
- "disabled": false,
12536
- "document": "Route table object.",
12537
- "example": "[{\"RouteSet\": [{\"RouteTableId\": \"rtb-l2h8d7c2\", \"RouteItemId\": \"rti6-hj3he929\", \"Enabled\": true, \"RouteId\": 0, \"GatewayId\": \"ccn-nswq8wkq\", \"PublishedToVbc\": false, \"CreatedTime\": \"2017-06-30 19:52:03\", \"DestinationIpv6CidrBlock\": \"2402:4e00:1000:810b::/64\", \"DestinationCidrBlock\": \"\", \"RouteDescription\": \"\", \"GatewayType\": \"CCN\", \"RouteType\": \"USER\"}], \"RouteTableId\": \"rtb-l2h8d7c2\", \"VpcId\": \"vpc-2at5y1pn\", \"TagSet\": [{\"Key\": \"test\", \"Value\": \"test\"}], \"CreatedTime\": \"2017-06-30 19:52:03\", \"AssociationSet\": [], \"Main\": false, \"RouteTableName\": \"TestRouteTable\", \"LocalCidrForCcn\": [{\"Cidr\": \"10.1.0.0/16\", \"PublishedToVbc\": true}]}]",
12538
- "member": "RouteTable",
12539
- "name": "RouteTableSet",
12854
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
12855
+ "member": "string",
12856
+ "name": "RequestId",
12857
+ "type": "string"
12858
+ }
12859
+ ],
12860
+ "type": "object"
12861
+ },
12862
+ "DescribeRouteTablesRequest": {
12863
+ "document": "DescribeRouteTables request structure.",
12864
+ "members": [
12865
+ {
12866
+ "disabled": false,
12867
+ "document": "Filter condition. `RouteTableIds` and `Filters` cannot be specified at the same time.\n<li>route-table-id - String - (Filter condition) Route table instance ID.</li>\n<li>route-table-name - String - (Filter condition) Route table name.</li>\n<li>vpc-id - String - (Filter condition) VPC instance ID, such as `vpc-f49l6u0z`.</li>\n<li>association.main - String - (Filter condition) Whether it is the main route table.</li>\n<li>tag-key - String - Required: no - (Filter condition) Filter by tag key.</li>\n<li>tag:tag-key - String - Required: no - (Filter condition) Filter by tag key-value pair. Use a specific tag key to replace `tag-key`. See Example 2 for the detailed usage.</li>",
12868
+ "example": "[{\"Name\":\"route-table-id\", \"Values\": [\"rtb-3yuu2t62\"]}]",
12869
+ "member": "Filter",
12870
+ "name": "Filters",
12871
+ "required": false,
12872
+ "type": "list"
12873
+ },
12874
+ {
12875
+ "disabled": false,
12876
+ "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
12877
+ "example": "rtb-l2h8d7c2",
12878
+ "member": "string",
12879
+ "name": "RouteTableIds",
12880
+ "required": false,
12881
+ "type": "list"
12882
+ },
12883
+ {
12884
+ "disabled": false,
12885
+ "document": "Offset.",
12886
+ "example": "0",
12887
+ "member": "string",
12888
+ "name": "Offset",
12889
+ "required": false,
12890
+ "type": "string"
12891
+ },
12892
+ {
12893
+ "disabled": false,
12894
+ "document": "The number of request objects.",
12895
+ "example": "1",
12896
+ "member": "string",
12897
+ "name": "Limit",
12898
+ "required": false,
12899
+ "type": "string"
12900
+ },
12901
+ {
12902
+ "disabled": false,
12903
+ "document": "",
12904
+ "example": "true",
12905
+ "member": "bool",
12906
+ "name": "NeedRouterInfo",
12907
+ "required": false,
12908
+ "type": "bool"
12909
+ }
12910
+ ],
12911
+ "type": "object"
12912
+ },
12913
+ "DescribeRouteTablesResponse": {
12914
+ "document": "DescribeRouteTables response structure.",
12915
+ "members": [
12916
+ {
12917
+ "disabled": false,
12918
+ "document": "Number of eligible instances.",
12919
+ "example": "1",
12920
+ "member": "uint64",
12921
+ "name": "TotalCount",
12922
+ "output_required": true,
12923
+ "type": "int",
12924
+ "value_allowed_null": false
12925
+ },
12926
+ {
12927
+ "disabled": false,
12928
+ "document": "Route table object.",
12929
+ "example": "[{\"RouteSet\": [{\"RouteTableId\": \"rtb-l2h8d7c2\", \"RouteItemId\": \"rti6-hj3he929\", \"Enabled\": true, \"RouteId\": 0, \"GatewayId\": \"ccn-nswq8wkq\", \"PublishedToVbc\": false, \"CreatedTime\": \"2017-06-30 19:52:03\", \"DestinationIpv6CidrBlock\": \"2402:4e00:1000:810b::/64\", \"DestinationCidrBlock\": \"\", \"RouteDescription\": \"\", \"GatewayType\": \"CCN\", \"RouteType\": \"USER\"}], \"RouteTableId\": \"rtb-l2h8d7c2\", \"VpcId\": \"vpc-2at5y1pn\", \"TagSet\": [{\"Key\": \"test\", \"Value\": \"test\"}], \"CreatedTime\": \"2017-06-30 19:52:03\", \"AssociationSet\": [], \"Main\": false, \"RouteTableName\": \"TestRouteTable\", \"LocalCidrForCcn\": [{\"Cidr\": \"10.1.0.0/16\", \"PublishedToVbc\": true}]}]",
12930
+ "member": "RouteTable",
12931
+ "name": "RouteTableSet",
12540
12932
  "output_required": true,
12541
12933
  "type": "list",
12542
12934
  "value_allowed_null": false
@@ -16751,6 +17143,42 @@
16751
17143
  ],
16752
17144
  "usage": "both"
16753
17145
  },
17146
+ "ISPIPv6CidrBlock": {
17147
+ "document": "Returns multi-operator IPv6 Cidr Block.",
17148
+ "members": [
17149
+ {
17150
+ "disabled": false,
17151
+ "document": "IPv6 CIdr Block",
17152
+ "example": "2402:4e00:1717:8200::/56",
17153
+ "member": "string",
17154
+ "name": "IPv6CidrBlock",
17155
+ "output_required": true,
17156
+ "type": "string",
17157
+ "value_allowed_null": false
17158
+ },
17159
+ {
17160
+ "disabled": false,
17161
+ "document": "Network operator type. valid values: 'BGP' (default), 'CMCC' (china mobile), 'CTCC' (china telecom), 'CUCC' (china unicom).",
17162
+ "example": "BGP",
17163
+ "member": "string",
17164
+ "name": "ISPType",
17165
+ "output_required": true,
17166
+ "type": "string",
17167
+ "value_allowed_null": false
17168
+ },
17169
+ {
17170
+ "disabled": false,
17171
+ "document": "Specifies the type of IPv6 Cidr: `GUA` (global unicast address), `ULA` (unique local address).",
17172
+ "example": "GUA",
17173
+ "member": "string",
17174
+ "name": "AddressType",
17175
+ "output_required": false,
17176
+ "type": "string",
17177
+ "value_allowed_null": false
17178
+ }
17179
+ ],
17180
+ "usage": "out"
17181
+ },
16754
17182
  "InquirePriceCreateDirectConnectGatewayRequest": {
16755
17183
  "document": "InquirePriceCreateDirectConnectGateway request structure.",
16756
17184
  "members": [],
@@ -16948,7 +17376,7 @@
16948
17376
  {
16949
17377
  "disabled": false,
16950
17378
  "document": "The ID of the VPN gateway instance.",
16951
- "example": "",
17379
+ "example": "vpngw-ac13cgez",
16952
17380
  "member": "string",
16953
17381
  "name": "VpnGatewayId",
16954
17382
  "required": true,
@@ -16957,7 +17385,7 @@
16957
17385
  {
16958
17386
  "disabled": false,
16959
17387
  "document": "Specifies the purchased validity period, whether to enable auto-renewal. This parameter is required for monthly-subscription instances.",
16960
- "example": "",
17388
+ "example": "{'Period': 36}",
16961
17389
  "member": "InstanceChargePrepaid",
16962
17390
  "name": "InstanceChargePrepaid",
16963
17391
  "required": true,
@@ -16972,9 +17400,10 @@
16972
17400
  {
16973
17401
  "disabled": false,
16974
17402
  "document": "Product price.",
16975
- "example": "",
17403
+ "example": "",
16976
17404
  "member": "Price",
16977
17405
  "name": "Price",
17406
+ "output_required": true,
16978
17407
  "type": "object"
16979
17408
  },
16980
17409
  {
@@ -17037,9 +17466,10 @@
17037
17466
  {
17038
17467
  "disabled": false,
17039
17468
  "document": "Purchased usage period (in month). Value range: [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36].",
17040
- "example": "",
17469
+ "example": "1",
17041
17470
  "member": "uint64",
17042
17471
  "name": "Period",
17472
+ "output_required": true,
17043
17473
  "required": true,
17044
17474
  "type": "int",
17045
17475
  "value_allowed_null": false
@@ -17047,9 +17477,10 @@
17047
17477
  {
17048
17478
  "disabled": false,
17049
17479
  "document": "Auto-renewal ID. Value range: NOTIFY_AND_AUTO_RENEW: notify expiry and renew automatically, NOTIFY_AND_MANUAL_RENEW: notify expiry but do not renew automatically. The default is NOTIFY_AND_MANUAL_RENEW",
17050
- "example": "",
17480
+ "example": "NOTIFY_AND_AUTO_RENEW",
17051
17481
  "member": "string",
17052
17482
  "name": "RenewFlag",
17483
+ "output_required": true,
17053
17484
  "required": false,
17054
17485
  "type": "string",
17055
17486
  "value_allowed_null": false
@@ -17506,13 +17937,13 @@
17506
17937
  "members": [
17507
17938
  {
17508
17939
  "disabled": false,
17509
- "document": "The pay-as-you-go billing method. Unit: CNY.",
17940
+ "document": "The pay-as-you-go billing method. Unit: USD.",
17510
17941
  "example": "1.0",
17511
17942
  "member": "float",
17512
17943
  "name": "UnitPrice",
17513
17944
  "output_required": true,
17514
17945
  "type": "float",
17515
- "value_allowed_null": true
17946
+ "value_allowed_null": false
17516
17947
  },
17517
17948
  {
17518
17949
  "disabled": false,
@@ -17522,27 +17953,27 @@
17522
17953
  "name": "ChargeUnit",
17523
17954
  "output_required": true,
17524
17955
  "type": "string",
17525
- "value_allowed_null": true
17956
+ "value_allowed_null": false
17526
17957
  },
17527
17958
  {
17528
17959
  "disabled": false,
17529
- "document": "Original price of the prepaid product. Unit: CNY.",
17960
+ "document": "Original price of the prepaid product. Unit: USD.",
17530
17961
  "example": "1.0",
17531
17962
  "member": "float",
17532
17963
  "name": "OriginalPrice",
17533
17964
  "output_required": true,
17534
17965
  "type": "float",
17535
- "value_allowed_null": true
17966
+ "value_allowed_null": false
17536
17967
  },
17537
17968
  {
17538
17969
  "disabled": false,
17539
- "document": "Discount price of the prepaid product. Unit: CNY.",
17970
+ "document": "Discount price of the prepaid product. Unit: USD.",
17540
17971
  "example": "0.5",
17541
17972
  "member": "float",
17542
17973
  "name": "DiscountPrice",
17543
17974
  "output_required": true,
17544
17975
  "type": "float",
17545
- "value_allowed_null": true
17976
+ "value_allowed_null": false
17546
17977
  }
17547
17978
  ],
17548
17979
  "usage": "out"
@@ -19215,6 +19646,51 @@
19215
19646
  ],
19216
19647
  "type": "object"
19217
19648
  },
19649
+ "ModifyRoutePolicyAttributeRequest": {
19650
+ "document": "ModifyRoutePolicyAttribute request structure.",
19651
+ "members": [
19652
+ {
19653
+ "disabled": false,
19654
+ "document": "Instance ID of the route reception policy, such as rrp-dz0219jq.",
19655
+ "example": "rrp-dz0219jq",
19656
+ "member": "string",
19657
+ "name": "RoutePolicyId",
19658
+ "required": true,
19659
+ "type": "string"
19660
+ },
19661
+ {
19662
+ "disabled": false,
19663
+ "document": "Specifies the route reception policy name.",
19664
+ "example": "name",
19665
+ "member": "string",
19666
+ "name": "RoutePolicyName",
19667
+ "required": true,
19668
+ "type": "string"
19669
+ },
19670
+ {
19671
+ "disabled": false,
19672
+ "document": "Describes the route reception policy.",
19673
+ "example": "TEST",
19674
+ "member": "string",
19675
+ "name": "RoutePolicyDescription",
19676
+ "required": true,
19677
+ "type": "string"
19678
+ }
19679
+ ],
19680
+ "type": "object"
19681
+ },
19682
+ "ModifyRoutePolicyAttributeResponse": {
19683
+ "document": "ModifyRoutePolicyAttribute response structure.",
19684
+ "members": [
19685
+ {
19686
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
19687
+ "member": "string",
19688
+ "name": "RequestId",
19689
+ "type": "string"
19690
+ }
19691
+ ],
19692
+ "type": "object"
19693
+ },
19218
19694
  "ModifyRouteTableAttributeRequest": {
19219
19695
  "document": "ModifyRouteTableAttribute request structure.",
19220
19696
  "members": [
@@ -19562,7 +20038,7 @@
19562
20038
  "members": [
19563
20039
  {
19564
20040
  "disabled": false,
19565
- "document": "Security group can be named freely, but cannot exceed 60 characters.",
20041
+ "document": "VPC instance ID, in the format of vpc-f49l6u0z.",
19566
20042
  "example": "vpc-m7sr81gh",
19567
20043
  "member": "string",
19568
20044
  "name": "VpcId",
@@ -19605,6 +20081,15 @@
19605
20081
  "required": false,
19606
20082
  "type": "string"
19607
20083
  },
20084
+ {
20085
+ "disabled": false,
20086
+ "document": "Vpc association with CCN route publish policy. true enables cidr route publishing. false enables subnet route publishing. the default is subnet route publishing when creating a vpc. to use cidr route publishing, submit a ticket to add to allowlist.",
20087
+ "example": "true",
20088
+ "member": "bool",
20089
+ "name": "EnableRouteVpcPublish",
20090
+ "required": false,
20091
+ "type": "bool"
20092
+ },
19608
20093
  {
19609
20094
  "disabled": false,
19610
20095
  "document": "Whether to publish the CDC subnet to CCN. `true`: Publish; `false`: Do not publish",
@@ -21352,20 +21837,20 @@
21352
21837
  {
21353
21838
  "disabled": false,
21354
21839
  "document": "Instance price.",
21355
- "example": "null",
21840
+ "example": "{'UnitPrice': 0.58, 'ChargeUnit': 'HOUR', 'OriginalPrice': 0.58, 'DiscountPrice': 0.28}",
21356
21841
  "member": "ItemPrice",
21357
21842
  "name": "InstancePrice",
21358
- "required": false,
21843
+ "output_required": true,
21359
21844
  "type": "object",
21360
21845
  "value_allowed_null": false
21361
21846
  },
21362
21847
  {
21363
21848
  "disabled": false,
21364
21849
  "document": "Bandwidth price",
21365
- "example": "null",
21850
+ "example": "{'UnitPrice': 1, 'ChargeUnit': 'GB', 'OriginalPrice': 1.0, 'DiscountPrice': 0.46}",
21366
21851
  "member": "ItemPrice",
21367
21852
  "name": "BandwidthPrice",
21368
- "required": false,
21853
+ "output_required": true,
21369
21854
  "type": "object",
21370
21855
  "value_allowed_null": false
21371
21856
  }
@@ -21846,6 +22331,69 @@
21846
22331
  ],
21847
22332
  "type": "object"
21848
22333
  },
22334
+ "ReplaceRoutePolicyAssociationsRequest": {
22335
+ "document": "ReplaceRoutePolicyAssociations request structure.",
22336
+ "members": [
22337
+ {
22338
+ "disabled": false,
22339
+ "document": "Route reception policy binding object list. requires specifying the route reception policy instance ID (RoutePolicyId) and route table instance ID (RouteTableId).",
22340
+ "example": "无",
22341
+ "member": "RoutePolicyAssociation",
22342
+ "name": "RoutePolicyAssociationSet",
22343
+ "required": true,
22344
+ "type": "list"
22345
+ }
22346
+ ],
22347
+ "type": "object"
22348
+ },
22349
+ "ReplaceRoutePolicyAssociationsResponse": {
22350
+ "document": "ReplaceRoutePolicyAssociations response structure.",
22351
+ "members": [
22352
+ {
22353
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22354
+ "member": "string",
22355
+ "name": "RequestId",
22356
+ "type": "string"
22357
+ }
22358
+ ],
22359
+ "type": "object"
22360
+ },
22361
+ "ReplaceRoutePolicyEntriesRequest": {
22362
+ "document": "ReplaceRoutePolicyEntries request structure.",
22363
+ "members": [
22364
+ {
22365
+ "disabled": false,
22366
+ "document": "Instance ID of the routing strategy, such as rrp-azd4dt1c.",
22367
+ "example": "rrp-azd4dt1c",
22368
+ "member": "string",
22369
+ "name": "RoutePolicyId",
22370
+ "required": true,
22371
+ "type": "string"
22372
+ },
22373
+ {
22374
+ "disabled": false,
22375
+ "document": "Rule list of the routing strategy. requires specifying the policy rule ID (RoutePolicyEntryId).",
22376
+ "example": "无",
22377
+ "member": "RoutePolicyEntry",
22378
+ "name": "RoutePolicyEntrySet",
22379
+ "required": true,
22380
+ "type": "list"
22381
+ }
22382
+ ],
22383
+ "type": "object"
22384
+ },
22385
+ "ReplaceRoutePolicyEntriesResponse": {
22386
+ "document": "ReplaceRoutePolicyEntries response structure.",
22387
+ "members": [
22388
+ {
22389
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22390
+ "member": "string",
22391
+ "name": "RequestId",
22392
+ "type": "string"
22393
+ }
22394
+ ],
22395
+ "type": "object"
22396
+ },
21849
22397
  "ReplaceRouteTableAssociationRequest": {
21850
22398
  "document": "ReplaceRouteTableAssociation request structure.",
21851
22399
  "members": [
@@ -22223,12 +22771,12 @@
22223
22771
  ],
22224
22772
  "type": "object"
22225
22773
  },
22226
- "ResetRoutesRequest": {
22227
- "document": "ResetRoutes request structure.",
22774
+ "ResetRoutePolicyAssociationsRequest": {
22775
+ "document": "ResetRoutePolicyAssociations request structure.",
22228
22776
  "members": [
22229
22777
  {
22230
22778
  "disabled": false,
22231
- "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
22779
+ "document": "Routing table instance ID, e.g., rtb-azd4dt1c.",
22232
22780
  "example": "rtb-n0yejvje",
22233
22781
  "member": "string",
22234
22782
  "name": "RouteTableId",
@@ -22237,27 +22785,18 @@
22237
22785
  },
22238
22786
  {
22239
22787
  "disabled": false,
22240
- "document": "The route table name. The maximum length is 60 characters.",
22241
- "example": "TEST",
22242
- "member": "string",
22243
- "name": "RouteTableName",
22244
- "required": true,
22245
- "type": "string"
22246
- },
22247
- {
22248
- "disabled": false,
22249
- "document": "Routing policy.",
22788
+ "document": "The list of routing policy binding objects (RoutePolicyAssociation). note: the route table instance ID (RouteTableId) in the binding must match the RouteTableId parameter of this API (that is, this API only supports modifying the strategy binding relationship and priority within the same route table instance).",
22250
22789
  "example": "无",
22251
- "member": "Route",
22252
- "name": "Routes",
22790
+ "member": "RoutePolicyAssociation",
22791
+ "name": "RoutePolicyAssociationSet",
22253
22792
  "required": true,
22254
22793
  "type": "list"
22255
22794
  }
22256
22795
  ],
22257
22796
  "type": "object"
22258
22797
  },
22259
- "ResetRoutesResponse": {
22260
- "document": "ResetRoutes response structure.",
22798
+ "ResetRoutePolicyAssociationsResponse": {
22799
+ "document": "ResetRoutePolicyAssociations response structure.",
22261
22800
  "members": [
22262
22801
  {
22263
22802
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -22268,30 +22807,129 @@
22268
22807
  ],
22269
22808
  "type": "object"
22270
22809
  },
22271
- "ResetVpnConnectionRequest": {
22272
- "document": "ResetVpnConnection request structure.",
22810
+ "ResetRoutePolicyEntriesRequest": {
22811
+ "document": "ResetRoutePolicyEntries request structure.",
22273
22812
  "members": [
22274
22813
  {
22275
22814
  "disabled": false,
22276
- "document": "The ID of the VPN gateway instance.",
22277
- "example": "vpngw-kjllnkew",
22815
+ "document": "Specifies the instance ID of the route reception policy, such as rrp-azd4dt1c.",
22816
+ "example": "rrp-azd4dt1c",
22278
22817
  "member": "string",
22279
- "name": "VpnGatewayId",
22818
+ "name": "RoutePolicyId",
22280
22819
  "required": true,
22281
22820
  "type": "string"
22282
22821
  },
22283
22822
  {
22284
22823
  "disabled": false,
22285
- "document": "The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`.",
22286
- "example": "vpnx-f29e6u0z",
22824
+ "document": "Route reception policy entry list. requires specifying the routing strategy entry ID (RoutePolicyEntryId).",
22825
+ "example": "",
22826
+ "member": "RoutePolicyEntry",
22827
+ "name": "RoutePolicyEntrySet",
22828
+ "required": false,
22829
+ "type": "list"
22830
+ },
22831
+ {
22832
+ "disabled": false,
22833
+ "document": "Describes the route reception policy.",
22834
+ "example": "TEST",
22287
22835
  "member": "string",
22288
- "name": "VpnConnectionId",
22289
- "required": true,
22836
+ "name": "RoutePolicyDescription",
22837
+ "required": false,
22290
22838
  "type": "string"
22291
- }
22292
- ],
22293
- "type": "object"
22294
- },
22839
+ },
22840
+ {
22841
+ "disabled": false,
22842
+ "document": "Specifies the route reception policy name.",
22843
+ "example": "TEST",
22844
+ "member": "string",
22845
+ "name": "RoutePolicyName",
22846
+ "required": false,
22847
+ "type": "string"
22848
+ }
22849
+ ],
22850
+ "type": "object"
22851
+ },
22852
+ "ResetRoutePolicyEntriesResponse": {
22853
+ "document": "ResetRoutePolicyEntries response structure.",
22854
+ "members": [
22855
+ {
22856
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22857
+ "member": "string",
22858
+ "name": "RequestId",
22859
+ "type": "string"
22860
+ }
22861
+ ],
22862
+ "type": "object"
22863
+ },
22864
+ "ResetRoutesRequest": {
22865
+ "document": "ResetRoutes request structure.",
22866
+ "members": [
22867
+ {
22868
+ "disabled": false,
22869
+ "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
22870
+ "example": "rtb-n0yejvje",
22871
+ "member": "string",
22872
+ "name": "RouteTableId",
22873
+ "required": true,
22874
+ "type": "string"
22875
+ },
22876
+ {
22877
+ "disabled": false,
22878
+ "document": "The route table name. The maximum length is 60 characters.",
22879
+ "example": "TEST",
22880
+ "member": "string",
22881
+ "name": "RouteTableName",
22882
+ "required": true,
22883
+ "type": "string"
22884
+ },
22885
+ {
22886
+ "disabled": false,
22887
+ "document": "Routing policy.",
22888
+ "example": "无",
22889
+ "member": "Route",
22890
+ "name": "Routes",
22891
+ "required": true,
22892
+ "type": "list"
22893
+ }
22894
+ ],
22895
+ "type": "object"
22896
+ },
22897
+ "ResetRoutesResponse": {
22898
+ "document": "ResetRoutes response structure.",
22899
+ "members": [
22900
+ {
22901
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22902
+ "member": "string",
22903
+ "name": "RequestId",
22904
+ "type": "string"
22905
+ }
22906
+ ],
22907
+ "type": "object"
22908
+ },
22909
+ "ResetVpnConnectionRequest": {
22910
+ "document": "ResetVpnConnection request structure.",
22911
+ "members": [
22912
+ {
22913
+ "disabled": false,
22914
+ "document": "The ID of the VPN gateway instance.",
22915
+ "example": "vpngw-kjllnkew",
22916
+ "member": "string",
22917
+ "name": "VpnGatewayId",
22918
+ "required": true,
22919
+ "type": "string"
22920
+ },
22921
+ {
22922
+ "disabled": false,
22923
+ "document": "The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`.",
22924
+ "example": "vpnx-f29e6u0z",
22925
+ "member": "string",
22926
+ "name": "VpnConnectionId",
22927
+ "required": true,
22928
+ "type": "string"
22929
+ }
22930
+ ],
22931
+ "type": "object"
22932
+ },
22295
22933
  "ResetVpnConnectionResponse": {
22296
22934
  "document": "ResetVpnConnection response structure.",
22297
22935
  "members": [
@@ -23094,6 +23732,244 @@
23094
23732
  ],
23095
23733
  "usage": "both"
23096
23734
  },
23735
+ "RoutePolicy": {
23736
+ "document": "Route reception policy. when CCN or other services add routes to a VPC custom route table, you can drop or enable appropriate route entries.",
23737
+ "members": [
23738
+ {
23739
+ "disabled": false,
23740
+ "document": "Unique ID of the routing policy.\n\nNote: This field may return null, indicating that no valid value was found.",
23741
+ "example": "rrp-pguby7ma",
23742
+ "member": "string",
23743
+ "name": "RoutePolicyId",
23744
+ "output_required": true,
23745
+ "required": false,
23746
+ "type": "string",
23747
+ "value_allowed_null": true
23748
+ },
23749
+ {
23750
+ "disabled": false,
23751
+ "document": "Specifies the routing strategy name.\nNote: This field may return null, indicating that no valid value was found.",
23752
+ "example": "demo",
23753
+ "member": "string",
23754
+ "name": "RoutePolicyName",
23755
+ "output_required": true,
23756
+ "required": false,
23757
+ "type": "string",
23758
+ "value_allowed_null": true
23759
+ },
23760
+ {
23761
+ "disabled": false,
23762
+ "document": "Routing policy description.\n\nNote: This field may return null, indicating that no valid value was found.",
23763
+ "example": "demo",
23764
+ "member": "string",
23765
+ "name": "RoutePolicyDescription",
23766
+ "output_required": true,
23767
+ "required": false,
23768
+ "type": "string",
23769
+ "value_allowed_null": true
23770
+ },
23771
+ {
23772
+ "disabled": false,
23773
+ "document": "Routing policy rule list.\nNote: This field may return null, indicating that no valid value was found.",
23774
+ "example": "[]",
23775
+ "member": "RoutePolicyEntry",
23776
+ "name": "RoutePolicyEntrySet",
23777
+ "output_required": true,
23778
+ "required": false,
23779
+ "type": "list",
23780
+ "value_allowed_null": true
23781
+ },
23782
+ {
23783
+ "disabled": false,
23784
+ "document": "Specifies the routing strategy binding.\nNote: This field may return null, indicating that no valid value was found.",
23785
+ "example": "[{\"RouteTableId\": \"\trtb-qk8eyn9g\", \"RoutePolicyId\": \"rrp-r70ctaia\", \"Priority\": 100}]",
23786
+ "member": "RoutePolicyAssociation",
23787
+ "name": "RoutePolicyAssociationSet",
23788
+ "output_required": true,
23789
+ "required": false,
23790
+ "type": "list",
23791
+ "value_allowed_null": true
23792
+ },
23793
+ {
23794
+ "disabled": false,
23795
+ "document": "Creation time.\n\nNote: This field may return null, indicating that no valid value was found.",
23796
+ "example": "2023-05-20 15:21:54",
23797
+ "member": "string",
23798
+ "name": "CreatedTime",
23799
+ "output_required": true,
23800
+ "required": false,
23801
+ "type": "string",
23802
+ "value_allowed_null": true
23803
+ },
23804
+ {
23805
+ "disabled": false,
23806
+ "document": "Tag key-value pair.",
23807
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
23808
+ "member": "Tag",
23809
+ "name": "TagSet",
23810
+ "output_required": true,
23811
+ "required": false,
23812
+ "type": "list",
23813
+ "value_allowed_null": false
23814
+ }
23815
+ ],
23816
+ "usage": "both"
23817
+ },
23818
+ "RoutePolicyAssociation": {
23819
+ "document": "Route reception policy binding. used to bind the route table and route reception policy and specify the binding priority.",
23820
+ "members": [
23821
+ {
23822
+ "disabled": false,
23823
+ "document": "Unique route table ID.",
23824
+ "example": "rtb-qk8eyn9g",
23825
+ "member": "string",
23826
+ "name": "RouteTableId",
23827
+ "output_required": true,
23828
+ "required": false,
23829
+ "type": "string",
23830
+ "value_allowed_null": false
23831
+ },
23832
+ {
23833
+ "disabled": false,
23834
+ "document": "Specifies the unique ID of the route reception policy.",
23835
+ "example": "rrp-r70ctaia",
23836
+ "member": "string",
23837
+ "name": "RoutePolicyId",
23838
+ "output_required": true,
23839
+ "required": false,
23840
+ "type": "string",
23841
+ "value_allowed_null": false
23842
+ },
23843
+ {
23844
+ "disabled": false,
23845
+ "document": "Priority.",
23846
+ "example": "100",
23847
+ "member": "uint64",
23848
+ "name": "Priority",
23849
+ "output_required": true,
23850
+ "required": false,
23851
+ "type": "int",
23852
+ "value_allowed_null": false
23853
+ }
23854
+ ],
23855
+ "usage": "both"
23856
+ },
23857
+ "RoutePolicyEntry": {
23858
+ "document": "Route reception policy entry.",
23859
+ "members": [
23860
+ {
23861
+ "disabled": false,
23862
+ "document": "Specifies the unique ID of the IPv4 routing strategy entry.\nNote: This field may return null, indicating that no valid value was found.",
23863
+ "example": "rrpi-hd7hsfhh",
23864
+ "member": "string",
23865
+ "name": "RoutePolicyEntryId",
23866
+ "output_required": true,
23867
+ "required": false,
23868
+ "type": "string",
23869
+ "value_allowed_null": true
23870
+ },
23871
+ {
23872
+ "disabled": false,
23873
+ "document": "Destination ip range.\nNote: This field may return null, indicating that no valid value was found.",
23874
+ "example": "13.0.0.0/16",
23875
+ "member": "string",
23876
+ "name": "CidrBlock",
23877
+ "output_required": true,
23878
+ "required": false,
23879
+ "type": "string",
23880
+ "value_allowed_null": true
23881
+ },
23882
+ {
23883
+ "disabled": false,
23884
+ "document": "Describes the routing strategy rule.\nNote: This field may return null, indicating that no valid value was found.",
23885
+ "example": "demo",
23886
+ "member": "string",
23887
+ "name": "Description",
23888
+ "output_required": true,
23889
+ "required": false,
23890
+ "type": "string",
23891
+ "value_allowed_null": true
23892
+ },
23893
+ {
23894
+ "disabled": false,
23895
+ "document": "Routing Type\n\nSpecifies the USER-customized data type.\nNETD: specifies the route for network detection.\nCCN: CCN route.\nNote: This field may return null, indicating that no valid value was found.",
23896
+ "example": "CCN",
23897
+ "member": "string",
23898
+ "name": "RouteType",
23899
+ "output_required": true,
23900
+ "required": false,
23901
+ "type": "string",
23902
+ "value_allowed_null": true
23903
+ },
23904
+ {
23905
+ "disabled": false,
23906
+ "document": "Next hop type. types currently supported:.\nCVM: cloud virtual machine with public network gateway type.\nVPN: vpn gateway.\nDIRECTCONNECT: direct connect gateway.\nPEERCONNECTION: peering connection.\nHAVIP: high availability virtual ip.\nNAT: specifies the nat gateway. \nEIP: specifies the public ip address of the cloud virtual machine.\nLOCAL_GATEWAY: specifies the local gateway.\nPVGW: pvgw gateway.\nNote: This field may return null, indicating that no valid value was found.",
23907
+ "example": "CVM",
23908
+ "member": "string",
23909
+ "name": "GatewayType",
23910
+ "output_required": true,
23911
+ "required": false,
23912
+ "type": "string",
23913
+ "value_allowed_null": true
23914
+ },
23915
+ {
23916
+ "disabled": false,
23917
+ "document": "Gateway unique ID.\nNote: This field may return null, indicating that no valid value was found.",
23918
+ "example": "172.16.16.37",
23919
+ "member": "string",
23920
+ "name": "GatewayId",
23921
+ "output_required": true,
23922
+ "required": false,
23923
+ "type": "string",
23924
+ "value_allowed_null": true
23925
+ },
23926
+ {
23927
+ "disabled": false,
23928
+ "document": "Priority. a smaller value indicates a higher priority.\nNote: This field may return null, indicating that no valid value was found.",
23929
+ "example": "100",
23930
+ "member": "uint64",
23931
+ "name": "Priority",
23932
+ "output_required": true,
23933
+ "required": false,
23934
+ "type": "int",
23935
+ "value_allowed_null": true
23936
+ },
23937
+ {
23938
+ "disabled": false,
23939
+ "document": "Action.\nDROP: drop.\nDISABLE: receive and disable.\nACCEPT: receive and enable.\nNote: This field may return null, indicating that no valid value was found.",
23940
+ "example": "ACCEPT",
23941
+ "member": "string",
23942
+ "name": "Action",
23943
+ "output_required": true,
23944
+ "required": false,
23945
+ "type": "string",
23946
+ "value_allowed_null": true
23947
+ },
23948
+ {
23949
+ "disabled": false,
23950
+ "document": "Creation time.\n\nNote: This field may return null, indicating that no valid value was found.",
23951
+ "example": "2023-05-20 15:06:34",
23952
+ "member": "string",
23953
+ "name": "CreatedTime",
23954
+ "output_required": true,
23955
+ "required": false,
23956
+ "type": "string",
23957
+ "value_allowed_null": true
23958
+ },
23959
+ {
23960
+ "disabled": false,
23961
+ "document": "Specifies the region.\nNote: This field may return null, indicating that no valid value was found.",
23962
+ "example": "ap-guangzhou",
23963
+ "member": "string",
23964
+ "name": "Region",
23965
+ "output_required": true,
23966
+ "required": false,
23967
+ "type": "string",
23968
+ "value_allowed_null": true
23969
+ }
23970
+ ],
23971
+ "usage": "both"
23972
+ },
23097
23973
  "RouteTable": {
23098
23974
  "document": "Route table object",
23099
23975
  "members": [
@@ -24275,7 +25151,7 @@
24275
25151
  {
24276
25152
  "disabled": false,
24277
25153
  "document": "The `IPv6` `CIDR` of the subnet.",
24278
- "example": " ",
25154
+ "example": "fd76:3600:1300:c00::/64",
24279
25155
  "member": "string",
24280
25156
  "name": "Ipv6CidrBlock",
24281
25157
  "output_required": false,
@@ -24315,7 +25191,7 @@
24315
25191
  {
24316
25192
  "disabled": false,
24317
25193
  "document": "Tag key-value pairs",
24318
- "example": "[]",
25194
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
24319
25195
  "member": "Tag",
24320
25196
  "name": "TagSet",
24321
25197
  "output_required": false,
@@ -24324,23 +25200,23 @@
24324
25200
  },
24325
25201
  {
24326
25202
  "disabled": false,
24327
- "document": "CDC instance ID\nNote: this field may return `null`, indicating that no valid values can be obtained.",
25203
+ "document": "CDC instance ID.",
24328
25204
  "example": "cluster-gbo27yc4",
24329
25205
  "member": "string",
24330
25206
  "name": "CdcId",
24331
25207
  "output_required": false,
24332
25208
  "type": "string",
24333
- "value_allowed_null": true
25209
+ "value_allowed_null": false
24334
25210
  },
24335
25211
  {
24336
25212
  "disabled": false,
24337
- "document": "Whether it is a CDC subnet. Valid values: 0: no; 1: yes\nNote: this field may return `null`, indicating that no valid values can be obtained.",
25213
+ "document": "Whether the subnet is associated with CDC. valid values: 0 (no), 1 (yes).",
24338
25214
  "example": "0",
24339
25215
  "member": "int64",
24340
25216
  "name": "IsCdcSubnet",
24341
25217
  "output_required": false,
24342
25218
  "type": "int",
24343
- "value_allowed_null": true
25219
+ "value_allowed_null": false
24344
25220
  }
24345
25221
  ],
24346
25222
  "usage": "out"
@@ -24392,23 +25268,25 @@
24392
25268
  "members": [
24393
25269
  {
24394
25270
  "disabled": false,
24395
- "document": "Tag key\nNote: This field may return null, indicating no valid value.",
25271
+ "document": "Tag key",
24396
25272
  "example": "tag-key",
24397
25273
  "member": "string",
24398
25274
  "name": "Key",
25275
+ "output_required": true,
24399
25276
  "required": true,
24400
25277
  "type": "string",
24401
- "value_allowed_null": true
25278
+ "value_allowed_null": false
24402
25279
  },
24403
25280
  {
24404
25281
  "disabled": false,
24405
- "document": "Tag value\nNote: This field may return null, indicating no valid value.",
25282
+ "document": "Tag value",
24406
25283
  "example": "tag-value",
24407
25284
  "member": "string",
24408
25285
  "name": "Value",
25286
+ "output_required": true,
24409
25287
  "required": false,
24410
25288
  "type": "string",
24411
- "value_allowed_null": true
25289
+ "value_allowed_null": false
24412
25290
  }
24413
25291
  ],
24414
25292
  "usage": "both"
@@ -24723,7 +25601,7 @@
24723
25601
  {
24724
25602
  "disabled": false,
24725
25603
  "document": "`VPC` name.",
24726
- "example": "demo",
25604
+ "example": "VPC-1",
24727
25605
  "member": "string",
24728
25606
  "name": "VpcName",
24729
25607
  "output_required": true,
@@ -24753,7 +25631,7 @@
24753
25631
  {
24754
25632
  "disabled": false,
24755
25633
  "document": "Whether it is the default `VPC`.",
24756
- "example": " true",
25634
+ "example": "true",
24757
25635
  "member": "bool",
24758
25636
  "name": "IsDefault",
24759
25637
  "output_required": true,
@@ -24763,7 +25641,7 @@
24763
25641
  {
24764
25642
  "disabled": false,
24765
25643
  "document": "Whether multicast is enabled.",
24766
- "example": "true ",
25644
+ "example": "true",
24767
25645
  "member": "bool",
24768
25646
  "name": "EnableMulticast",
24769
25647
  "output_required": true,
@@ -24793,7 +25671,7 @@
24793
25671
  {
24794
25672
  "disabled": false,
24795
25673
  "document": "DHCP domain name option value.",
24796
- "example": " demo",
25674
+ "example": "DomainName1",
24797
25675
  "member": "string",
24798
25676
  "name": "DomainName",
24799
25677
  "output_required": true,
@@ -24813,7 +25691,7 @@
24813
25691
  {
24814
25692
  "disabled": false,
24815
25693
  "document": "Whether `DHCP` is enabled.",
24816
- "example": " false",
25694
+ "example": "false",
24817
25695
  "member": "bool",
24818
25696
  "name": "EnableDhcp",
24819
25697
  "output_required": true,
@@ -24833,7 +25711,7 @@
24833
25711
  {
24834
25712
  "disabled": false,
24835
25713
  "document": "Tag key-value pair",
24836
- "example": "[]",
25714
+ "example": "",
24837
25715
  "member": "Tag",
24838
25716
  "name": "TagSet",
24839
25717
  "output_required": true,
@@ -24842,13 +25720,33 @@
24842
25720
  },
24843
25721
  {
24844
25722
  "disabled": false,
24845
- "document": "The secondary CIDR block.\nNote: This field may return null, indicating that no valid values can be obtained.",
24846
- "example": "[]",
25723
+ "document": "Auxiliary CIDR",
25724
+ "example": "",
24847
25725
  "member": "AssistantCidr",
24848
25726
  "name": "AssistantCidrSet",
25727
+ "output_required": false,
25728
+ "type": "list",
25729
+ "value_allowed_null": false
25730
+ },
25731
+ {
25732
+ "disabled": false,
25733
+ "document": "Vpc association with CCN route publish policy. true: enables cidr route publishing. false: enables subnet route publishing. default is subnet route publishing when creating a vpc. to select cidr route publishing, submit a ticket for adding to allowlist.",
25734
+ "example": "true",
25735
+ "member": "bool",
25736
+ "name": "EnableRouteVpcPublish",
25737
+ "output_required": true,
25738
+ "type": "bool",
25739
+ "value_allowed_null": false
25740
+ },
25741
+ {
25742
+ "disabled": false,
25743
+ "document": "Returns the multi-operator IPv6 Cidr Block.",
25744
+ "example": "无",
25745
+ "member": "ISPIPv6CidrBlock",
25746
+ "name": "Ipv6CidrBlockSet",
24849
25747
  "output_required": true,
24850
25748
  "type": "list",
24851
- "value_allowed_null": true
25749
+ "value_allowed_null": false
24852
25750
  }
24853
25751
  ],
24854
25752
  "usage": "out"