tccli-intl-en 3.0.1168.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 (294) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +49 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +514 -333
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "AddBandwidthPackageResourcesResponse",
15
15
  "status": "online"
16
16
  },
17
+ "AddTemplateMember": {
18
+ "document": "This API is used to add a parameter template of the IP address, protocol port, IP address group, or protocol port group type.",
19
+ "input": "AddTemplateMemberRequest",
20
+ "name": "Adds a parameter template",
21
+ "output": "AddTemplateMemberResponse",
22
+ "status": "online"
23
+ },
17
24
  "AdjustPublicAddress": {
18
25
  "document": "This API is used to change the public IP of a CVM or the EIP of the associated bandwidth package.",
19
26
  "input": "AdjustPublicAddressRequest",
@@ -315,6 +322,27 @@
315
322
  "output": "CreateReserveIpAddressesResponse",
316
323
  "status": "online"
317
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
+ },
318
346
  "CreateRouteTable": {
319
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.",
320
348
  "input": "CreateRouteTableRequest",
@@ -567,6 +595,27 @@
567
595
  "output": "DeleteReserveIpAddressesResponse",
568
596
  "status": "online"
569
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
+ },
570
619
  "DeleteRouteTable": {
571
620
  "document": "This API is used to delete a route table.",
572
621
  "input": "DeleteRouteTableRequest",
@@ -623,6 +672,13 @@
623
672
  "output": "DeleteSubnetResponse",
624
673
  "status": "online"
625
674
  },
675
+ "DeleteTemplateMember": {
676
+ "document": "This API is used to delete a parameter template of the IP address, protocol port, IP address group, or protocol port group type.",
677
+ "input": "DeleteTemplateMemberRequest",
678
+ "name": "Deletes a parameter template",
679
+ "output": "DeleteTemplateMemberResponse",
680
+ "status": "online"
681
+ },
626
682
  "DeleteTrafficPackages": {
627
683
  "document": "This API is used to delete traffic packages. Note that only non-valid traffic packages can be deleted. ",
628
684
  "input": "DeleteTrafficPackagesRequest",
@@ -736,7 +792,7 @@
736
792
  "status": "online"
737
793
  },
738
794
  "DescribeBandwidthPackageResources": {
739
- "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.",
740
796
  "input": "DescribeBandwidthPackageResourcesRequest",
741
797
  "name": "Queries resources in a bandwidth package",
742
798
  "output": "DescribeBandwidthPackageResourcesResponse",
@@ -973,6 +1029,13 @@
973
1029
  "output": "DescribeReserveIpAddressesResponse",
974
1030
  "status": "online"
975
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
+ },
976
1039
  "DescribeRouteTables": {
977
1040
  "document": "This API is used to query route tables.",
978
1041
  "input": "DescribeRouteTablesRequest",
@@ -1645,6 +1708,13 @@
1645
1708
  "output": "ModifyReserveIpAddressResponse",
1646
1709
  "status": "online"
1647
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
+ },
1648
1718
  "ModifyRouteTableAttribute": {
1649
1719
  "document": "This API (ModifyRouteTableAttribute) is used to modify the attributes of a route table.",
1650
1720
  "input": "ModifyRouteTableAttributeRequest",
@@ -1694,6 +1764,13 @@
1694
1764
  "output": "ModifySubnetAttributeResponse",
1695
1765
  "status": "online"
1696
1766
  },
1767
+ "ModifyTemplateMember": {
1768
+ "document": "This API is used to modify a parameter template of the IP address, protocol port, IP address group, or protocol port group type.",
1769
+ "input": "ModifyTemplateMemberRequest",
1770
+ "name": "Modifies a parameter template",
1771
+ "output": "ModifyTemplateMemberResponse",
1772
+ "status": "online"
1773
+ },
1697
1774
  "ModifyVpcAttribute": {
1698
1775
  "document": "This API (ModifyVpcAttribute) is used to modify VPC attributes.",
1699
1776
  "input": "ModifyVpcAttributeRequest",
@@ -1813,6 +1890,20 @@
1813
1890
  "output": "ReplaceDirectConnectGatewayCcnRoutesResponse",
1814
1891
  "status": "online"
1815
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
+ },
1816
1907
  "ReplaceRouteTableAssociation": {
1817
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.",
1818
1909
  "input": "ReplaceRouteTableAssociationRequest",
@@ -1855,6 +1946,20 @@
1855
1946
  "output": "ResetNatGatewayConnectionResponse",
1856
1947
  "status": "online"
1857
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
+ },
1858
1963
  "ResetRoutes": {
1859
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.",
1860
1965
  "input": "ResetRoutesRequest",
@@ -2078,6 +2183,42 @@
2078
2183
  ],
2079
2184
  "type": "object"
2080
2185
  },
2186
+ "AddTemplateMemberRequest": {
2187
+ "document": "AddTemplateMember request structure.",
2188
+ "members": [
2189
+ {
2190
+ "disabled": false,
2191
+ "document": "Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.",
2192
+ "example": "ipm-88t6207k",
2193
+ "member": "string",
2194
+ "name": "TemplateId",
2195
+ "required": true,
2196
+ "type": "string"
2197
+ },
2198
+ {
2199
+ "disabled": false,
2200
+ "document": "Information on the parameter template to be added. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter.",
2201
+ "example": "[{\"Member\": \"10.0.0.11\"}]",
2202
+ "member": "MemberInfo",
2203
+ "name": "TemplateMember",
2204
+ "required": true,
2205
+ "type": "list"
2206
+ }
2207
+ ],
2208
+ "type": "object"
2209
+ },
2210
+ "AddTemplateMemberResponse": {
2211
+ "document": "AddTemplateMember response structure.",
2212
+ "members": [
2213
+ {
2214
+ "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.",
2215
+ "member": "string",
2216
+ "name": "RequestId",
2217
+ "type": "string"
2218
+ }
2219
+ ],
2220
+ "type": "object"
2221
+ },
2081
2222
  "Address": {
2082
2223
  "document": "Detailed EIP information",
2083
2224
  "members": [
@@ -2143,7 +2284,7 @@
2143
2284
  },
2144
2285
  {
2145
2286
  "disabled": false,
2146
- "document": "The ID of the bound ENI",
2287
+ "document": "Specifies the bound elastic network interface ID. null means no elastic network interface is bound.",
2147
2288
  "example": "null",
2148
2289
  "member": "string",
2149
2290
  "name": "NetworkInterfaceId",
@@ -2153,7 +2294,7 @@
2153
2294
  },
2154
2295
  {
2155
2296
  "disabled": false,
2156
- "document": "The private IP of the bound resources",
2297
+ "document": "Bound resource internal ip. null means no bound resource internal ip.",
2157
2298
  "example": "null",
2158
2299
  "member": "string",
2159
2300
  "name": "PrivateAddressIp",
@@ -2223,7 +2364,7 @@
2223
2364
  },
2224
2365
  {
2225
2366
  "disabled": false,
2226
- "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).",
2227
2368
  "example": "BGP",
2228
2369
  "member": "string",
2229
2370
  "name": "InternetServiceProvider",
@@ -2233,7 +2374,7 @@
2233
2374
  },
2234
2375
  {
2235
2376
  "disabled": false,
2236
- "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>.",
2237
2378
  "example": "false",
2238
2379
  "member": "bool",
2239
2380
  "name": "LocalBgp",
@@ -2263,18 +2404,18 @@
2263
2404
  },
2264
2405
  {
2265
2406
  "disabled": false,
2266
- "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.",
2267
2408
  "example": "无",
2268
2409
  "member": "Tag",
2269
2410
  "name": "TagSet",
2270
2411
  "output_required": true,
2271
2412
  "type": "list",
2272
- "value_allowed_null": true
2413
+ "value_allowed_null": false
2273
2414
  },
2274
2415
  {
2275
2416
  "disabled": false,
2276
- "document": "The expiration time.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
2277
- "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",
2278
2419
  "member": "date",
2279
2420
  "name": "DeadlineDate",
2280
2421
  "output_required": true,
@@ -2283,7 +2424,7 @@
2283
2424
  },
2284
2425
  {
2285
2426
  "disabled": false,
2286
- "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.",
2287
2428
  "example": "CVM",
2288
2429
  "member": "string",
2289
2430
  "name": "InstanceType",
@@ -2333,23 +2474,23 @@
2333
2474
  },
2334
2475
  {
2335
2476
  "disabled": false,
2336
- "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.",
2337
2478
  "example": "vpc-xxxxxxxx",
2338
2479
  "member": "string",
2339
2480
  "name": "UnVpcId",
2340
2481
  "output_required": false,
2341
2482
  "type": "string",
2342
- "value_allowed_null": true
2483
+ "value_allowed_null": false
2343
2484
  },
2344
2485
  {
2345
2486
  "disabled": false,
2346
- "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.",
2347
2488
  "example": "cluster-gbo27yc4",
2348
2489
  "member": "string",
2349
2490
  "name": "DedicatedClusterId",
2350
2491
  "output_required": false,
2351
2492
  "type": "string",
2352
- "value_allowed_null": true
2493
+ "value_allowed_null": false
2353
2494
  }
2354
2495
  ],
2355
2496
  "usage": "out"
@@ -2643,7 +2784,7 @@
2643
2784
  "members": [
2644
2785
  {
2645
2786
  "disabled": false,
2646
- "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>.",
2647
2788
  "example": "true",
2648
2789
  "member": "bool",
2649
2790
  "name": "Ftp",
@@ -2653,7 +2794,7 @@
2653
2794
  },
2654
2795
  {
2655
2796
  "disabled": false,
2656
- "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>.",
2657
2798
  "example": "true",
2658
2799
  "member": "bool",
2659
2800
  "name": "Sip",
@@ -3303,13 +3444,13 @@
3303
3444
  },
3304
3445
  {
3305
3446
  "disabled": false,
3306
- "document": "Subnets divided by the secondary CIDR.\nNote: This field may return null, indicating that no valid values can be obtained.",
3307
- "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\"}]",
3308
3449
  "member": "Subnet",
3309
3450
  "name": "SubnetSet",
3310
3451
  "output_required": true,
3311
3452
  "type": "list",
3312
- "value_allowed_null": true
3453
+ "value_allowed_null": false
3313
3454
  }
3314
3455
  ],
3315
3456
  "usage": "out"
@@ -3878,7 +4019,7 @@
3878
4019
  },
3879
4020
  {
3880
4021
  "disabled": false,
3881
- "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>",
3882
4023
  "example": "BGP",
3883
4024
  "member": "string",
3884
4025
  "name": "NetworkType",
@@ -3888,7 +4029,7 @@
3888
4029
  },
3889
4030
  {
3890
4031
  "disabled": false,
3891
- "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",
3892
4033
  "example": "TOP5_POSTPAID_BY_MONTH",
3893
4034
  "member": "string",
3894
4035
  "name": "ChargeType",
@@ -3948,13 +4089,13 @@
3948
4089
  },
3949
4090
  {
3950
4091
  "disabled": false,
3951
- "document": "",
4092
+ "document": "Network egress. It defaults to `center_egress1`. Valid values:\ncenter_egress1,center_egress2,center_egress3\n",
3952
4093
  "example": "center_egress1",
3953
4094
  "member": "string",
3954
4095
  "name": "Egress",
3955
4096
  "output_required": true,
3956
4097
  "type": "string",
3957
- "value_allowed_null": true
4098
+ "value_allowed_null": false
3958
4099
  }
3959
4100
  ],
3960
4101
  "usage": "out"
@@ -6597,6 +6738,123 @@
6597
6738
  ],
6598
6739
  "type": "object"
6599
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
+ },
6600
6858
  "CreateRouteTableRequest": {
6601
6859
  "document": "CreateRouteTable request structure.",
6602
6860
  "members": [
@@ -7413,11 +7671,20 @@
7413
7671
  {
7414
7672
  "disabled": false,
7415
7673
  "document": "Bound tags, such as [{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
7416
- "example": "[]",
7674
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
7417
7675
  "member": "Tag",
7418
7676
  "name": "Tags",
7419
7677
  "required": false,
7420
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"
7421
7688
  }
7422
7689
  ],
7423
7690
  "type": "object"
@@ -7428,7 +7695,7 @@
7428
7695
  {
7429
7696
  "disabled": false,
7430
7697
  "document": "The VPC object.",
7431
- "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": "",
7432
7699
  "member": "Vpc",
7433
7700
  "name": "Vpc",
7434
7701
  "output_required": true,
@@ -8869,6 +9136,96 @@
8869
9136
  ],
8870
9137
  "type": "object"
8871
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
+ },
8872
9229
  "DeleteRouteTableRequest": {
8873
9230
  "document": "DeleteRouteTable request structure.",
8874
9231
  "members": [
@@ -9113,6 +9470,42 @@
9113
9470
  ],
9114
9471
  "type": "object"
9115
9472
  },
9473
+ "DeleteTemplateMemberRequest": {
9474
+ "document": "DeleteTemplateMember request structure.",
9475
+ "members": [
9476
+ {
9477
+ "disabled": false,
9478
+ "document": "Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.",
9479
+ "example": "ipm-test1234",
9480
+ "member": "string",
9481
+ "name": "TemplateId",
9482
+ "required": true,
9483
+ "type": "string"
9484
+ },
9485
+ {
9486
+ "disabled": false,
9487
+ "document": "Information on the parameter template to be added. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter.",
9488
+ "example": "无",
9489
+ "member": "MemberInfo",
9490
+ "name": "TemplateMember",
9491
+ "required": true,
9492
+ "type": "list"
9493
+ }
9494
+ ],
9495
+ "type": "object"
9496
+ },
9497
+ "DeleteTemplateMemberResponse": {
9498
+ "document": "DeleteTemplateMember response structure.",
9499
+ "members": [
9500
+ {
9501
+ "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.",
9502
+ "member": "string",
9503
+ "name": "RequestId",
9504
+ "type": "string"
9505
+ }
9506
+ ],
9507
+ "type": "object"
9508
+ },
9116
9509
  "DeleteTrafficPackagesRequest": {
9117
9510
  "document": "DeleteTrafficPackages request structure.",
9118
9511
  "members": [
@@ -9542,8 +9935,8 @@
9542
9935
  "members": [
9543
9936
  {
9544
9937
  "disabled": false,
9545
- "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.",
9546
- "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\"]",
9547
9940
  "member": "string",
9548
9941
  "name": "AddressIds",
9549
9942
  "required": false,
@@ -9551,7 +9944,7 @@
9551
9944
  },
9552
9945
  {
9553
9946
  "disabled": false,
9554
- "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>",
9555
9948
  "example": "无",
9556
9949
  "member": "Filter",
9557
9950
  "name": "Filters",
@@ -9560,7 +9953,7 @@
9560
9953
  },
9561
9954
  {
9562
9955
  "disabled": false,
9563
- "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).",
9564
9957
  "example": "0",
9565
9958
  "member": "int64",
9566
9959
  "name": "Offset",
@@ -9569,7 +9962,7 @@
9569
9962
  },
9570
9963
  {
9571
9964
  "disabled": false,
9572
- "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).",
9573
9966
  "example": "20",
9574
9967
  "member": "int64",
9575
9968
  "name": "Limit",
@@ -9762,7 +10155,7 @@
9762
10155
  },
9763
10156
  {
9764
10157
  "disabled": false,
9765
- "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>",
9766
10159
  "example": "无",
9767
10160
  "member": "Filter",
9768
10161
  "name": "Filters",
@@ -9771,7 +10164,7 @@
9771
10164
  },
9772
10165
  {
9773
10166
  "disabled": false,
9774
- "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).",
9775
10168
  "example": "0",
9776
10169
  "member": "int64",
9777
10170
  "name": "Offset",
@@ -9780,7 +10173,7 @@
9780
10173
  },
9781
10174
  {
9782
10175
  "disabled": false,
9783
- "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).",
9784
10177
  "example": "20",
9785
10178
  "member": "int64",
9786
10179
  "name": "Limit",
@@ -9836,7 +10229,7 @@
9836
10229
  },
9837
10230
  {
9838
10231
  "disabled": false,
9839
- "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>.",
9840
10233
  "example": "无",
9841
10234
  "member": "Filter",
9842
10235
  "name": "Filters",
@@ -9845,7 +10238,7 @@
9845
10238
  },
9846
10239
  {
9847
10240
  "disabled": false,
9848
- "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).",
9849
10242
  "example": "0",
9850
10243
  "member": "uint64",
9851
10244
  "name": "Offset",
@@ -9854,7 +10247,7 @@
9854
10247
  },
9855
10248
  {
9856
10249
  "disabled": false,
9857
- "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).",
9858
10251
  "example": "20",
9859
10252
  "member": "uint64",
9860
10253
  "name": "Limit",
@@ -11221,7 +11614,7 @@
11221
11614
  },
11222
11615
  {
11223
11616
  "disabled": false,
11224
- "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).",
11225
11618
  "example": "0",
11226
11619
  "member": "int64",
11227
11620
  "name": "Offset",
@@ -11230,7 +11623,7 @@
11230
11623
  },
11231
11624
  {
11232
11625
  "disabled": false,
11233
- "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).",
11234
11627
  "example": "20",
11235
11628
  "member": "int64",
11236
11629
  "name": "Limit",
@@ -11324,7 +11717,7 @@
11324
11717
  {
11325
11718
  "disabled": false,
11326
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>",
11327
- "example": "",
11720
+ "example": "\"Values\": [ \"2402:4e00:1000:2d00:0:8f3f:6:9895\" ],<br> \"Name\": \"address-ip\"",
11328
11721
  "member": "Filter",
11329
11722
  "name": "Filters",
11330
11723
  "required": false,
@@ -11332,7 +11725,7 @@
11332
11725
  },
11333
11726
  {
11334
11727
  "disabled": false,
11335
- "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).",
11336
11729
  "example": "0",
11337
11730
  "member": "int64",
11338
11731
  "name": "Offset",
@@ -11341,7 +11734,7 @@
11341
11734
  },
11342
11735
  {
11343
11736
  "disabled": false,
11344
- "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).",
11345
11738
  "example": "20",
11346
11739
  "member": "int64",
11347
11740
  "name": "Limit",
@@ -12374,6 +12767,98 @@
12374
12767
  ],
12375
12768
  "type": "object"
12376
12769
  },
12770
+ "DescribeRoutePolicyEntriesRequest": {
12771
+ "document": "DescribeRoutePolicyEntries request structure.",
12772
+ "members": [
12773
+ {
12774
+ "disabled": false,
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": "无",
12777
+ "member": "Filter",
12778
+ "name": "Filters",
12779
+ "required": false,
12780
+ "type": "list"
12781
+ },
12782
+ {
12783
+ "disabled": false,
12784
+ "document": "Offset.",
12785
+ "example": "0",
12786
+ "member": "uint64",
12787
+ "name": "Offset",
12788
+ "required": false,
12789
+ "type": "int"
12790
+ },
12791
+ {
12792
+ "disabled": false,
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",
12804
+ "member": "string",
12805
+ "name": "OrderField",
12806
+ "required": false,
12807
+ "type": "string"
12808
+ },
12809
+ {
12810
+ "disabled": false,
12811
+ "document": "Specifies the sorting order.\nASC: ascending order.\nDESC: descending order.",
12812
+ "example": "ASC",
12813
+ "member": "string",
12814
+ "name": "OrderDirection",
12815
+ "required": false,
12816
+ "type": "string"
12817
+ },
12818
+ {
12819
+ "disabled": false,
12820
+ "document": "Specifies the routing strategy entry ID.",
12821
+ "example": "无",
12822
+ "member": "string",
12823
+ "name": "RoutePolicyEntryIds",
12824
+ "required": false,
12825
+ "type": "list"
12826
+ }
12827
+ ],
12828
+ "type": "object"
12829
+ },
12830
+ "DescribeRoutePolicyEntriesResponse": {
12831
+ "document": "DescribeRoutePolicyEntries response structure.",
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
+ },
12843
+ {
12844
+ "disabled": false,
12845
+ "document": "Number of eligible instances.",
12846
+ "example": "1",
12847
+ "member": "uint64",
12848
+ "name": "TotalCount",
12849
+ "output_required": true,
12850
+ "type": "int",
12851
+ "value_allowed_null": false
12852
+ },
12853
+ {
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
+ },
12377
12862
  "DescribeRouteTablesRequest": {
12378
12863
  "document": "DescribeRouteTables request structure.",
12379
12864
  "members": [
@@ -16658,6 +17143,42 @@
16658
17143
  ],
16659
17144
  "usage": "both"
16660
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
+ },
16661
17182
  "InquirePriceCreateDirectConnectGatewayRequest": {
16662
17183
  "document": "InquirePriceCreateDirectConnectGateway request structure.",
16663
17184
  "members": [],
@@ -16702,7 +17223,7 @@
16702
17223
  "example": "TRAFFIC_POSTPAID_BY_HOUR",
16703
17224
  "member": "string",
16704
17225
  "name": "InternetChargeType",
16705
- "required": false,
17226
+ "required": true,
16706
17227
  "type": "string"
16707
17228
  },
16708
17229
  {
@@ -16855,7 +17376,7 @@
16855
17376
  {
16856
17377
  "disabled": false,
16857
17378
  "document": "The ID of the VPN gateway instance.",
16858
- "example": "",
17379
+ "example": "vpngw-ac13cgez",
16859
17380
  "member": "string",
16860
17381
  "name": "VpnGatewayId",
16861
17382
  "required": true,
@@ -16864,7 +17385,7 @@
16864
17385
  {
16865
17386
  "disabled": false,
16866
17387
  "document": "Specifies the purchased validity period, whether to enable auto-renewal. This parameter is required for monthly-subscription instances.",
16867
- "example": "",
17388
+ "example": "{'Period': 36}",
16868
17389
  "member": "InstanceChargePrepaid",
16869
17390
  "name": "InstanceChargePrepaid",
16870
17391
  "required": true,
@@ -16879,9 +17400,10 @@
16879
17400
  {
16880
17401
  "disabled": false,
16881
17402
  "document": "Product price.",
16882
- "example": "",
17403
+ "example": "",
16883
17404
  "member": "Price",
16884
17405
  "name": "Price",
17406
+ "output_required": true,
16885
17407
  "type": "object"
16886
17408
  },
16887
17409
  {
@@ -16944,9 +17466,10 @@
16944
17466
  {
16945
17467
  "disabled": false,
16946
17468
  "document": "Purchased usage period (in month). Value range: [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36].",
16947
- "example": "",
17469
+ "example": "1",
16948
17470
  "member": "uint64",
16949
17471
  "name": "Period",
17472
+ "output_required": true,
16950
17473
  "required": true,
16951
17474
  "type": "int",
16952
17475
  "value_allowed_null": false
@@ -16954,9 +17477,10 @@
16954
17477
  {
16955
17478
  "disabled": false,
16956
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",
16957
- "example": "",
17480
+ "example": "NOTIFY_AND_AUTO_RENEW",
16958
17481
  "member": "string",
16959
17482
  "name": "RenewFlag",
17483
+ "output_required": true,
16960
17484
  "required": false,
16961
17485
  "type": "string",
16962
17486
  "value_allowed_null": false
@@ -17053,7 +17577,7 @@
17053
17577
  "name": "DiscountPrice",
17054
17578
  "output_required": false,
17055
17579
  "type": "float",
17056
- "value_allowed_null": true
17580
+ "value_allowed_null": false
17057
17581
  },
17058
17582
  {
17059
17583
  "disabled": false,
@@ -17063,11 +17587,11 @@
17063
17587
  "name": "ChargeUnit",
17064
17588
  "output_required": false,
17065
17589
  "type": "string",
17066
- "value_allowed_null": true
17590
+ "value_allowed_null": false
17067
17591
  },
17068
17592
  {
17069
17593
  "disabled": false,
17070
- "document": "Original price. Unit: CNY. Returned only for prepaid price inquiry.",
17594
+ "document": "Original price. Unit: USD. Returned only for prepaid price inquiry.",
17071
17595
  "example": "80",
17072
17596
  "member": "float",
17073
17597
  "name": "OriginalPrice",
@@ -17413,13 +17937,13 @@
17413
17937
  "members": [
17414
17938
  {
17415
17939
  "disabled": false,
17416
- "document": "The pay-as-you-go billing method. Unit: CNY.",
17940
+ "document": "The pay-as-you-go billing method. Unit: USD.",
17417
17941
  "example": "1.0",
17418
17942
  "member": "float",
17419
17943
  "name": "UnitPrice",
17420
17944
  "output_required": true,
17421
17945
  "type": "float",
17422
- "value_allowed_null": true
17946
+ "value_allowed_null": false
17423
17947
  },
17424
17948
  {
17425
17949
  "disabled": false,
@@ -17429,27 +17953,27 @@
17429
17953
  "name": "ChargeUnit",
17430
17954
  "output_required": true,
17431
17955
  "type": "string",
17432
- "value_allowed_null": true
17956
+ "value_allowed_null": false
17433
17957
  },
17434
17958
  {
17435
17959
  "disabled": false,
17436
- "document": "Original price of the prepaid product. Unit: CNY.",
17960
+ "document": "Original price of the prepaid product. Unit: USD.",
17437
17961
  "example": "1.0",
17438
17962
  "member": "float",
17439
17963
  "name": "OriginalPrice",
17440
17964
  "output_required": true,
17441
17965
  "type": "float",
17442
- "value_allowed_null": true
17966
+ "value_allowed_null": false
17443
17967
  },
17444
17968
  {
17445
17969
  "disabled": false,
17446
- "document": "Discount price of the prepaid product. Unit: CNY.",
17970
+ "document": "Discount price of the prepaid product. Unit: USD.",
17447
17971
  "example": "0.5",
17448
17972
  "member": "float",
17449
17973
  "name": "DiscountPrice",
17450
17974
  "output_required": true,
17451
17975
  "type": "float",
17452
- "value_allowed_null": true
17976
+ "value_allowed_null": false
17453
17977
  }
17454
17978
  ],
17455
17979
  "usage": "out"
@@ -17520,6 +18044,30 @@
17520
18044
  ],
17521
18045
  "usage": "out"
17522
18046
  },
18047
+ "MemberInfo": {
18048
+ "document": "Parameter template information.",
18049
+ "members": [
18050
+ {
18051
+ "disabled": false,
18052
+ "document": "Parameter template.",
18053
+ "example": "ipm-h0fk8lfc",
18054
+ "member": "string",
18055
+ "name": "Member",
18056
+ "required": true,
18057
+ "type": "string"
18058
+ },
18059
+ {
18060
+ "disabled": false,
18061
+ "document": "Parameter template description.",
18062
+ "example": "demo",
18063
+ "member": "string",
18064
+ "name": "Description",
18065
+ "required": false,
18066
+ "type": "string"
18067
+ }
18068
+ ],
18069
+ "usage": "in"
18070
+ },
17523
18071
  "MigrateNetworkInterfaceRequest": {
17524
18072
  "document": "MigrateNetworkInterface request structure.",
17525
18073
  "members": [
@@ -19098,6 +19646,51 @@
19098
19646
  ],
19099
19647
  "type": "object"
19100
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
+ },
19101
19694
  "ModifyRouteTableAttributeRequest": {
19102
19695
  "document": "ModifyRouteTableAttribute request structure.",
19103
19696
  "members": [
@@ -19395,12 +19988,57 @@
19395
19988
  ],
19396
19989
  "type": "object"
19397
19990
  },
19991
+ "ModifyTemplateMemberRequest": {
19992
+ "document": "ModifyTemplateMember request structure.",
19993
+ "members": [
19994
+ {
19995
+ "disabled": false,
19996
+ "document": "Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.",
19997
+ "example": "ipm-nswq8wkq",
19998
+ "member": "string",
19999
+ "name": "TemplateId",
20000
+ "required": true,
20001
+ "type": "string"
20002
+ },
20003
+ {
20004
+ "disabled": false,
20005
+ "document": "Information on the parameter template to be modified. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter. The parameter sequence should be the same as that of TemplateMember, and the input parameter length should be consistent with that of TemplateMember.",
20006
+ "example": "[{\"Member\": \"8.8.8.10\", \"Description\": \"office_2024-11-13_09:50:12\"}]",
20007
+ "member": "MemberInfo",
20008
+ "name": "OriginalTemplateMember",
20009
+ "required": true,
20010
+ "type": "list"
20011
+ },
20012
+ {
20013
+ "disabled": false,
20014
+ "document": "New parameter template information. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter. The parameter sequence should be the same as that of OriginalTemplateMember, and the input parameter length should be consistent with that of OriginalTemplateMember.",
20015
+ "example": "[{\"Member\": \"8.8.8.8\", \"Description\": \"demo\"}]",
20016
+ "member": "MemberInfo",
20017
+ "name": "TemplateMember",
20018
+ "required": true,
20019
+ "type": "list"
20020
+ }
20021
+ ],
20022
+ "type": "object"
20023
+ },
20024
+ "ModifyTemplateMemberResponse": {
20025
+ "document": "ModifyTemplateMember response structure.",
20026
+ "members": [
20027
+ {
20028
+ "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.",
20029
+ "member": "string",
20030
+ "name": "RequestId",
20031
+ "type": "string"
20032
+ }
20033
+ ],
20034
+ "type": "object"
20035
+ },
19398
20036
  "ModifyVpcAttributeRequest": {
19399
20037
  "document": "ModifyVpcAttribute request structure.",
19400
20038
  "members": [
19401
20039
  {
19402
20040
  "disabled": false,
19403
- "document": "Security group can be named freely, but cannot exceed 60 characters.",
20041
+ "document": "VPC instance ID, in the format of vpc-f49l6u0z.",
19404
20042
  "example": "vpc-m7sr81gh",
19405
20043
  "member": "string",
19406
20044
  "name": "VpcId",
@@ -19443,6 +20081,15 @@
19443
20081
  "required": false,
19444
20082
  "type": "string"
19445
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
+ },
19446
20093
  {
19447
20094
  "disabled": false,
19448
20095
  "document": "Whether to publish the CDC subnet to CCN. `true`: Publish; `false`: Do not publish",
@@ -21190,20 +21837,20 @@
21190
21837
  {
21191
21838
  "disabled": false,
21192
21839
  "document": "Instance price.",
21193
- "example": "null",
21840
+ "example": "{'UnitPrice': 0.58, 'ChargeUnit': 'HOUR', 'OriginalPrice': 0.58, 'DiscountPrice': 0.28}",
21194
21841
  "member": "ItemPrice",
21195
21842
  "name": "InstancePrice",
21196
- "required": false,
21843
+ "output_required": true,
21197
21844
  "type": "object",
21198
21845
  "value_allowed_null": false
21199
21846
  },
21200
21847
  {
21201
21848
  "disabled": false,
21202
21849
  "document": "Bandwidth price",
21203
- "example": "null",
21850
+ "example": "{'UnitPrice': 1, 'ChargeUnit': 'GB', 'OriginalPrice': 1.0, 'DiscountPrice': 0.46}",
21204
21851
  "member": "ItemPrice",
21205
21852
  "name": "BandwidthPrice",
21206
- "required": false,
21853
+ "output_required": true,
21207
21854
  "type": "object",
21208
21855
  "value_allowed_null": false
21209
21856
  }
@@ -21684,32 +22331,23 @@
21684
22331
  ],
21685
22332
  "type": "object"
21686
22333
  },
21687
- "ReplaceRouteTableAssociationRequest": {
21688
- "document": "ReplaceRouteTableAssociation request structure.",
22334
+ "ReplaceRoutePolicyAssociationsRequest": {
22335
+ "document": "ReplaceRoutePolicyAssociations request structure.",
21689
22336
  "members": [
21690
22337
  {
21691
22338
  "disabled": false,
21692
- "document": "Subnet instance ID, such as `subnet-3x5lf5q0`. This can be queried using the DescribeSubnets API.",
21693
- "example": "subnet-3x5lf5q0",
21694
- "member": "string",
21695
- "name": "SubnetId",
21696
- "required": true,
21697
- "type": "string"
21698
- },
21699
- {
21700
- "disabled": false,
21701
- "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
21702
- "example": "rtb-azd4dt1c",
21703
- "member": "string",
21704
- "name": "RouteTableId",
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",
21705
22343
  "required": true,
21706
- "type": "string"
22344
+ "type": "list"
21707
22345
  }
21708
22346
  ],
21709
22347
  "type": "object"
21710
22348
  },
21711
- "ReplaceRouteTableAssociationResponse": {
21712
- "document": "ReplaceRouteTableAssociation response structure.",
22349
+ "ReplaceRoutePolicyAssociationsResponse": {
22350
+ "document": "ReplaceRoutePolicyAssociations response structure.",
21713
22351
  "members": [
21714
22352
  {
21715
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.",
@@ -21720,23 +22358,95 @@
21720
22358
  ],
21721
22359
  "type": "object"
21722
22360
  },
21723
- "ReplaceRoutesRequest": {
21724
- "document": "ReplaceRoutes request structure.",
22361
+ "ReplaceRoutePolicyEntriesRequest": {
22362
+ "document": "ReplaceRoutePolicyEntries request structure.",
21725
22363
  "members": [
21726
22364
  {
21727
22365
  "disabled": false,
21728
- "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
21729
- "example": "rtb-azd4dt1c",
22366
+ "document": "Instance ID of the routing strategy, such as rrp-azd4dt1c.",
22367
+ "example": "rrp-azd4dt1c",
21730
22368
  "member": "string",
21731
- "name": "RouteTableId",
22369
+ "name": "RoutePolicyId",
21732
22370
  "required": true,
21733
22371
  "type": "string"
21734
22372
  },
21735
22373
  {
21736
22374
  "disabled": false,
21737
- "document": "Routing policy object. The routing policy ID (RouteId) must be specified.",
22375
+ "document": "Rule list of the routing strategy. requires specifying the policy rule ID (RoutePolicyEntryId).",
21738
22376
  "example": "无",
21739
- "member": "Route",
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
+ },
22397
+ "ReplaceRouteTableAssociationRequest": {
22398
+ "document": "ReplaceRouteTableAssociation request structure.",
22399
+ "members": [
22400
+ {
22401
+ "disabled": false,
22402
+ "document": "Subnet instance ID, such as `subnet-3x5lf5q0`. This can be queried using the DescribeSubnets API.",
22403
+ "example": "subnet-3x5lf5q0",
22404
+ "member": "string",
22405
+ "name": "SubnetId",
22406
+ "required": true,
22407
+ "type": "string"
22408
+ },
22409
+ {
22410
+ "disabled": false,
22411
+ "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
22412
+ "example": "rtb-azd4dt1c",
22413
+ "member": "string",
22414
+ "name": "RouteTableId",
22415
+ "required": true,
22416
+ "type": "string"
22417
+ }
22418
+ ],
22419
+ "type": "object"
22420
+ },
22421
+ "ReplaceRouteTableAssociationResponse": {
22422
+ "document": "ReplaceRouteTableAssociation response structure.",
22423
+ "members": [
22424
+ {
22425
+ "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.",
22426
+ "member": "string",
22427
+ "name": "RequestId",
22428
+ "type": "string"
22429
+ }
22430
+ ],
22431
+ "type": "object"
22432
+ },
22433
+ "ReplaceRoutesRequest": {
22434
+ "document": "ReplaceRoutes request structure.",
22435
+ "members": [
22436
+ {
22437
+ "disabled": false,
22438
+ "document": "The route table instance ID, such as `rtb-azd4dt1c`.",
22439
+ "example": "rtb-azd4dt1c",
22440
+ "member": "string",
22441
+ "name": "RouteTableId",
22442
+ "required": true,
22443
+ "type": "string"
22444
+ },
22445
+ {
22446
+ "disabled": false,
22447
+ "document": "Routing policy object. The routing policy ID (RouteId) must be specified.",
22448
+ "example": "无",
22449
+ "member": "Route",
21740
22450
  "name": "Routes",
21741
22451
  "required": true,
21742
22452
  "type": "list"
@@ -22061,6 +22771,96 @@
22061
22771
  ],
22062
22772
  "type": "object"
22063
22773
  },
22774
+ "ResetRoutePolicyAssociationsRequest": {
22775
+ "document": "ResetRoutePolicyAssociations request structure.",
22776
+ "members": [
22777
+ {
22778
+ "disabled": false,
22779
+ "document": "Routing table instance ID, e.g., rtb-azd4dt1c.",
22780
+ "example": "rtb-n0yejvje",
22781
+ "member": "string",
22782
+ "name": "RouteTableId",
22783
+ "required": true,
22784
+ "type": "string"
22785
+ },
22786
+ {
22787
+ "disabled": false,
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).",
22789
+ "example": "无",
22790
+ "member": "RoutePolicyAssociation",
22791
+ "name": "RoutePolicyAssociationSet",
22792
+ "required": true,
22793
+ "type": "list"
22794
+ }
22795
+ ],
22796
+ "type": "object"
22797
+ },
22798
+ "ResetRoutePolicyAssociationsResponse": {
22799
+ "document": "ResetRoutePolicyAssociations response structure.",
22800
+ "members": [
22801
+ {
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.",
22803
+ "member": "string",
22804
+ "name": "RequestId",
22805
+ "type": "string"
22806
+ }
22807
+ ],
22808
+ "type": "object"
22809
+ },
22810
+ "ResetRoutePolicyEntriesRequest": {
22811
+ "document": "ResetRoutePolicyEntries request structure.",
22812
+ "members": [
22813
+ {
22814
+ "disabled": false,
22815
+ "document": "Specifies the instance ID of the route reception policy, such as rrp-azd4dt1c.",
22816
+ "example": "rrp-azd4dt1c",
22817
+ "member": "string",
22818
+ "name": "RoutePolicyId",
22819
+ "required": true,
22820
+ "type": "string"
22821
+ },
22822
+ {
22823
+ "disabled": false,
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",
22835
+ "member": "string",
22836
+ "name": "RoutePolicyDescription",
22837
+ "required": false,
22838
+ "type": "string"
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
+ },
22064
22864
  "ResetRoutesRequest": {
22065
22865
  "document": "ResetRoutes request structure.",
22066
22866
  "members": [
@@ -22932,6 +23732,244 @@
22932
23732
  ],
22933
23733
  "usage": "both"
22934
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
+ },
22935
23973
  "RouteTable": {
22936
23974
  "document": "Route table object",
22937
23975
  "members": [
@@ -24113,7 +25151,7 @@
24113
25151
  {
24114
25152
  "disabled": false,
24115
25153
  "document": "The `IPv6` `CIDR` of the subnet.",
24116
- "example": " ",
25154
+ "example": "fd76:3600:1300:c00::/64",
24117
25155
  "member": "string",
24118
25156
  "name": "Ipv6CidrBlock",
24119
25157
  "output_required": false,
@@ -24153,7 +25191,7 @@
24153
25191
  {
24154
25192
  "disabled": false,
24155
25193
  "document": "Tag key-value pairs",
24156
- "example": "[]",
25194
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
24157
25195
  "member": "Tag",
24158
25196
  "name": "TagSet",
24159
25197
  "output_required": false,
@@ -24162,23 +25200,23 @@
24162
25200
  },
24163
25201
  {
24164
25202
  "disabled": false,
24165
- "document": "CDC instance ID\nNote: this field may return `null`, indicating that no valid values can be obtained.",
25203
+ "document": "CDC instance ID.",
24166
25204
  "example": "cluster-gbo27yc4",
24167
25205
  "member": "string",
24168
25206
  "name": "CdcId",
24169
25207
  "output_required": false,
24170
25208
  "type": "string",
24171
- "value_allowed_null": true
25209
+ "value_allowed_null": false
24172
25210
  },
24173
25211
  {
24174
25212
  "disabled": false,
24175
- "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).",
24176
25214
  "example": "0",
24177
25215
  "member": "int64",
24178
25216
  "name": "IsCdcSubnet",
24179
25217
  "output_required": false,
24180
25218
  "type": "int",
24181
- "value_allowed_null": true
25219
+ "value_allowed_null": false
24182
25220
  }
24183
25221
  ],
24184
25222
  "usage": "out"
@@ -24230,23 +25268,25 @@
24230
25268
  "members": [
24231
25269
  {
24232
25270
  "disabled": false,
24233
- "document": "Tag key\nNote: This field may return null, indicating no valid value.",
25271
+ "document": "Tag key",
24234
25272
  "example": "tag-key",
24235
25273
  "member": "string",
24236
25274
  "name": "Key",
25275
+ "output_required": true,
24237
25276
  "required": true,
24238
25277
  "type": "string",
24239
- "value_allowed_null": true
25278
+ "value_allowed_null": false
24240
25279
  },
24241
25280
  {
24242
25281
  "disabled": false,
24243
- "document": "Tag value\nNote: This field may return null, indicating no valid value.",
25282
+ "document": "Tag value",
24244
25283
  "example": "tag-value",
24245
25284
  "member": "string",
24246
25285
  "name": "Value",
25286
+ "output_required": true,
24247
25287
  "required": false,
24248
25288
  "type": "string",
24249
- "value_allowed_null": true
25289
+ "value_allowed_null": false
24250
25290
  }
24251
25291
  ],
24252
25292
  "usage": "both"
@@ -24561,7 +25601,7 @@
24561
25601
  {
24562
25602
  "disabled": false,
24563
25603
  "document": "`VPC` name.",
24564
- "example": "demo",
25604
+ "example": "VPC-1",
24565
25605
  "member": "string",
24566
25606
  "name": "VpcName",
24567
25607
  "output_required": true,
@@ -24591,7 +25631,7 @@
24591
25631
  {
24592
25632
  "disabled": false,
24593
25633
  "document": "Whether it is the default `VPC`.",
24594
- "example": " true",
25634
+ "example": "true",
24595
25635
  "member": "bool",
24596
25636
  "name": "IsDefault",
24597
25637
  "output_required": true,
@@ -24601,7 +25641,7 @@
24601
25641
  {
24602
25642
  "disabled": false,
24603
25643
  "document": "Whether multicast is enabled.",
24604
- "example": "true ",
25644
+ "example": "true",
24605
25645
  "member": "bool",
24606
25646
  "name": "EnableMulticast",
24607
25647
  "output_required": true,
@@ -24631,7 +25671,7 @@
24631
25671
  {
24632
25672
  "disabled": false,
24633
25673
  "document": "DHCP domain name option value.",
24634
- "example": " demo",
25674
+ "example": "DomainName1",
24635
25675
  "member": "string",
24636
25676
  "name": "DomainName",
24637
25677
  "output_required": true,
@@ -24651,7 +25691,7 @@
24651
25691
  {
24652
25692
  "disabled": false,
24653
25693
  "document": "Whether `DHCP` is enabled.",
24654
- "example": " false",
25694
+ "example": "false",
24655
25695
  "member": "bool",
24656
25696
  "name": "EnableDhcp",
24657
25697
  "output_required": true,
@@ -24671,7 +25711,7 @@
24671
25711
  {
24672
25712
  "disabled": false,
24673
25713
  "document": "Tag key-value pair",
24674
- "example": "[]",
25714
+ "example": "",
24675
25715
  "member": "Tag",
24676
25716
  "name": "TagSet",
24677
25717
  "output_required": true,
@@ -24680,13 +25720,33 @@
24680
25720
  },
24681
25721
  {
24682
25722
  "disabled": false,
24683
- "document": "The secondary CIDR block.\nNote: This field may return null, indicating that no valid values can be obtained.",
24684
- "example": "[]",
25723
+ "document": "Auxiliary CIDR",
25724
+ "example": "",
24685
25725
  "member": "AssistantCidr",
24686
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",
24687
25747
  "output_required": true,
24688
25748
  "type": "list",
24689
- "value_allowed_null": true
25749
+ "value_allowed_null": false
24690
25750
  }
24691
25751
  ],
24692
25752
  "usage": "out"