tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.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 (446) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +13 -2
  3. tccli/main.py +0 -5
  4. tccli/services/__init__.py +9 -0
  5. tccli/services/aai/aai_client.py +20 -8
  6. tccli/services/aca/aca_client.py +40 -16
  7. tccli/services/acp/acp_client.py +40 -16
  8. tccli/services/advisor/advisor_client.py +10 -4
  9. tccli/services/af/af_client.py +15 -6
  10. tccli/services/afc/afc_client.py +15 -6
  11. tccli/services/ags/__init__.py +4 -0
  12. tccli/services/ags/ags_client.py +826 -0
  13. tccli/services/ags/v20250920/api.json +1076 -0
  14. tccli/services/ags/v20250920/examples.json +101 -0
  15. tccli/services/ai3d/ai3d_client.py +20 -114
  16. tccli/services/ai3d/v20250513/api.json +6 -169
  17. tccli/services/ai3d/v20250513/examples.json +0 -16
  18. tccli/services/aiart/aiart_client.py +284 -109
  19. tccli/services/aiart/v20221229/api.json +201 -8
  20. tccli/services/aiart/v20221229/examples.json +16 -0
  21. tccli/services/ame/ame_client.py +155 -62
  22. tccli/services/ams/ams_client.py +45 -18
  23. tccli/services/anicloud/anicloud_client.py +15 -6
  24. tccli/services/antiddos/antiddos_client.py +470 -188
  25. tccli/services/ape/ape_client.py +40 -16
  26. tccli/services/api/api_client.py +15 -6
  27. tccli/services/apigateway/apigateway_client.py +495 -198
  28. tccli/services/apm/apm_client.py +742 -81
  29. tccli/services/apm/v20210622/api.json +3239 -1322
  30. tccli/services/apm/v20210622/examples.json +95 -1
  31. tccli/services/asr/asr_client.py +160 -64
  32. tccli/services/asr/v20190614/api.json +2 -2
  33. tccli/services/asw/asw_client.py +45 -18
  34. tccli/services/autoscaling/autoscaling_client.py +290 -116
  35. tccli/services/autoscaling/v20180419/api.json +51 -7
  36. tccli/services/ba/ba_client.py +15 -6
  37. tccli/services/batch/batch_client.py +150 -60
  38. tccli/services/batch/v20170312/api.json +11 -0
  39. tccli/services/bda/bda_client.py +40 -714
  40. tccli/services/bda/v20200324/api.json +107 -1819
  41. tccli/services/bda/v20200324/examples.json +0 -176
  42. tccli/services/bh/bh_client.py +1934 -465
  43. tccli/services/bh/v20230418/api.json +1720 -107
  44. tccli/services/bh/v20230418/examples.json +188 -0
  45. tccli/services/bi/bi_client.py +145 -58
  46. tccli/services/billing/billing_client.py +310 -124
  47. tccli/services/billing/v20180709/api.json +18 -9
  48. tccli/services/billing/v20180709/examples.json +2 -2
  49. tccli/services/bizlive/bizlive_client.py +30 -12
  50. tccli/services/bm/bm_client.py +265 -106
  51. tccli/services/bma/bma_client.py +185 -74
  52. tccli/services/bmeip/bmeip_client.py +100 -40
  53. tccli/services/bmlb/bmlb_client.py +245 -98
  54. tccli/services/bmvpc/bmvpc_client.py +305 -122
  55. tccli/services/bpaas/bpaas_client.py +10 -4
  56. tccli/services/bri/bri_client.py +5 -2
  57. tccli/services/bsca/bsca_client.py +35 -14
  58. tccli/services/btoe/btoe_client.py +70 -28
  59. tccli/services/ca/ca_client.py +15 -6
  60. tccli/services/cam/cam_client.py +460 -184
  61. tccli/services/cam/v20190116/api.json +3 -3
  62. tccli/services/captcha/captcha_client.py +90 -36
  63. tccli/services/captcha/v20190722/api.json +4 -4
  64. tccli/services/captcha/v20190722/examples.json +1 -1
  65. tccli/services/car/car_client.py +30 -12
  66. tccli/services/cat/cat_client.py +70 -28
  67. tccli/services/cat/v20180409/api.json +7 -7
  68. tccli/services/cbs/cbs_client.py +230 -92
  69. tccli/services/ccc/ccc_client.py +613 -158
  70. tccli/services/ccc/v20200210/api.json +406 -8
  71. tccli/services/ccc/v20200210/examples.json +32 -0
  72. tccli/services/cdb/cdb_client.py +931 -350
  73. tccli/services/cdb/v20170320/api.json +131 -32
  74. tccli/services/cdb/v20170320/examples.json +18 -10
  75. tccli/services/cdc/cdc_client.py +115 -46
  76. tccli/services/cdn/cdn_client.py +275 -110
  77. tccli/services/cdn/v20180606/api.json +15 -4
  78. tccli/services/cdn/v20180606/examples.json +1 -1
  79. tccli/services/cds/cds_client.py +25 -10
  80. tccli/services/cdwch/cdwch_client.py +145 -58
  81. tccli/services/cdwch/v20200915/api.json +26 -11
  82. tccli/services/cdwdoris/cdwdoris_client.py +300 -120
  83. tccli/services/cdwdoris/v20211228/api.json +11 -1
  84. tccli/services/cdwpg/cdwpg_client.py +120 -48
  85. tccli/services/cdz/cdz_client.py +10 -4
  86. tccli/services/cfg/cfg_client.py +85 -34
  87. tccli/services/cfg/v20210820/api.json +11 -1
  88. tccli/services/cfs/cfs_client.py +326 -208
  89. tccli/services/cfs/v20190719/api.json +199 -64
  90. tccli/services/cfs/v20190719/examples.json +6 -14
  91. tccli/services/cfw/cfw_client.py +679 -287
  92. tccli/services/cfw/v20190904/api.json +420 -2
  93. tccli/services/cfw/v20190904/examples.json +8 -0
  94. tccli/services/chc/chc_client.py +190 -76
  95. tccli/services/chc/v20230418/api.json +77 -2
  96. tccli/services/chdfs/chdfs_client.py +145 -58
  97. tccli/services/ciam/ciam_client.py +115 -46
  98. tccli/services/cii/cii_client.py +65 -26
  99. tccli/services/cim/cim_client.py +5 -2
  100. tccli/services/ckafka/ckafka_client.py +837 -240
  101. tccli/services/ckafka/v20190819/api.json +561 -91
  102. tccli/services/ckafka/v20190819/examples.json +53 -5
  103. tccli/services/clb/clb_client.py +435 -439
  104. tccli/services/clb/v20180317/api.json +147 -312
  105. tccli/services/clb/v20180317/examples.json +12 -40
  106. tccli/services/cloudapp/cloudapp_client.py +10 -4
  107. tccli/services/cloudaudit/cloudaudit_client.py +95 -38
  108. tccli/services/cloudaudit/v20190319/api.json +11 -0
  109. tccli/services/cloudhsm/cloudhsm_client.py +70 -28
  110. tccli/services/cloudhsm/v20191112/api.json +37 -7
  111. tccli/services/cloudstudio/cloudstudio_client.py +45 -18
  112. tccli/services/cls/cls_client.py +843 -268
  113. tccli/services/cls/v20201016/api.json +1241 -68
  114. tccli/services/cls/v20201016/examples.json +36 -4
  115. tccli/services/cme/cme_client.py +250 -100
  116. tccli/services/cmq/cmq_client.py +10 -4
  117. tccli/services/cms/cms_client.py +30 -12
  118. tccli/services/config/config_client.py +35 -14
  119. tccli/services/controlcenter/controlcenter_client.py +25 -10
  120. tccli/services/cpdp/cpdp_client.py +1095 -438
  121. tccli/services/csip/csip_client.py +410 -164
  122. tccli/services/csip/v20221121/api.json +140 -20
  123. tccli/services/csip/v20221121/examples.json +10 -16
  124. tccli/services/csxg/csxg_client.py +25 -10
  125. tccli/services/ctem/ctem_client.py +1823 -156
  126. tccli/services/ctem/v20231128/api.json +2990 -206
  127. tccli/services/ctem/v20231128/examples.json +224 -0
  128. tccli/services/ctsdb/ctsdb_client.py +10 -4
  129. tccli/services/cvm/cvm_client.py +490 -196
  130. tccli/services/cvm/v20170312/api.json +41 -41
  131. tccli/services/cvm/v20170312/examples.json +92 -86
  132. tccli/services/cwp/cwp_client.py +2570 -1028
  133. tccli/services/cws/cws_client.py +95 -38
  134. tccli/services/cynosdb/cynosdb_client.py +1006 -340
  135. tccli/services/cynosdb/v20190107/api.json +1238 -212
  136. tccli/services/cynosdb/v20190107/examples.json +32 -8
  137. tccli/services/dasb/dasb_client.py +315 -126
  138. tccli/services/dataagent/__init__.py +4 -0
  139. tccli/services/dataagent/dataagent_client.py +770 -0
  140. tccli/services/dataagent/v20250513/api.json +1216 -0
  141. tccli/services/dataagent/v20250513/examples.json +93 -0
  142. tccli/services/dayu/dayu_client.py +560 -224
  143. tccli/services/dbbrain/dbbrain_client.py +471 -166
  144. tccli/services/dbbrain/v20210527/api.json +268 -19
  145. tccli/services/dbbrain/v20210527/examples.json +8 -0
  146. tccli/services/dbdc/dbdc_client.py +30 -12
  147. tccli/services/dc/dc_client.py +110 -44
  148. tccli/services/dcdb/dcdb_client.py +415 -166
  149. tccli/services/dcdb/v20180411/api.json +1 -1
  150. tccli/services/dlc/dlc_client.py +966 -364
  151. tccli/services/dlc/v20210125/api.json +1153 -150
  152. tccli/services/dlc/v20210125/examples.json +19 -11
  153. tccli/services/dnspod/dnspod_client.py +567 -182
  154. tccli/services/dnspod/v20210323/api.json +131 -25
  155. tccli/services/dnspod/v20210323/examples.json +17 -7
  156. tccli/services/domain/domain_client.py +275 -110
  157. tccli/services/domain/v20180808/api.json +21 -1
  158. tccli/services/drm/drm_client.py +55 -22
  159. tccli/services/ds/ds_client.py +60 -24
  160. tccli/services/dsgc/dsgc_client.py +665 -266
  161. tccli/services/dsgc/v20190723/api.json +18 -18
  162. tccli/services/dts/dts_client.py +1188 -488
  163. tccli/services/dts/v20211206/api.json +1068 -124
  164. tccli/services/dts/v20211206/examples.json +77 -7
  165. tccli/services/eb/eb_client.py +160 -64
  166. tccli/services/eb/v20210416/api.json +13 -0
  167. tccli/services/ecc/ecc_client.py +20 -8
  168. tccli/services/ecdn/ecdn_client.py +30 -12
  169. tccli/services/ecm/ecm_client.py +695 -278
  170. tccli/services/eiam/eiam_client.py +210 -84
  171. tccli/services/eis/eis_client.py +40 -16
  172. tccli/services/emr/emr_client.py +501 -178
  173. tccli/services/emr/v20190103/api.json +262 -0
  174. tccli/services/emr/v20190103/examples.json +13 -5
  175. tccli/services/es/es_client.py +536 -152
  176. tccli/services/es/v20180416/api.json +695 -65
  177. tccli/services/es/v20180416/examples.json +24 -0
  178. tccli/services/es/v20250101/api.json +10 -10
  179. tccli/services/ess/ess_client.py +747 -254
  180. tccli/services/ess/v20201111/api.json +720 -32
  181. tccli/services/ess/v20201111/examples.json +18 -2
  182. tccli/services/essbasic/essbasic_client.py +730 -292
  183. tccli/services/essbasic/v20210526/api.json +295 -32
  184. tccli/services/essbasic/v20210526/examples.json +12 -30
  185. tccli/services/evt/__init__.py +4 -0
  186. tccli/services/evt/evt_client.py +210 -0
  187. tccli/services/evt/v20250217/api.json +126 -0
  188. tccli/services/evt/v20250217/examples.json +13 -0
  189. tccli/services/facefusion/facefusion_client.py +20 -8
  190. tccli/services/facefusion/v20220927/api.json +1 -1
  191. tccli/services/faceid/faceid_client.py +180 -125
  192. tccli/services/faceid/v20180301/api.json +18 -105
  193. tccli/services/faceid/v20180301/examples.json +1 -9
  194. tccli/services/fmu/fmu_client.py +35 -14
  195. tccli/services/ft/ft_client.py +30 -12
  196. tccli/services/gaap/gaap_client.py +510 -204
  197. tccli/services/gaap/v20180529/api.json +18 -8
  198. tccli/services/gme/gme_client.py +241 -74
  199. tccli/services/gme/v20180711/api.json +241 -1
  200. tccli/services/gme/v20180711/examples.json +8 -0
  201. tccli/services/goosefs/goosefs_client.py +135 -54
  202. tccli/services/gs/gs_client.py +537 -182
  203. tccli/services/gs/v20191118/api.json +143 -1
  204. tccli/services/gs/v20191118/examples.json +16 -0
  205. tccli/services/gwlb/gwlb_client.py +95 -38
  206. tccli/services/habo/habo_client.py +10 -4
  207. tccli/services/hai/hai_client.py +80 -32
  208. tccli/services/hai/v20230812/api.json +3 -3
  209. tccli/services/hasim/hasim_client.py +110 -44
  210. tccli/services/hcm/hcm_client.py +5 -2
  211. tccli/services/hunyuan/hunyuan_client.py +105 -42
  212. tccli/services/hunyuan/v20230901/api.json +69 -2
  213. tccli/services/hunyuan/v20230901/examples.json +1 -1
  214. tccli/services/iai/iai_client.py +175 -123
  215. tccli/services/iai/v20180301/api.json +0 -82
  216. tccli/services/iai/v20180301/examples.json +0 -8
  217. tccli/services/iai/v20200303/api.json +1 -83
  218. tccli/services/iai/v20200303/examples.json +0 -8
  219. tccli/services/iap/iap_client.py +30 -12
  220. tccli/services/ic/ic_client.py +45 -18
  221. tccli/services/icr/icr_client.py +5 -2
  222. tccli/services/ie/ie_client.py +50 -20
  223. tccli/services/ig/ig_client.py +5 -2
  224. tccli/services/igtm/igtm_client.py +130 -52
  225. tccli/services/igtm/v20231024/api.json +60 -4
  226. tccli/services/igtm/v20231024/examples.json +3 -3
  227. tccli/services/ims/ims_client.py +10 -4
  228. tccli/services/ioa/ioa_client.py +194 -60
  229. tccli/services/ioa/v20220601/api.json +149 -1
  230. tccli/services/ioa/v20220601/examples.json +8 -0
  231. tccli/services/iot/iot_client.py +225 -90
  232. tccli/services/iotcloud/iotcloud_client.py +430 -172
  233. tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
  234. tccli/services/iotexplorer/v20190423/api.json +2681 -1016
  235. tccli/services/iotexplorer/v20190423/examples.json +160 -26
  236. tccli/services/iotvideo/iotvideo_client.py +835 -334
  237. tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
  238. tccli/services/irp/irp_client.py +55 -22
  239. tccli/services/iss/iss_client.py +460 -184
  240. tccli/services/iss/v20230517/api.json +2 -2
  241. tccli/services/iss/v20230517/examples.json +1 -1
  242. tccli/services/ivld/ivld_client.py +140 -56
  243. tccli/services/keewidb/keewidb_client.py +190 -76
  244. tccli/services/keewidb/v20220308/api.json +69 -17
  245. tccli/services/keewidb/v20220308/examples.json +5 -5
  246. tccli/services/kms/kms_client.py +340 -136
  247. tccli/services/lcic/lcic_client.py +355 -142
  248. tccli/services/lcic/v20220817/api.json +5 -5
  249. tccli/services/lighthouse/lighthouse_client.py +590 -236
  250. tccli/services/lighthouse/v20200324/api.json +81 -16
  251. tccli/services/lighthouse/v20200324/examples.json +7 -1
  252. tccli/services/live/live_client.py +1000 -453
  253. tccli/services/live/v20180801/api.json +6 -164
  254. tccli/services/live/v20180801/examples.json +6 -8
  255. tccli/services/lke/lke_client.py +525 -210
  256. tccli/services/lke/v20231130/api.json +254 -75
  257. tccli/services/lke/v20231130/examples.json +1 -1
  258. tccli/services/lkeap/lkeap_client.py +130 -52
  259. tccli/services/lkeap/v20240522/api.json +1 -1
  260. tccli/services/lkeap/v20240522/examples.json +1 -1
  261. tccli/services/lowcode/lowcode_client.py +85 -34
  262. tccli/services/mall/mall_client.py +5 -2
  263. tccli/services/mariadb/mariadb_client.py +405 -162
  264. tccli/services/mariadb/v20170312/api.json +1 -1
  265. tccli/services/market/market_client.py +10 -4
  266. tccli/services/memcached/memcached_client.py +5 -2
  267. tccli/services/mmps/mmps_client.py +75 -30
  268. tccli/services/mna/mna_client.py +205 -82
  269. tccli/services/mna/v20210119/api.json +1 -1
  270. tccli/services/mongodb/mongodb_client.py +1178 -273
  271. tccli/services/mongodb/v20190725/api.json +1860 -135
  272. tccli/services/mongodb/v20190725/examples.json +105 -1
  273. tccli/services/monitor/monitor_client.py +901 -338
  274. tccli/services/monitor/v20180724/api.json +189 -29
  275. tccli/services/monitor/v20180724/examples.json +9 -1
  276. tccli/services/mps/mps_client.py +1248 -280
  277. tccli/services/mps/v20190612/api.json +1796 -73
  278. tccli/services/mps/v20190612/examples.json +106 -32
  279. tccli/services/mqtt/mqtt_client.py +463 -118
  280. tccli/services/mqtt/v20240516/api.json +166 -0
  281. tccli/services/mqtt/v20240516/examples.json +24 -0
  282. tccli/services/mrs/mrs_client.py +55 -22
  283. tccli/services/ms/ms_client.py +115 -46
  284. tccli/services/msp/msp_client.py +35 -14
  285. tccli/services/nlp/nlp_client.py +30 -12
  286. tccli/services/npp/npp_client.py +40 -16
  287. tccli/services/oceanus/oceanus_client.py +225 -90
  288. tccli/services/oceanus/v20190422/api.json +10 -13
  289. tccli/services/oceanus/v20190422/examples.json +2 -2
  290. tccli/services/ocr/ocr_client.py +471 -425
  291. tccli/services/ocr/v20181119/api.json +241 -639
  292. tccli/services/ocr/v20181119/examples.json +8 -40
  293. tccli/services/omics/omics_client.py +100 -40
  294. tccli/services/omics/v20221128/api.json +90 -7
  295. tccli/services/organization/organization_client.py +705 -282
  296. tccli/services/organization/v20210331/api.json +40 -1
  297. tccli/services/partners/partners_client.py +115 -46
  298. tccli/services/postgres/postgres_client.py +724 -200
  299. tccli/services/postgres/v20170312/api.json +494 -58
  300. tccli/services/postgres/v20170312/examples.json +75 -31
  301. tccli/services/privatedns/privatedns_client.py +412 -80
  302. tccli/services/privatedns/v20201028/api.json +421 -13
  303. tccli/services/privatedns/v20201028/examples.json +36 -4
  304. tccli/services/pts/pts_client.py +240 -96
  305. tccli/services/pts/v20210728/api.json +2 -2
  306. tccli/services/rce/rce_client.py +55 -22
  307. tccli/services/redis/redis_client.py +550 -220
  308. tccli/services/redis/v20180412/api.json +197 -33
  309. tccli/services/redis/v20180412/examples.json +10 -10
  310. tccli/services/region/region_client.py +15 -6
  311. tccli/services/region/v20220627/api.json +1 -1
  312. tccli/services/rum/rum_client.py +270 -108
  313. tccli/services/rum/v20210622/api.json +18 -0
  314. tccli/services/scf/scf_client.py +260 -104
  315. tccli/services/scf/v20180416/api.json +167 -2
  316. tccli/services/scf/v20180416/examples.json +1 -1
  317. tccli/services/securitylake/securitylake_client.py +5 -2
  318. tccli/services/ses/ses_client.py +175 -70
  319. tccli/services/smh/smh_client.py +75 -30
  320. tccli/services/smop/smop_client.py +5 -2
  321. tccli/services/sms/sms_client.py +90 -36
  322. tccli/services/sms/v20190711/api.json +11 -11
  323. tccli/services/sms/v20190711/examples.json +9 -3
  324. tccli/services/sms/v20210111/api.json +12 -12
  325. tccli/services/sms/v20210111/examples.json +8 -2
  326. tccli/services/soe/soe_client.py +20 -8
  327. tccli/services/sqlserver/sqlserver_client.py +740 -296
  328. tccli/services/sqlserver/v20180328/api.json +31 -2
  329. tccli/services/sqlserver/v20180328/examples.json +1 -1
  330. tccli/services/ssa/ssa_client.py +115 -46
  331. tccli/services/ssl/ssl_client.py +340 -136
  332. tccli/services/ssl/v20191205/api.json +28 -0
  333. tccli/services/sslpod/sslpod_client.py +50 -20
  334. tccli/services/ssm/ssm_client.py +120 -48
  335. tccli/services/sts/sts_client.py +35 -14
  336. tccli/services/sts/v20180813/api.json +1 -1
  337. tccli/services/svp/svp_client.py +25 -10
  338. tccli/services/svp/v20240125/api.json +24 -4
  339. tccli/services/svp/v20240125/examples.json +1 -1
  340. tccli/services/taf/taf_client.py +5 -2
  341. tccli/services/tag/tag_client.py +155 -62
  342. tccli/services/tag/v20180813/api.json +3 -3
  343. tccli/services/tat/tat_client.py +145 -58
  344. tccli/services/tat/v20201028/api.json +10 -1
  345. tccli/services/tbaas/tbaas_client.py +120 -48
  346. tccli/services/tbp/tbp_client.py +20 -8
  347. tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
  348. tccli/services/tcb/tcb_client.py +445 -178
  349. tccli/services/tcbr/tcbr_client.py +50 -20
  350. tccli/services/tcbr/v20220217/api.json +11 -0
  351. tccli/services/tccatalog/tccatalog_client.py +20 -8
  352. tccli/services/tchd/tchd_client.py +10 -4
  353. tccli/services/tcm/tcm_client.py +60 -24
  354. tccli/services/tcr/tcr_client.py +550 -220
  355. tccli/services/tcss/tcss_client.py +1756 -680
  356. tccli/services/tcss/v20201101/api.json +144 -11
  357. tccli/services/tcss/v20201101/examples.json +9 -1
  358. tccli/services/tdai/tdai_client.py +90 -36
  359. tccli/services/tdai/v20250717/api.json +30 -3
  360. tccli/services/tdcpg/tdcpg_client.py +125 -50
  361. tccli/services/tdid/tdid_client.py +90 -36
  362. tccli/services/tdmq/tdmq_client.py +846 -452
  363. tccli/services/tdmq/v20200217/api.json +372 -488
  364. tccli/services/tdmq/v20200217/examples.json +21 -41
  365. tccli/services/tds/tds_client.py +25 -10
  366. tccli/services/tem/tem_client.py +305 -122
  367. tccli/services/teo/teo_client.py +1122 -431
  368. tccli/services/teo/v20220901/api.json +1393 -132
  369. tccli/services/teo/v20220901/examples.json +59 -13
  370. tccli/services/thpc/thpc_client.py +215 -66
  371. tccli/services/thpc/v20230321/api.json +185 -27
  372. tccli/services/thpc/v20230321/examples.json +15 -7
  373. tccli/services/tia/tia_client.py +50 -20
  374. tccli/services/tiia/tiia_client.py +105 -42
  375. tccli/services/tione/tione_client.py +537 -150
  376. tccli/services/tione/v20211111/api.json +280 -16
  377. tccli/services/tione/v20211111/examples.json +25 -1
  378. tccli/services/tiw/tiw_client.py +175 -70
  379. tccli/services/tke/tke_client.py +2702 -735
  380. tccli/services/tke/v20180525/api.json +2279 -232
  381. tccli/services/tke/v20180525/examples.json +194 -18
  382. tccli/services/tke/v20220501/api.json +215 -3
  383. tccli/services/tke/v20220501/examples.json +8 -0
  384. tccli/services/tkgdq/tkgdq_client.py +15 -6
  385. tccli/services/tms/tms_client.py +132 -8
  386. tccli/services/tms/v20201229/api.json +247 -1
  387. tccli/services/tms/v20201229/examples.json +16 -0
  388. tccli/services/tmt/tmt_client.py +40 -16
  389. tccli/services/tmt/v20180321/api.json +78 -1
  390. tccli/services/tourism/tourism_client.py +5 -2
  391. tccli/services/trabbit/trabbit_client.py +145 -58
  392. tccli/services/trabbit/v20230418/api.json +271 -4
  393. tccli/services/trabbit/v20230418/examples.json +9 -3
  394. tccli/services/trocket/trocket_client.py +350 -140
  395. tccli/services/trocket/v20230308/api.json +113 -5
  396. tccli/services/trp/trp_client.py +270 -108
  397. tccli/services/trro/trro_client.py +257 -58
  398. tccli/services/trro/v20220325/api.json +456 -0
  399. tccli/services/trro/v20220325/examples.json +16 -0
  400. tccli/services/trtc/trtc_client.py +360 -144
  401. tccli/services/trtc/v20190722/api.json +167 -27
  402. tccli/services/trtc/v20190722/examples.json +3 -3
  403. tccli/services/tse/tse_client.py +776 -248
  404. tccli/services/tse/v20201207/api.json +260 -1
  405. tccli/services/tse/v20201207/examples.json +24 -0
  406. tccli/services/tsf/tsf_client.py +1195 -458
  407. tccli/services/tsf/v20180326/api.json +121 -5
  408. tccli/services/tsf/v20180326/examples.json +10 -2
  409. tccli/services/tsi/tsi_client.py +15 -6
  410. tccli/services/tsw/tsw_client.py +20 -8
  411. tccli/services/tts/tts_client.py +15 -6
  412. tccli/services/vcg/vcg_client.py +10 -4
  413. tccli/services/vclm/v20240523/api.json +354 -4
  414. tccli/services/vclm/v20240523/examples.json +32 -0
  415. tccli/services/vclm/vclm_client.py +269 -18
  416. tccli/services/vcube/v20220410/api.json +89 -2
  417. tccli/services/vcube/v20220410/examples.json +18 -2
  418. tccli/services/vcube/vcube_client.py +290 -76
  419. tccli/services/vdb/vdb_client.py +70 -28
  420. tccli/services/vm/v20210922/api.json +3 -3
  421. tccli/services/vm/vm_client.py +30 -12
  422. tccli/services/vms/vms_client.py +10 -4
  423. tccli/services/vod/v20180717/api.json +2 -2
  424. tccli/services/vod/vod_client.py +965 -386
  425. tccli/services/vpc/v20170312/api.json +1239 -128
  426. tccli/services/vpc/v20170312/examples.json +127 -15
  427. tccli/services/vpc/vpc_client.py +2963 -928
  428. tccli/services/vrs/vrs_client.py +40 -16
  429. tccli/services/vtc/vtc_client.py +15 -6
  430. tccli/services/waf/v20180125/api.json +11219 -8659
  431. tccli/services/waf/v20180125/examples.json +89 -9
  432. tccli/services/waf/waf_client.py +1530 -415
  433. tccli/services/wav/wav_client.py +130 -52
  434. tccli/services/wedata/v20250806/api.json +55 -16
  435. tccli/services/wedata/wedata_client.py +2045 -818
  436. tccli/services/weilingwith/weilingwith_client.py +320 -128
  437. tccli/services/wsa/wsa_client.py +5 -2
  438. tccli/services/wss/wss_client.py +15 -6
  439. tccli/services/yinsuda/yinsuda_client.py +100 -40
  440. tccli/services/yunjing/yunjing_client.py +500 -200
  441. tccli/services/yunsou/yunsou_client.py +10 -4
  442. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
  443. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
  444. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
  445. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
  446. {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
@@ -483,6 +483,27 @@
483
483
  "output": "CreateReserveIpAddressesResponse",
484
484
  "status": "online"
485
485
  },
486
+ "CreateRoutePolicy": {
487
+ "document": "创建VPC路由接收策略,包括名字,描述和策略条目。",
488
+ "input": "CreateRoutePolicyRequest",
489
+ "name": "创建路由策略及策略条目。",
490
+ "output": "CreateRoutePolicyResponse",
491
+ "status": "online"
492
+ },
493
+ "CreateRoutePolicyAssociations": {
494
+ "document": "本接口(CreateRoutePolicyAssociations)用于创建路由接收策略绑定(路由策略实例和路由表实例的绑定关系以及绑定优先级)。",
495
+ "input": "CreateRoutePolicyAssociationsRequest",
496
+ "name": "创建路由接收策略绑定",
497
+ "output": "CreateRoutePolicyAssociationsResponse",
498
+ "status": "online"
499
+ },
500
+ "CreateRoutePolicyEntries": {
501
+ "document": "本接口(CreateRoutePolicyEntries)用于创建路由接收策略条目。",
502
+ "input": "CreateRoutePolicyEntriesRequest",
503
+ "name": "创建路由接收策略条目",
504
+ "output": "CreateRoutePolicyEntriesResponse",
505
+ "status": "online"
506
+ },
486
507
  "CreateRouteTable": {
487
508
  "document": "本接口(CreateRouteTable)用于创建路由表。\n* 创建了VPC后,系统会创建一个默认路由表,所有新建的子网都会关联到默认路由表。默认情况下您可以直接使用默认路由表来管理您的路由策略。当您的路由策略较多时,您可以调用创建路由表接口创建更多路由表管理您的路由策略。\n* 创建路由表同时可以绑定标签, 应答里的标签列表代表添加成功的标签。",
488
509
  "input": "CreateRouteTableRequest",
@@ -861,6 +882,27 @@
861
882
  "output": "DeleteReserveIpAddressesResponse",
862
883
  "status": "online"
863
884
  },
885
+ "DeleteRoutePolicy": {
886
+ "document": "本接口(DeleteRoutePolicy)用于删除路由接收策略和条目。",
887
+ "input": "DeleteRoutePolicyRequest",
888
+ "name": "删除路由接收策略和条目。",
889
+ "output": "DeleteRoutePolicyResponse",
890
+ "status": "online"
891
+ },
892
+ "DeleteRoutePolicyAssociations": {
893
+ "document": "本接口(DeleteRoutePolicyAssociations)用于删除路由接收策略绑定(路由接收策略对象和路由表的绑定关系)。",
894
+ "input": "DeleteRoutePolicyAssociationsRequest",
895
+ "name": "删除路由接收策略绑定",
896
+ "output": "DeleteRoutePolicyAssociationsResponse",
897
+ "status": "online"
898
+ },
899
+ "DeleteRoutePolicyEntries": {
900
+ "document": "本接口(DeleteRoutePolicyEntries)用于删除路由接收策略条目。",
901
+ "input": "DeleteRoutePolicyEntriesRequest",
902
+ "name": "删除路由接收策略条目",
903
+ "output": "DeleteRoutePolicyEntriesResponse",
904
+ "status": "online"
905
+ },
864
906
  "DeleteRouteTable": {
865
907
  "document": "本接口(DeleteRouteTable)用于删除路由表。",
866
908
  "input": "DeleteRouteTableRequest",
@@ -1379,6 +1421,13 @@
1379
1421
  "output": "DescribeNatGatewaySourceIpTranslationNatRulesResponse",
1380
1422
  "status": "online"
1381
1423
  },
1424
+ "DescribeNatGatewayZones": {
1425
+ "document": "本接口(DescribeNatGatewayZones)用于查询NAT网关可售卖的可用区信息",
1426
+ "input": "DescribeNatGatewayZonesRequest",
1427
+ "name": "查询NAT网关可售卖的可用区信息",
1428
+ "output": "DescribeNatGatewayZonesResponse",
1429
+ "status": "online"
1430
+ },
1382
1431
  "DescribeNatGateways": {
1383
1432
  "document": "本接口(DescribeNatGateways)用于查询 NAT 网关。",
1384
1433
  "input": "DescribeNatGatewaysRequest",
@@ -1505,6 +1554,13 @@
1505
1554
  "output": "DescribeRouteListResponse",
1506
1555
  "status": "online"
1507
1556
  },
1557
+ "DescribeRoutePolicyEntries": {
1558
+ "document": "本接口(DescribeRoutePolicyEntries)用于查询路由接收策略条目列表。",
1559
+ "input": "DescribeRoutePolicyEntriesRequest",
1560
+ "name": "查看路由接收策略条目",
1561
+ "output": "DescribeRoutePolicyEntriesResponse",
1562
+ "status": "online"
1563
+ },
1508
1564
  "DescribeRouteTableAssociatedInstances": {
1509
1565
  "document": "本接口(DescribeRouteTableAssociatedInstances)用于查询指定的云联网关联的实例所绑定的路由表信息。",
1510
1566
  "input": "DescribeRouteTableAssociatedInstancesRequest",
@@ -1540,6 +1596,13 @@
1540
1596
  "output": "DescribeSecurityGroupAssociationStatisticsResponse",
1541
1597
  "status": "online"
1542
1598
  },
1599
+ "DescribeSecurityGroupExpandedPolicies": {
1600
+ "document": "本接口(DescribeSecurityGroupExpandedPolicies)用于查看参数模板展开后的安全组规则。本接口会通过缓存降低请求后端服务的调用次数,因此拉取结果会存在延迟(缓存超时时间为1分钟)。",
1601
+ "input": "DescribeSecurityGroupExpandedPoliciesRequest",
1602
+ "name": "查看参数模板展开后的安全组规则",
1603
+ "output": "DescribeSecurityGroupExpandedPoliciesResponse",
1604
+ "status": "online"
1605
+ },
1543
1606
  "DescribeSecurityGroupLimits": {
1544
1607
  "document": "本接口(DescribeSecurityGroupLimits)用于查询用户安全组配额。",
1545
1608
  "input": "DescribeSecurityGroupLimitsRequest",
@@ -2457,6 +2520,13 @@
2457
2520
  "output": "ModifyReserveIpAddressResponse",
2458
2521
  "status": "online"
2459
2522
  },
2523
+ "ModifyRoutePolicyAttribute": {
2524
+ "document": "本接口(ModifyRoutePolicyAttribute)用于修改路由接收策略属性属性。",
2525
+ "input": "ModifyRoutePolicyAttributeRequest",
2526
+ "name": "修改路由策略属性",
2527
+ "output": "ModifyRoutePolicyAttributeResponse",
2528
+ "status": "online"
2529
+ },
2460
2530
  "ModifyRouteTableAttribute": {
2461
2531
  "document": "本接口(ModifyRouteTableAttribute)用于修改路由表(RouteTable)属性。",
2462
2532
  "input": "ModifyRouteTableAttributeRequest",
@@ -2716,6 +2786,20 @@
2716
2786
  "output": "ReplaceHighPriorityRoutesResponse",
2717
2787
  "status": "online"
2718
2788
  },
2789
+ "ReplaceRoutePolicyAssociations": {
2790
+ "document": "本接口(ReplaceRoutePolicyAssociations)根据路由接收策略实例ID(RoutePolicyId)和路由表实例ID(RouteTableId)修改绑定优先级(Priority),支持批量修改。",
2791
+ "input": "ReplaceRoutePolicyAssociationsRequest",
2792
+ "name": "替换路由接收策略绑定",
2793
+ "output": "ReplaceRoutePolicyAssociationsResponse",
2794
+ "status": "online"
2795
+ },
2796
+ "ReplaceRoutePolicyEntries": {
2797
+ "document": "本接口(ReplaceRoutePolicyEntries)根据路由接收策略规则ID(RoutePolicyEntryId)修改指定的路由策略条目(RoutePolicyEntry),支持批量修改。",
2798
+ "input": "ReplaceRoutePolicyEntriesRequest",
2799
+ "name": "替换路由表接收策略条目",
2800
+ "output": "ReplaceRoutePolicyEntriesResponse",
2801
+ "status": "online"
2802
+ },
2719
2803
  "ReplaceRouteTableAssociation": {
2720
2804
  "document": "本接口(ReplaceRouteTableAssociation)用于修改子网(Subnet)关联的路由表(RouteTable)。\n* 一个子网只能关联一个路由表。",
2721
2805
  "input": "ReplaceRouteTableAssociationRequest",
@@ -2765,6 +2849,20 @@
2765
2849
  "output": "ResetNatGatewayConnectionResponse",
2766
2850
  "status": "online"
2767
2851
  },
2852
+ "ResetRoutePolicyAssociations": {
2853
+ "document": "本接口(ResetRoutePolicyAssociations)用于对某个路由表实例已经绑定的路由策略实例解除绑定关系,并重新设置新的绑定路由策略及优先级。<br />",
2854
+ "input": "ResetRoutePolicyAssociationsRequest",
2855
+ "name": "重置路由策略绑定",
2856
+ "output": "ResetRoutePolicyAssociationsResponse",
2857
+ "status": "online"
2858
+ },
2859
+ "ResetRoutePolicyEntries": {
2860
+ "document": "本接口(ResetRoutePolicyEntries)根据路由接收策略规则ID(RoutePolicyId)重置指定的路由接收策略条目(RoutePolicyEntry),支持批量修改。",
2861
+ "input": "ResetRoutePolicyEntriesRequest",
2862
+ "name": "重置路由接收策略条目",
2863
+ "output": "ResetRoutePolicyEntriesResponse",
2864
+ "status": "online"
2865
+ },
2768
2866
  "ResetRoutes": {
2769
2867
  "document": "本接口(ResetRoutes)用于对某个路由表名称和所有路由策略(Route)进行重新设置。<br /> 注意: 调用本接口时先删除当前路由表中所有路由策略, 再保存新提交的路由策略内容, 会引起网络中断。",
2770
2868
  "input": "ResetRoutesRequest",
@@ -3741,7 +3839,7 @@
3741
3839
  "value_allowed_null": false
3742
3840
  },
3743
3841
  {
3744
- "disabled": false,
3842
+ "disabled": true,
3745
3843
  "document": "IP模板名称,废弃字段。",
3746
3844
  "example": "demo",
3747
3845
  "member": "string",
@@ -3752,7 +3850,7 @@
3752
3850
  "value_allowed_null": false
3753
3851
  },
3754
3852
  {
3755
- "disabled": false,
3853
+ "disabled": true,
3756
3854
  "document": "废弃字段。",
3757
3855
  "example": "192.168.1.10",
3758
3856
  "member": "string",
@@ -3763,7 +3861,7 @@
3763
3861
  "value_allowed_null": false
3764
3862
  },
3765
3863
  {
3766
- "disabled": false,
3864
+ "disabled": true,
3767
3865
  "document": "废弃字段",
3768
3866
  "example": "192.168.1.20",
3769
3867
  "member": "string",
@@ -3967,7 +4065,7 @@
3967
4065
  {
3968
4066
  "disabled": false,
3969
4067
  "document": "指定IP地址申请EIP,每个账户每个月只有三次配额",
3970
- "example": "['1.1.1.1']",
4068
+ "example": "[\"1.1.1.1\"]",
3971
4069
  "member": "string",
3972
4070
  "name": "VipCluster",
3973
4071
  "required": false,
@@ -3976,7 +4074,7 @@
3976
4074
  {
3977
4075
  "disabled": true,
3978
4076
  "document": "<b>[已废弃]</b> AnycastEIP不再区分是否负载均衡。原参数说明如下:\nAnycastEIP是否用于绑定负载均衡。\n<ul style=\"margin:0\"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>TRUE:AnycastEIP可绑定对象为负载均衡</li>\n<li>FALSE:AnycastEIP可绑定对象为云服务器、NAT网关、高可用虚拟IP等</li></ul>默认值:FALSE。</li></ul>",
3979
- "example": "False",
4077
+ "example": "false",
3980
4078
  "member": "bool",
3981
4079
  "name": "ApplicableForCLB",
3982
4080
  "required": false,
@@ -4021,7 +4119,7 @@
4021
4119
  {
4022
4120
  "disabled": false,
4023
4121
  "document": "是否使用独占资源池,默认值:True\n- True:表示使用独占资源池\n- False:表示使用共享资源池\n\n说明:如需使用独占资源池,请 提交工单(https://console.cloud.tencent.com/workorder/category) 咨询,具体费用请咨询商务经理。",
4024
- "example": "False",
4122
+ "example": "false",
4025
4123
  "member": "bool",
4026
4124
  "name": "IsDedicatedAddressPool",
4027
4125
  "required": false,
@@ -4053,6 +4151,15 @@
4053
4151
  "name": "ClientToken",
4054
4152
  "required": false,
4055
4153
  "type": "string"
4154
+ },
4155
+ {
4156
+ "disabled": false,
4157
+ "document": "原生EIP IP资源的计费方式。\n<ul style=\"margin:0\"><li>账号为标准账户类型的用户,可选值:<ul>\n<li>IP_POSTPAID_BY_HOUR:IP资源按小时后付费</li>\n<li>IP_PREPAID_BY_MONTH:IP资源包月预付费</li>\n</ul></li>\n</ul>",
4158
+ "example": "IP_POSTPAID_BY_HOUR",
4159
+ "member": "string",
4160
+ "name": "IPChargeType",
4161
+ "required": false,
4162
+ "type": "string"
4056
4163
  }
4057
4164
  ],
4058
4165
  "type": "object"
@@ -4906,7 +5013,7 @@
4906
5013
  },
4907
5014
  {
4908
5015
  "disabled": false,
4909
- "document": "弹性IP可用区,自动分配弹性IP时传递。",
5016
+ "document": "弹性IP可用区,自动分配弹性IP时传递。\n其中产品可用区查询接口为[查询产品可用区列表](https://cloud.tencent.com/document/product/1596/77929)",
4910
5017
  "example": "10003",
4911
5018
  "member": "string",
4912
5019
  "name": "Zone",
@@ -4939,6 +5046,15 @@
4939
5046
  "name": "PublicIpFromSameZone",
4940
5047
  "required": false,
4941
5048
  "type": "bool"
5049
+ },
5050
+ {
5051
+ "disabled": false,
5052
+ "document": "启用或者禁用NAT网关绑定的EIP",
5053
+ "example": "true",
5054
+ "member": "bool",
5055
+ "name": "IpAddressEnableMode",
5056
+ "required": false,
5057
+ "type": "bool"
4942
5058
  }
4943
5059
  ],
4944
5060
  "type": "object"
@@ -7446,7 +7562,7 @@
7446
7562
  "document": "冲突资源条目信息。",
7447
7563
  "members": [
7448
7564
  {
7449
- "disabled": false,
7565
+ "disabled": true,
7450
7566
  "document": "冲突资源的ID。已废弃",
7451
7567
  "example": "rti-kngiybxl",
7452
7568
  "member": "string",
@@ -8475,7 +8591,7 @@
8475
8591
  },
8476
8592
  {
8477
8593
  "disabled": false,
8478
- "document": "流日志所属资源类型,VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。当选择VPC,SUBNET,CCN,DCG时,请通过工单加入白名单。",
8594
+ "document": "流日志所属资源类型,NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。当选择CCN,DCG时,请通过工单加入白名单。",
8479
8595
  "example": "NETWORKINTERFACE",
8480
8596
  "member": "string",
8481
8597
  "name": "ResourceType",
@@ -8530,7 +8646,7 @@
8530
8646
  {
8531
8647
  "disabled": false,
8532
8648
  "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
8533
- "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
8649
+ "example": "",
8534
8650
  "member": "Tag",
8535
8651
  "name": "Tags",
8536
8652
  "required": false,
@@ -8548,7 +8664,7 @@
8548
8664
  {
8549
8665
  "disabled": false,
8550
8666
  "document": "流日志消费端信息,当消费端类型为ckafka时,必填。",
8551
- "example": "{\"StorageTopic\": \"topic-asow02oa\", \"StorageId\": \"ckafka-aso1kaoq\"}",
8667
+ "example": "",
8552
8668
  "member": "FlowLogStorage",
8553
8669
  "name": "FlowLogStorage",
8554
8670
  "required": false,
@@ -8562,6 +8678,15 @@
8562
8678
  "name": "CloudLogRegion",
8563
8679
  "required": false,
8564
8680
  "type": "string"
8681
+ },
8682
+ {
8683
+ "disabled": false,
8684
+ "document": "流日志采集周期,只支持CCN类型流日志。取值范围(单位s):60, 300, 600。",
8685
+ "example": "300",
8686
+ "member": "uint64",
8687
+ "name": "Period",
8688
+ "required": false,
8689
+ "type": "int"
8565
8690
  }
8566
8691
  ],
8567
8692
  "type": "object"
@@ -8572,7 +8697,7 @@
8572
8697
  {
8573
8698
  "disabled": false,
8574
8699
  "document": "创建的流日志信息。",
8575
- "example": "[{\"VpcId\" : \"vpc-pq9vxykj\", \"FlowLogId\" : \"fl-f42uhpkj\", \"ResourceType\" : \"NETWORKINTERFACE\", \"ResourceId\" : \"eni-78ysaex1\"}]",
8700
+ "example": "",
8576
8701
  "member": "FlowLog",
8577
8702
  "name": "FlowLog",
8578
8703
  "output_required": true,
@@ -9003,7 +9128,7 @@
9003
9128
  "members": [
9004
9129
  {
9005
9130
  "disabled": false,
9006
- "document": "NAT网关名称",
9131
+ "document": "NAT网关名称,限制60字符",
9007
9132
  "example": "test_name",
9008
9133
  "member": "string",
9009
9134
  "name": "NatGatewayName",
@@ -9611,7 +9736,7 @@
9611
9736
  "members": [
9612
9737
  {
9613
9738
  "disabled": false,
9614
- "document": "私网网关名称",
9739
+ "document": "私网网关名称,限制60个字符",
9615
9740
  "example": "NATDemo",
9616
9741
  "member": "string",
9617
9742
  "name": "NatGatewayName",
@@ -9713,7 +9838,7 @@
9713
9838
  {
9714
9839
  "disabled": false,
9715
9840
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
9716
- "example": "\"intranat-0g3blj80\"",
9841
+ "example": "intranat-0g3blj80",
9717
9842
  "member": "string",
9718
9843
  "name": "NatGatewayId",
9719
9844
  "required": true,
@@ -9721,8 +9846,8 @@
9721
9846
  },
9722
9847
  {
9723
9848
  "disabled": false,
9724
- "document": "转换规则目标,可选值\"LOCAL\"。",
9725
- "example": "\"LOCAL\"",
9849
+ "document": "转换规则目标,可选值LOCAL。",
9850
+ "example": "LOCAL",
9726
9851
  "member": "string",
9727
9852
  "name": "TranslationDirection",
9728
9853
  "required": true,
@@ -9730,8 +9855,8 @@
9730
9855
  },
9731
9856
  {
9732
9857
  "disabled": false,
9733
- "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
9734
- "example": "\"TRANSPORT_LAYER",
9858
+ "document": "转换规则类型,可选值NETWORK_LAYERTRANSPORT_LAYER。分别对应三层、四层。",
9859
+ "example": "TRANSPORT_LAYER",
9735
9860
  "member": "string",
9736
9861
  "name": "TranslationType",
9737
9862
  "required": true,
@@ -9739,8 +9864,8 @@
9739
9864
  },
9740
9865
  {
9741
9866
  "disabled": false,
9742
- "document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
9743
- "example": "\"10.0.13.20\"",
9867
+ "document": "映射后`IP`,当转换规则类型为四层时为`IP`池。",
9868
+ "example": "10.0.13.20",
9744
9869
  "member": "string",
9745
9870
  "name": "TranslationIp",
9746
9871
  "required": true,
@@ -9757,8 +9882,8 @@
9757
9882
  },
9758
9883
  {
9759
9884
  "disabled": false,
9760
- "document": "源`IP`,当转换规则类型为三层时有效。",
9761
- "example": "\"10.0.13.19\"",
9885
+ "document": "映射前`IP`,当转换规则类型为三层时有效。",
9886
+ "example": "10.0.13.19",
9762
9887
  "member": "string",
9763
9888
  "name": "OriginalIp",
9764
9889
  "required": false,
@@ -9785,7 +9910,7 @@
9785
9910
  {
9786
9911
  "disabled": false,
9787
9912
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
9788
- "example": "\"intranat-0g3blj80\"",
9913
+ "example": "intranat-0g3blj80",
9789
9914
  "member": "string",
9790
9915
  "name": "NatGatewayId",
9791
9916
  "required": true,
@@ -9803,7 +9928,7 @@
9803
9928
  {
9804
9929
  "disabled": false,
9805
9930
  "document": "跨域参数,当VPC为跨域时填写为True。",
9806
- "example": "1",
9931
+ "example": "true",
9807
9932
  "member": "bool",
9808
9933
  "name": "CrossDomain",
9809
9934
  "required": false,
@@ -9818,9 +9943,10 @@
9818
9943
  {
9819
9944
  "disabled": false,
9820
9945
  "document": "私网网关唯一`ID`。",
9821
- "example": "\"intranat-0g3blj80\"",
9946
+ "example": "intranat-0g3blj80",
9822
9947
  "member": "string",
9823
9948
  "name": "NatGatewayId",
9949
+ "output_required": true,
9824
9950
  "type": "string",
9825
9951
  "value_allowed_null": false
9826
9952
  },
@@ -9933,6 +10059,123 @@
9933
10059
  ],
9934
10060
  "type": "object"
9935
10061
  },
10062
+ "CreateRoutePolicyAssociationsRequest": {
10063
+ "document": "CreateRoutePolicyAssociations请求参数结构体",
10064
+ "members": [
10065
+ {
10066
+ "disabled": false,
10067
+ "document": "路由接收策略绑定对象列表。",
10068
+ "example": "无",
10069
+ "member": "RoutePolicyAssociation",
10070
+ "name": "RoutePolicyAssociationSet",
10071
+ "required": true,
10072
+ "type": "list"
10073
+ }
10074
+ ],
10075
+ "type": "object"
10076
+ },
10077
+ "CreateRoutePolicyAssociationsResponse": {
10078
+ "document": "CreateRoutePolicyAssociations返回参数结构体",
10079
+ "members": [
10080
+ {
10081
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10082
+ "member": "string",
10083
+ "name": "RequestId",
10084
+ "type": "string"
10085
+ }
10086
+ ],
10087
+ "type": "object"
10088
+ },
10089
+ "CreateRoutePolicyEntriesRequest": {
10090
+ "document": "CreateRoutePolicyEntries请求参数结构体",
10091
+ "members": [
10092
+ {
10093
+ "disabled": false,
10094
+ "document": "路由接收策略实例ID。",
10095
+ "example": "rrp-q7ywkx3w",
10096
+ "member": "string",
10097
+ "name": "RoutePolicyId",
10098
+ "required": true,
10099
+ "type": "string"
10100
+ },
10101
+ {
10102
+ "disabled": false,
10103
+ "document": "路由接收策略条目列表。",
10104
+ "example": "无",
10105
+ "member": "RoutePolicyEntry",
10106
+ "name": "RoutePolicyEntrySet",
10107
+ "required": true,
10108
+ "type": "list"
10109
+ }
10110
+ ],
10111
+ "type": "object"
10112
+ },
10113
+ "CreateRoutePolicyEntriesResponse": {
10114
+ "document": "CreateRoutePolicyEntries返回参数结构体",
10115
+ "members": [
10116
+ {
10117
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10118
+ "member": "string",
10119
+ "name": "RequestId",
10120
+ "type": "string"
10121
+ }
10122
+ ],
10123
+ "type": "object"
10124
+ },
10125
+ "CreateRoutePolicyRequest": {
10126
+ "document": "CreateRoutePolicy请求参数结构体",
10127
+ "members": [
10128
+ {
10129
+ "disabled": false,
10130
+ "document": "路由策略描述。",
10131
+ "example": "TEST",
10132
+ "member": "string",
10133
+ "name": "RoutePolicyDescription",
10134
+ "required": true,
10135
+ "type": "string"
10136
+ },
10137
+ {
10138
+ "disabled": false,
10139
+ "document": "路由策略名。",
10140
+ "example": "TEST",
10141
+ "member": "string",
10142
+ "name": "RoutePolicyName",
10143
+ "required": true,
10144
+ "type": "string"
10145
+ },
10146
+ {
10147
+ "disabled": false,
10148
+ "document": "路由策略条目列表。",
10149
+ "example": "无",
10150
+ "member": "RoutePolicyEntry",
10151
+ "name": "RoutePolicyEntrySet",
10152
+ "required": false,
10153
+ "type": "list"
10154
+ }
10155
+ ],
10156
+ "type": "object"
10157
+ },
10158
+ "CreateRoutePolicyResponse": {
10159
+ "document": "CreateRoutePolicy返回参数结构体",
10160
+ "members": [
10161
+ {
10162
+ "disabled": false,
10163
+ "document": "路由策略ID及规则。",
10164
+ "example": "无",
10165
+ "member": "RoutePolicy",
10166
+ "name": "RoutePolicy",
10167
+ "type": "object",
10168
+ "value_allowed_null": false
10169
+ },
10170
+ {
10171
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10172
+ "member": "string",
10173
+ "name": "RequestId",
10174
+ "type": "string"
10175
+ }
10176
+ ],
10177
+ "type": "object"
10178
+ },
9936
10179
  "CreateRouteTableRequest": {
9937
10180
  "document": "CreateRouteTable请求参数结构体",
9938
10181
  "members": [
@@ -11133,11 +11376,20 @@
11133
11376
  {
11134
11377
  "disabled": false,
11135
11378
  "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
11136
- "example": "[]",
11379
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
11137
11380
  "member": "Tag",
11138
11381
  "name": "Tags",
11139
11382
  "required": false,
11140
11383
  "type": "list"
11384
+ },
11385
+ {
11386
+ "disabled": false,
11387
+ "document": "vpc关联云联网时路由发布策略, true:开启cidr路由发布,false:开启subnet子网路由发布。创建vpc时默认为子网路由发布,当选择cidr路由发布时,请通过工单加入白名单",
11388
+ "example": "true",
11389
+ "member": "bool",
11390
+ "name": "EnableRouteVpcPublish",
11391
+ "required": false,
11392
+ "type": "bool"
11141
11393
  }
11142
11394
  ],
11143
11395
  "type": "object"
@@ -11148,7 +11400,7 @@
11148
11400
  {
11149
11401
  "disabled": false,
11150
11402
  "document": "Vpc对象。",
11151
- "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}",
11403
+ "example": "",
11152
11404
  "member": "Vpc",
11153
11405
  "name": "Vpc",
11154
11406
  "output_required": true,
@@ -11440,7 +11692,7 @@
11440
11692
  {
11441
11693
  "disabled": false,
11442
11694
  "document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
11443
- "example": "{'Period':1, 'RenewFlag': 'NOTIFY_AND_AUTO_RENEW'}",
11695
+ "example": "",
11444
11696
  "member": "InstanceChargePrepaid",
11445
11697
  "name": "InstanceChargePrepaid",
11446
11698
  "required": false,
@@ -11467,7 +11719,7 @@
11467
11719
  {
11468
11720
  "disabled": false,
11469
11721
  "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
11470
- "example": "[{\"Key\": \"name\", \"Value\": \"123\"}]",
11722
+ "example": "",
11471
11723
  "member": "Tag",
11472
11724
  "name": "Tags",
11473
11725
  "required": false,
@@ -12991,6 +13243,15 @@
12991
13243
  "name": "NatGatewayId",
12992
13244
  "required": true,
12993
13245
  "type": "string"
13246
+ },
13247
+ {
13248
+ "disabled": false,
13249
+ "document": "忽略操作风险",
13250
+ "example": "false",
13251
+ "member": "bool",
13252
+ "name": "IgnoreOperationRisk",
13253
+ "required": false,
13254
+ "type": "bool"
12994
13255
  }
12995
13256
  ],
12996
13257
  "type": "object"
@@ -13022,7 +13283,7 @@
13022
13283
  {
13023
13284
  "disabled": false,
13024
13285
  "document": "NAT网关的SNAT ID列表,形如:`snat-df43254`。",
13025
- "example": "[\"snat-3ixd0hr0\\n\"]",
13286
+ "example": "[\"snat-3ixd0hr0\"]",
13026
13287
  "member": "string",
13027
13288
  "name": "NatGatewaySnatIds",
13028
13289
  "required": true,
@@ -13243,6 +13504,15 @@
13243
13504
  "name": "NatGatewayId",
13244
13505
  "required": true,
13245
13506
  "type": "string"
13507
+ },
13508
+ {
13509
+ "disabled": false,
13510
+ "document": "忽略操作风险",
13511
+ "example": "false",
13512
+ "member": "bool",
13513
+ "name": "IgnoreOperationRisk",
13514
+ "required": false,
13515
+ "type": "bool"
13246
13516
  }
13247
13517
  ],
13248
13518
  "type": "object"
@@ -13273,8 +13543,8 @@
13273
13543
  },
13274
13544
  {
13275
13545
  "disabled": false,
13276
- "document": "转换规则目标,可选值\"LOCAL\"。",
13277
- "example": "\"LOCAL\"",
13546
+ "document": "转换规则目标,可选值LOCAL。",
13547
+ "example": "LOCAL",
13278
13548
  "member": "string",
13279
13549
  "name": "TranslationDirection",
13280
13550
  "required": true,
@@ -13282,8 +13552,8 @@
13282
13552
  },
13283
13553
  {
13284
13554
  "disabled": false,
13285
- "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
13286
- "example": "\"NETWORK_LAYER\"",
13555
+ "document": "转换规则类型,可选值NETWORK_LAYERTRANSPORT_LAYER。分别对应三层、四层。",
13556
+ "example": "NETWORK_LAYER",
13287
13557
  "member": "string",
13288
13558
  "name": "TranslationType",
13289
13559
  "required": true,
@@ -13291,8 +13561,8 @@
13291
13561
  },
13292
13562
  {
13293
13563
  "disabled": false,
13294
- "document": "转换`IP`,当转换规则类型为四层时为`IP`池",
13295
- "example": "\"10.0.13.20\"",
13564
+ "document": "映射后`IP`,当转换规则类型为四层时为`IP`池",
13565
+ "example": "10.0.13.20",
13296
13566
  "member": "string",
13297
13567
  "name": "TranslationIp",
13298
13568
  "required": true,
@@ -13309,8 +13579,8 @@
13309
13579
  },
13310
13580
  {
13311
13581
  "disabled": false,
13312
- "document": "源`IP`,当转换规则类型为三层时有效",
13313
- "example": "\"10.0.13.19\"",
13582
+ "document": "映射前`IP`,当转换规则类型为三层时有效",
13583
+ "example": "10.0.13.19",
13314
13584
  "member": "string",
13315
13585
  "name": "OriginalIp",
13316
13586
  "required": false,
@@ -13337,7 +13607,7 @@
13337
13607
  {
13338
13608
  "disabled": false,
13339
13609
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
13340
- "example": "\"intranat-0g3blj80\"",
13610
+ "example": "intranat-0g3blj80",
13341
13611
  "member": "string",
13342
13612
  "name": "NatGatewayId",
13343
13613
  "required": true,
@@ -13355,7 +13625,7 @@
13355
13625
  {
13356
13626
  "disabled": false,
13357
13627
  "document": "跨域参数,当VPC为跨域时填写为True。",
13358
- "example": "True",
13628
+ "example": "true",
13359
13629
  "member": "bool",
13360
13630
  "name": "CrossDomain",
13361
13631
  "required": false,
@@ -13370,10 +13640,10 @@
13370
13640
  {
13371
13641
  "disabled": false,
13372
13642
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
13373
- "example": "\"intranat-0g3blj80\"",
13643
+ "example": "intranat-0g3blj80",
13374
13644
  "member": "string",
13375
13645
  "name": "NatGatewayId",
13376
- "required": true,
13646
+ "output_required": true,
13377
13647
  "type": "string",
13378
13648
  "value_allowed_null": false
13379
13649
  },
@@ -13422,6 +13692,96 @@
13422
13692
  ],
13423
13693
  "type": "object"
13424
13694
  },
13695
+ "DeleteRoutePolicyAssociationsRequest": {
13696
+ "document": "DeleteRoutePolicyAssociations请求参数结构体",
13697
+ "members": [
13698
+ {
13699
+ "disabled": false,
13700
+ "document": "路由策略绑定对象列表,删除路由策略绑定时,仅需使用RoutePolicyAssociation的RouteTableId字段和RoutePolicyId字段(不需要填写Priority字段)。",
13701
+ "example": "无",
13702
+ "member": "RoutePolicyAssociation",
13703
+ "name": "RoutePolicyAssociationSet",
13704
+ "required": true,
13705
+ "type": "list"
13706
+ }
13707
+ ],
13708
+ "type": "object"
13709
+ },
13710
+ "DeleteRoutePolicyAssociationsResponse": {
13711
+ "document": "DeleteRoutePolicyAssociations返回参数结构体",
13712
+ "members": [
13713
+ {
13714
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13715
+ "member": "string",
13716
+ "name": "RequestId",
13717
+ "type": "string"
13718
+ }
13719
+ ],
13720
+ "type": "object"
13721
+ },
13722
+ "DeleteRoutePolicyEntriesRequest": {
13723
+ "document": "DeleteRoutePolicyEntries请求参数结构体",
13724
+ "members": [
13725
+ {
13726
+ "disabled": false,
13727
+ "document": "路由接收策略实例ID。",
13728
+ "example": "rrp-q7ywkx3w",
13729
+ "member": "string",
13730
+ "name": "RoutePolicyId",
13731
+ "required": true,
13732
+ "type": "string"
13733
+ },
13734
+ {
13735
+ "disabled": false,
13736
+ "document": "路由接收策略条目列表,删除路由策略规则时,仅需使用RoutePolicyEntry的RoutePolicyEntryIdId字段。",
13737
+ "example": "无",
13738
+ "member": "RoutePolicyEntry",
13739
+ "name": "RoutePolicyEntrySet",
13740
+ "required": false,
13741
+ "type": "list"
13742
+ }
13743
+ ],
13744
+ "type": "object"
13745
+ },
13746
+ "DeleteRoutePolicyEntriesResponse": {
13747
+ "document": "DeleteRoutePolicyEntries返回参数结构体",
13748
+ "members": [
13749
+ {
13750
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13751
+ "member": "string",
13752
+ "name": "RequestId",
13753
+ "type": "string"
13754
+ }
13755
+ ],
13756
+ "type": "object"
13757
+ },
13758
+ "DeleteRoutePolicyRequest": {
13759
+ "document": "DeleteRoutePolicy请求参数结构体",
13760
+ "members": [
13761
+ {
13762
+ "disabled": false,
13763
+ "document": "路由接收策略唯一ID。",
13764
+ "example": "rrp-pguby7ma",
13765
+ "member": "string",
13766
+ "name": "RoutePolicyId",
13767
+ "required": true,
13768
+ "type": "string"
13769
+ }
13770
+ ],
13771
+ "type": "object"
13772
+ },
13773
+ "DeleteRoutePolicyResponse": {
13774
+ "document": "DeleteRoutePolicy返回参数结构体",
13775
+ "members": [
13776
+ {
13777
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13778
+ "member": "string",
13779
+ "name": "RequestId",
13780
+ "type": "string"
13781
+ }
13782
+ ],
13783
+ "type": "object"
13784
+ },
13425
13785
  "DeleteRouteTableRequest": {
13426
13786
  "document": "DeleteRouteTable请求参数结构体",
13427
13787
  "members": [
@@ -14505,7 +14865,7 @@
14505
14865
  {
14506
14866
  "disabled": false,
14507
14867
  "document": "标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。参数不支持同时指定`AddressIds`和`Filters.address-id`。",
14508
- "example": "eip-11112222",
14868
+ "example": "[\"eip-11112222\"]",
14509
14869
  "member": "string",
14510
14870
  "name": "AddressIds",
14511
14871
  "required": false,
@@ -14513,8 +14873,8 @@
14513
14873
  },
14514
14874
  {
14515
14875
  "disabled": false,
14516
- "document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:\n<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-id。</li>\n<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-name。</li>\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP 地址过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-ip。</li>\n<li> address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI。</li>\n<li> instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的实例 ID 过滤。实例 ID 形如:ins-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取instance-id。</li>\n<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取private-ip-address。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取network-interface-id。</li>\n<li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>\n<li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP':普通公网 IP, 'EIP':弹性公网 IP,'AnycastEIP':加速 IP,'HighQualityEIP':精品弹性公网 IP, 'AntiDDoSEIP':高防 IP。默认值是'EIP'。</li>\n<li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信</li>\n<li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>\n<li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。</li>",
14517
- "example": "\"Values\": [ \"eip-11112222\" ],<br> \"Name\": \"address-id\"",
14876
+ "document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:\n<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-id。</li>\n<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-name。注意:当指定 address-name 参数时,仅支持按第一个传入的 address-name 参数执行查询操作。</li>\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP 地址过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-ip。</li>\n<li> address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI。</li>\n<li> instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的实例 ID 过滤。实例 ID 形如:ins-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取instance-id。</li>\n<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取private-ip-address。注意:当指定 private-ip-address 参数时,仅支持按第一个传入的 private-ip-address 参数执行查询操作。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取network-interface-id。</li>\n<li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>\n<li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP':普通公网 IP, 'EIP':弹性公网 IP,'AnycastEIP':加速 IP,'HighQualityEIP':精品弹性公网 IP, 'AntiDDoSEIP':高防 IP。默认值是'EIP'。</li>\n<li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信</li>\n<li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>\n<li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。</li>",
14877
+ "example": "",
14518
14878
  "member": "Filter",
14519
14879
  "name": "Filters",
14520
14880
  "required": false,
@@ -17701,13 +18061,40 @@
17701
18061
  ],
17702
18062
  "type": "object"
17703
18063
  },
18064
+ "DescribeNatGatewayZonesRequest": {
18065
+ "document": "DescribeNatGatewayZones请求参数结构体",
18066
+ "members": [],
18067
+ "type": "object"
18068
+ },
18069
+ "DescribeNatGatewayZonesResponse": {
18070
+ "document": "DescribeNatGatewayZones返回参数结构体",
18071
+ "members": [
18072
+ {
18073
+ "disabled": false,
18074
+ "document": "可售卖可用区信息列表",
18075
+ "example": "无",
18076
+ "member": "NatZoneInfo",
18077
+ "name": "ZoneSet",
18078
+ "required": true,
18079
+ "type": "list",
18080
+ "value_allowed_null": false
18081
+ },
18082
+ {
18083
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
18084
+ "member": "string",
18085
+ "name": "RequestId",
18086
+ "type": "string"
18087
+ }
18088
+ ],
18089
+ "type": "object"
18090
+ },
17704
18091
  "DescribeNatGatewaysRequest": {
17705
18092
  "document": "DescribeNatGateways请求参数结构体",
17706
18093
  "members": [
17707
18094
  {
17708
18095
  "disabled": false,
17709
18096
  "document": "NAT网关统一 ID,形如:`nat-123xx454`。每次请求的实例上限为100。参数不支持同时指定NatGatewayIds和Filters。",
17710
- "example": "[\"nat-3isn9hr0\\r\\n\",\"nat-mxkohguo\\r\\n\"]",
18097
+ "example": "[\"nat-3isn9hr0\",\"nat-mxkohguo\"]",
17711
18098
  "member": "string",
17712
18099
  "name": "NatGatewayIds",
17713
18100
  "required": false,
@@ -17715,8 +18102,8 @@
17715
18102
  },
17716
18103
  {
17717
18104
  "disabled": false,
17718
- "document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
17719
- "example": "{\"Name\": \"nat-gateway-id\", \"Values\":[\"nat-94cdyvfr\", \"nat-6eeis68f\", \"nat-dimeg9zd\"]}",
18105
+ "document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-state - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
18106
+ "example": "",
17720
18107
  "member": "Filter",
17721
18108
  "name": "Filters",
17722
18109
  "required": false,
@@ -18301,7 +18688,7 @@
18301
18688
  },
18302
18689
  {
18303
18690
  "disabled": false,
18304
- "document": "过滤条件,Name可选值\"OriginalIp\", \"TranslationIp\", \"OriginalPort\",\"TranslationPort\", \"Protocol\", \"Description\"",
18691
+ "document": "过滤条件,Name可选值:OriginalIpTranslationIpOriginalPortTranslationPortProtocolDescription,分别表示映射前IP、映射后IP、映射前端口、映射后端口、协议类型、描述",
18305
18692
  "example": "无",
18306
18693
  "member": "Filter",
18307
18694
  "name": "Filters",
@@ -18338,7 +18725,7 @@
18338
18725
  "example": "2",
18339
18726
  "member": "uint64",
18340
18727
  "name": "TotalCount",
18341
- "required": true,
18728
+ "output_required": true,
18342
18729
  "type": "int",
18343
18730
  "value_allowed_null": false
18344
18731
  },
@@ -18348,7 +18735,7 @@
18348
18735
  "example": "无",
18349
18736
  "member": "PrivateNatDestinationIpPortTranslationNatRule",
18350
18737
  "name": "LocalDestinationIpPortTranslationNatRuleSet",
18351
- "required": true,
18738
+ "output_required": true,
18352
18739
  "type": "list",
18353
18740
  "value_allowed_null": false
18354
18741
  },
@@ -18469,7 +18856,7 @@
18469
18856
  {
18470
18857
  "disabled": false,
18471
18858
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
18472
- "example": "\"intranat-0g3blj80\"",
18859
+ "example": "intranat-0g3blj80",
18473
18860
  "member": "string",
18474
18861
  "name": "NatGatewayId",
18475
18862
  "required": true,
@@ -18477,8 +18864,8 @@
18477
18864
  },
18478
18865
  {
18479
18866
  "disabled": false,
18480
- "document": "转换规则目标,可选值\"LOCAL\"。",
18481
- "example": "\"LOCAL\"",
18867
+ "document": "转换规则目标,可选值LOCAL。",
18868
+ "example": "LOCAL",
18482
18869
  "member": "string",
18483
18870
  "name": "TranslationDirection",
18484
18871
  "required": true,
@@ -18486,8 +18873,8 @@
18486
18873
  },
18487
18874
  {
18488
18875
  "disabled": false,
18489
- "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
18490
- "example": "\"NETWORK_LAYER\"",
18876
+ "document": "转换规则类型,可选值NETWORK_LAYERTRANSPORT_LAYER。分别对应三层、四层。",
18877
+ "example": "NETWORK_LAYER",
18491
18878
  "member": "string",
18492
18879
  "name": "TranslationType",
18493
18880
  "required": true,
@@ -18495,8 +18882,8 @@
18495
18882
  },
18496
18883
  {
18497
18884
  "disabled": false,
18498
- "document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
18499
- "example": "\"10.0.13.20\"",
18885
+ "document": "映射后`IP`,当转换规则类型为四层时为`IP`池。",
18886
+ "example": "10.0.13.20",
18500
18887
  "member": "string",
18501
18888
  "name": "TranslationIp",
18502
18889
  "required": true,
@@ -18504,8 +18891,8 @@
18504
18891
  },
18505
18892
  {
18506
18893
  "disabled": false,
18507
- "document": "源`IP`,当转换规则类型为三层时有效。",
18508
- "example": "\"10.0.13.19\"",
18894
+ "document": "映射前`IP`,当转换规则类型为三层时有效。",
18895
+ "example": "10.0.13.19",
18509
18896
  "member": "string",
18510
18897
  "name": "OriginalIp",
18511
18898
  "required": false,
@@ -18532,7 +18919,7 @@
18532
18919
  {
18533
18920
  "disabled": false,
18534
18921
  "document": "ACL规则描述",
18535
- "example": "\"ACL规则描述\"",
18922
+ "example": "ACL规则描述",
18536
18923
  "member": "string",
18537
18924
  "name": "Description",
18538
18925
  "required": false,
@@ -18582,7 +18969,7 @@
18582
18969
  "example": "[\"intranat-0g3blj80\"]",
18583
18970
  "member": "string",
18584
18971
  "name": "NatGatewayId",
18585
- "required": false,
18972
+ "required": true,
18586
18973
  "type": "string"
18587
18974
  },
18588
18975
  {
@@ -18624,7 +19011,7 @@
18624
19011
  "example": "1",
18625
19012
  "member": "uint64",
18626
19013
  "name": "TotalCount",
18627
- "required": true,
19014
+ "output_required": true,
18628
19015
  "type": "int",
18629
19016
  "value_allowed_null": false
18630
19017
  },
@@ -18634,7 +19021,7 @@
18634
19021
  "example": "无",
18635
19022
  "member": "TranslationNatRule",
18636
19023
  "name": "TranslationNatRuleSet",
18637
- "required": true,
19024
+ "output_required": true,
18638
19025
  "type": "list",
18639
19026
  "value_allowed_null": false
18640
19027
  },
@@ -18652,7 +19039,7 @@
18652
19039
  "members": [
18653
19040
  {
18654
19041
  "disabled": false,
18655
- "document": "私网网关唯一`ID`,形如:`intranat-0g3blj80`。",
19042
+ "document": "私网网关唯一`ID`,形如:`intranat-0g3blj80`。\n注意:NatGatewayIds和Filters参数互斥,不能同时传入。",
18656
19043
  "example": "[\"intranat-0g3blj80\"]",
18657
19044
  "member": "string",
18658
19045
  "name": "NatGatewayIds",
@@ -18688,8 +19075,8 @@
18688
19075
  },
18689
19076
  {
18690
19077
  "disabled": false,
18691
- "document": "排序字段。可选值:\"NatGatewayId\"、\"NatGatewayName\"、\"CreatedTime\"",
18692
- "example": "\"NatGatewayId\"",
19078
+ "document": "排序字段。可选值:NatGatewayIdNatGatewayNameCreatedTime",
19079
+ "example": "NatGatewayId",
18693
19080
  "member": "string",
18694
19081
  "name": "OrderField",
18695
19082
  "required": false,
@@ -18697,8 +19084,8 @@
18697
19084
  },
18698
19085
  {
18699
19086
  "disabled": false,
18700
- "document": "排序方式。可选值:\"ASC\"、\"DESC\"。",
18701
- "example": "\"ASC\"",
19087
+ "document": "排序方式。可选值:ASCDESC。分别表示升序、降序。",
19088
+ "example": "ASC",
18702
19089
  "member": "string",
18703
19090
  "name": "OrderDirection",
18704
19091
  "required": false,
@@ -18968,6 +19355,98 @@
18968
19355
  ],
18969
19356
  "type": "object"
18970
19357
  },
19358
+ "DescribeRoutePolicyEntriesRequest": {
19359
+ "document": "DescribeRoutePolicyEntries请求参数结构体",
19360
+ "members": [
19361
+ {
19362
+ "disabled": false,
19363
+ "document": "过滤条件,参数不支持同时指定RoutePolicyEntryIds和Filters。\n<li>route-policy-id - String - (过滤条件)路由接收策略实例ID,形如:rrp-f49l6u0z。</li>\n<li>cidr-block - String - (过滤条件)CIDR(只取掩码前的子网部分),形如:10.0.0.0/8。</li>\n<li>priority - Integer - (过滤条件)优先级,形如:20。</li>\n<li>gateway-type - String - (过滤条件)下一跳类型,形如:CVM。</li>\n<li>gateway-id - String - (过滤条件)下一跳实例唯一ID,形如:ccn-f49l6u0z。</li>\n<li>route-type - String - (过滤条件)路由类型,取值:USER(用户路由),NETD(网络探测下发的路由),CCN(云联网路由)。</li>\n<li>action - String - (过滤条件)动作,取值:DROP(丢弃),DISABLE(接收且禁用),ACCEPT(接收且启用)。</li>\n<li>description - String - (过滤条件)描述,形如:TEST。</li>\n<li>route-policy-item-id - String - (过滤条件)路由接收策略条目唯一ID,形如:rrpi-dq782kw7。</li>",
19364
+ "example": "无",
19365
+ "member": "Filter",
19366
+ "name": "Filters",
19367
+ "required": false,
19368
+ "type": "list"
19369
+ },
19370
+ {
19371
+ "disabled": false,
19372
+ "document": "偏移量。",
19373
+ "example": "0",
19374
+ "member": "uint64",
19375
+ "name": "Offset",
19376
+ "required": false,
19377
+ "type": "int"
19378
+ },
19379
+ {
19380
+ "disabled": false,
19381
+ "document": "请求对象个数。",
19382
+ "example": "10",
19383
+ "member": "uint64",
19384
+ "name": "Limit",
19385
+ "required": false,
19386
+ "type": "int"
19387
+ },
19388
+ {
19389
+ "disabled": false,
19390
+ "document": "排序字段。当前只支持优先级Prioriry字段。",
19391
+ "example": "Priority",
19392
+ "member": "string",
19393
+ "name": "OrderField",
19394
+ "required": false,
19395
+ "type": "string"
19396
+ },
19397
+ {
19398
+ "disabled": false,
19399
+ "document": "排序方向。\nASC:升序。\nDESC:降序。",
19400
+ "example": "ASC",
19401
+ "member": "string",
19402
+ "name": "OrderDirection",
19403
+ "required": false,
19404
+ "type": "string"
19405
+ },
19406
+ {
19407
+ "disabled": false,
19408
+ "document": "路由策略条目ID。",
19409
+ "example": "无",
19410
+ "member": "string",
19411
+ "name": "RoutePolicyEntryIds",
19412
+ "required": false,
19413
+ "type": "list"
19414
+ }
19415
+ ],
19416
+ "type": "object"
19417
+ },
19418
+ "DescribeRoutePolicyEntriesResponse": {
19419
+ "document": "DescribeRoutePolicyEntries返回参数结构体",
19420
+ "members": [
19421
+ {
19422
+ "disabled": false,
19423
+ "document": "路由接收策略条目列表。",
19424
+ "example": "无",
19425
+ "member": "RoutePolicyEntry",
19426
+ "name": "RoutePolicyEntrySet",
19427
+ "output_required": true,
19428
+ "type": "list",
19429
+ "value_allowed_null": false
19430
+ },
19431
+ {
19432
+ "disabled": false,
19433
+ "document": "符合条件的实例数量。",
19434
+ "example": "1",
19435
+ "member": "uint64",
19436
+ "name": "TotalCount",
19437
+ "output_required": true,
19438
+ "type": "int",
19439
+ "value_allowed_null": false
19440
+ },
19441
+ {
19442
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
19443
+ "member": "string",
19444
+ "name": "RequestId",
19445
+ "type": "string"
19446
+ }
19447
+ ],
19448
+ "type": "object"
19449
+ },
18971
19450
  "DescribeRouteTableAssociatedInstancesRequest": {
18972
19451
  "document": "DescribeRouteTableAssociatedInstances请求参数结构体",
18973
19452
  "members": [
@@ -19279,6 +19758,52 @@
19279
19758
  ],
19280
19759
  "type": "object"
19281
19760
  },
19761
+ "DescribeSecurityGroupExpandedPoliciesRequest": {
19762
+ "document": "DescribeSecurityGroupExpandedPolicies请求参数结构体",
19763
+ "members": [
19764
+ {
19765
+ "disabled": false,
19766
+ "document": "安全组实例ID,例如:sg-33ocnj9n,可通过<a href=\"https://cloud.tencent.com/document/product/215/15808\">DescribeSecurityGroups</a>获取。",
19767
+ "example": "sg-brf5xqjr",
19768
+ "member": "string",
19769
+ "name": "SecurityGroupId",
19770
+ "required": true,
19771
+ "type": "string"
19772
+ },
19773
+ {
19774
+ "disabled": false,
19775
+ "document": "过滤条件。\n<li>security-group-id - String - 规则中的安全组ID。</li>\n<li>ip - String - IP,支持IPV4和IPV6模糊匹配。</li>\n<li>address-module - String - IP地址模板或IP地址组模板ID。</li>\n<li>service-module - String - 协议端口模板或协议端口组模板ID。</li>\n<li>protocol-type - String - 安全组策略支持的协议,可选值:`TCP`, `UDP`, `ICMP`, `ICMPV6`, `GRE`, `ALL`。</li>\n<li>port - String - 是否必填:否 -协议端口,支持模糊匹配,值为`ALL`时,查询所有的端口。</li>\n<li>poly - String - 协议策略,可选值:`ALL`,所有策略;`ACCEPT`,允许;`DROP`,拒绝。</li>\n<li>direction - String - 协议规则,可选值:`ALL`,所有策略;`INBOUND`,入站规则;`OUTBOUND`,出站规则。</li>\n<li>description - String - 协议描述,该过滤条件支持模糊匹配。</li>",
19776
+ "example": "无",
19777
+ "member": "Filter",
19778
+ "name": "Filters",
19779
+ "required": false,
19780
+ "type": "list"
19781
+ }
19782
+ ],
19783
+ "type": "object"
19784
+ },
19785
+ "DescribeSecurityGroupExpandedPoliciesResponse": {
19786
+ "document": "DescribeSecurityGroupExpandedPolicies返回参数结构体",
19787
+ "members": [
19788
+ {
19789
+ "disabled": false,
19790
+ "document": "安全组规则集合。",
19791
+ "example": "无",
19792
+ "member": "SecurityGroupPolicySet",
19793
+ "name": "SecurityGroupPolicySet",
19794
+ "output_required": true,
19795
+ "type": "object",
19796
+ "value_allowed_null": false
19797
+ },
19798
+ {
19799
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
19800
+ "member": "string",
19801
+ "name": "RequestId",
19802
+ "type": "string"
19803
+ }
19804
+ ],
19805
+ "type": "object"
19806
+ },
19282
19807
  "DescribeSecurityGroupLimitsRequest": {
19283
19808
  "document": "DescribeSecurityGroupLimits请求参数结构体",
19284
19809
  "members": [],
@@ -20686,7 +21211,7 @@
20686
21211
  {
20687
21212
  "disabled": false,
20688
21213
  "document": "流量调度规则。",
20689
- "example": "[{'CcnId': 'ccn-0puqax1n', 'QosId': 1, 'QosPolicyDescription': '1', 'QosPolicyName': '1', 'Bandwidth': 1}]",
21214
+ "example": "",
20690
21215
  "member": "TrafficQosPolicySet",
20691
21216
  "name": "TrafficQosPolicySet",
20692
21217
  "output_required": false,
@@ -20800,7 +21325,7 @@
20800
21325
  {
20801
21326
  "disabled": false,
20802
21327
  "document": "过滤条件。当前支持如下过滤条件:\n<li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。\n</li>\n<li>end-point-name - String - (过滤条件)终端节点实例名称。</li>\n<li> end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) \n接口获取。</li>\n<li> vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。\n</li>",
20803
- "example": "[{\"Name\": \"vpc-id\", \"Values\": [\"vpc-ahnu4rv5\"]}]",
21328
+ "example": "",
20804
21329
  "member": "Filter",
20805
21330
  "name": "Filters",
20806
21331
  "required": false,
@@ -20835,12 +21360,30 @@
20835
21360
  },
20836
21361
  {
20837
21362
  "disabled": false,
20838
- "document": "协议类型,支持 Ipv4,Ipv6,默认 Ipv4",
21363
+ "document": "协议类型,支持 Ipv4,Ipv6, DualStack,默认 Ipv4。使用DualStack查询双栈的时候,必须要使用MaxResult配合NextToken查询。第1次查询的时候只需要携带MaxResult,如果返回NextToken非空,表示有更多可用数据。第2次查询的时候就需要携带NextToken进行分页查询。",
20839
21364
  "example": "Ipv4",
20840
21365
  "member": "string",
20841
21366
  "name": "IpAddressType",
20842
21367
  "required": false,
20843
21368
  "type": "string"
21369
+ },
21370
+ {
21371
+ "disabled": false,
21372
+ "document": "每次调用返回的最大结果数。如果查询返回的时候有NextToken返回,您可以使用NextToken值获取更多页结果, 当NextToke返回空或者返回的结果数量小于MaxResults时,表示没有更多数据了。允许的最大页面大小为 100。",
21373
+ "example": "20",
21374
+ "member": "uint64",
21375
+ "name": "MaxResults",
21376
+ "required": false,
21377
+ "type": "int"
21378
+ },
21379
+ {
21380
+ "disabled": false,
21381
+ "document": "如果NextToken返回非空字符串 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。",
21382
+ "example": "\"无\"",
21383
+ "member": "string",
21384
+ "name": "NextToken",
21385
+ "required": false,
21386
+ "type": "string"
20844
21387
  }
20845
21388
  ],
20846
21389
  "type": "object"
@@ -20868,6 +21411,16 @@
20868
21411
  "type": "int",
20869
21412
  "value_allowed_null": false
20870
21413
  },
21414
+ {
21415
+ "disabled": false,
21416
+ "document": "如果NextToken返回非空字符串 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。",
21417
+ "example": "\"无\"",
21418
+ "member": "string",
21419
+ "name": "NextToken",
21420
+ "output_required": false,
21421
+ "type": "string",
21422
+ "value_allowed_null": false
21423
+ },
20871
21424
  {
20872
21425
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
20873
21426
  "member": "string",
@@ -20883,7 +21436,7 @@
20883
21436
  {
20884
21437
  "disabled": false,
20885
21438
  "document": "过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。\n<li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。\n</li>\n<li>service-name - String - (过滤条件)终端节点实例名称。</li>\n<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;\nMYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;\nCRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;\nGWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。\n</li>\n<li>service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。</li>",
20886
- "example": "[{\"Name\": \"service-type\", \"Values\": [\"CDB\"]}]",
21439
+ "example": "",
20887
21440
  "member": "Filter",
20888
21441
  "name": "Filters",
20889
21442
  "required": false,
@@ -20927,12 +21480,30 @@
20927
21480
  },
20928
21481
  {
20929
21482
  "disabled": false,
20930
- "document": "协议类型,支持 Ipv4,Ipv6,默认 Ipv4",
21483
+ "document": "协议类型,支持 Ipv4,Ipv6, DualStack,默认 Ipv4。使用DualStack查询双栈的时候,必须要使用MaxResult配合NextToken查询。第1次查询的时候只需要携带MaxResult,如果返回NextToken非空,表示有更多可用数据。第2次查询的时候就需要携带NextToken进行分页查询。",
20931
21484
  "example": "Ipv4",
20932
21485
  "member": "string",
20933
21486
  "name": "IpAddressType",
20934
21487
  "required": false,
20935
21488
  "type": "string"
21489
+ },
21490
+ {
21491
+ "disabled": false,
21492
+ "document": "每次调用返回的最大结果数。如果查询返回的时候有NextToken返回,您可以使用NextToken值获取更多页结果, 当NextToke返回空或者返回的结果数量小于MaxResults时,表示没有更多数据了。允许的最大页面大小为 100。",
21493
+ "example": "20",
21494
+ "member": "uint64",
21495
+ "name": "MaxResults",
21496
+ "required": false,
21497
+ "type": "int"
21498
+ },
21499
+ {
21500
+ "disabled": false,
21501
+ "document": "如果NextToken返回 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。",
21502
+ "example": "\"无\"",
21503
+ "member": "string",
21504
+ "name": "NextToken",
21505
+ "required": false,
21506
+ "type": "string"
20936
21507
  }
20937
21508
  ],
20938
21509
  "type": "object"
@@ -20960,6 +21531,16 @@
20960
21531
  "type": "int",
20961
21532
  "value_allowed_null": false
20962
21533
  },
21534
+ {
21535
+ "disabled": false,
21536
+ "document": "如果NextToken返回非空字符串 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。",
21537
+ "example": "\"无\"",
21538
+ "member": "string",
21539
+ "name": "NextToken",
21540
+ "output_required": false,
21541
+ "type": "string",
21542
+ "value_allowed_null": false
21543
+ },
20963
21544
  {
20964
21545
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
20965
21546
  "member": "string",
@@ -22071,7 +22652,7 @@
22071
22652
  },
22072
22653
  {
22073
22654
  "disabled": false,
22074
- "document": "源端口",
22655
+ "document": "映射前端口",
22075
22656
  "example": "80",
22076
22657
  "member": "int64",
22077
22658
  "name": "OriginalPort",
@@ -22082,7 +22663,7 @@
22082
22663
  },
22083
22664
  {
22084
22665
  "disabled": false,
22085
- "document": "IP",
22666
+ "document": "映射前IP",
22086
22667
  "example": "\"10.0.13.19\"",
22087
22668
  "member": "string",
22088
22669
  "name": "OriginalIp",
@@ -22093,7 +22674,7 @@
22093
22674
  },
22094
22675
  {
22095
22676
  "disabled": false,
22096
- "document": "目的端口",
22677
+ "document": "映射后端口",
22097
22678
  "example": "8081",
22098
22679
  "member": "int64",
22099
22680
  "name": "TranslationPort",
@@ -22104,7 +22685,7 @@
22104
22685
  },
22105
22686
  {
22106
22687
  "disabled": false,
22107
- "document": "目的IP",
22688
+ "document": "映射后IP",
22108
22689
  "example": "\"10.0.13.1\"",
22109
22690
  "member": "string",
22110
22691
  "name": "TranslationIp",
@@ -22126,7 +22707,7 @@
22126
22707
  },
22127
22708
  {
22128
22709
  "disabled": false,
22129
- "document": "旧源端口",
22710
+ "document": "旧映射前端口",
22130
22711
  "example": "80",
22131
22712
  "member": "int64",
22132
22713
  "name": "OldOriginalPort",
@@ -22137,7 +22718,7 @@
22137
22718
  },
22138
22719
  {
22139
22720
  "disabled": false,
22140
- "document": "旧源IP",
22721
+ "document": "旧映射前IP",
22141
22722
  "example": "\"10.0.13.19\"",
22142
22723
  "member": "string",
22143
22724
  "name": "OldOriginalIp",
@@ -22148,7 +22729,7 @@
22148
22729
  },
22149
22730
  {
22150
22731
  "disabled": false,
22151
- "document": "旧目的端口",
22732
+ "document": "旧映射后端口",
22152
22733
  "example": "8081",
22153
22734
  "member": "int64",
22154
22735
  "name": "OldTranslationPort",
@@ -22159,7 +22740,7 @@
22159
22740
  },
22160
22741
  {
22161
22742
  "disabled": false,
22162
- "document": "旧目的IP",
22743
+ "document": "旧映射后IP",
22163
22744
  "example": "\"10.0.13.1\"",
22164
22745
  "member": "string",
22165
22746
  "name": "OldTranslationIp",
@@ -23178,7 +23759,7 @@
23178
23759
  {
23179
23760
  "disabled": false,
23180
23761
  "document": "待解绑NAT网关的弹性IP数组。",
23181
- "example": "[\"139.199.232.212\\n\"]",
23762
+ "example": "[\"139.199.232.212\"]",
23182
23763
  "member": "string",
23183
23764
  "name": "PublicIpAddresses",
23184
23765
  "required": true,
@@ -24084,7 +24665,7 @@
24084
24665
  "members": [
24085
24666
  {
24086
24667
  "disabled": false,
24087
- "document": "私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。",
24668
+ "document": "私有网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。",
24088
24669
  "example": "vpc-pq9vxykj",
24089
24670
  "member": "string",
24090
24671
  "name": "VpcId",
@@ -24114,7 +24695,7 @@
24114
24695
  },
24115
24696
  {
24116
24697
  "disabled": false,
24117
- "document": "流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。",
24698
+ "document": "流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转换),DCG(专线网关)。",
24118
24699
  "example": "NETWORKINTERFACE",
24119
24700
  "member": "string",
24120
24701
  "name": "ResourceType",
@@ -24231,6 +24812,16 @@
24231
24812
  "output_required": true,
24232
24813
  "type": "string",
24233
24814
  "value_allowed_null": false
24815
+ },
24816
+ {
24817
+ "disabled": false,
24818
+ "document": "流日志采集周期,只支持CCN类型流日志。取值范围(单位s):60, 300, 600。",
24819
+ "example": "300",
24820
+ "member": "uint64",
24821
+ "name": "Period",
24822
+ "output_required": false,
24823
+ "type": "int",
24824
+ "value_allowed_null": false
24234
24825
  }
24235
24826
  ],
24236
24827
  "usage": "out"
@@ -25463,6 +26054,15 @@
25463
26054
  "name": "AddressType",
25464
26055
  "required": false,
25465
26056
  "type": "string"
26057
+ },
26058
+ {
26059
+ "disabled": false,
26060
+ "document": "原生EIP IP资源的计费方式。\n<ul style=\"margin:0\"><li>账号为标准账户类型的用户,可选值:<ul>\n<li>IP_POSTPAID_BY_HOUR:IP资源按小时后付费</li>\n<li>IP_PREPAID_BY_MONTH:IP资源包月预付费</li>\n</ul></li>\n</ul>",
26061
+ "example": "IP_POSTPAID_BY_HOUR",
26062
+ "member": "string",
26063
+ "name": "IPChargeType",
26064
+ "required": false,
26065
+ "type": "string"
25466
26066
  }
25467
26067
  ],
25468
26068
  "type": "object"
@@ -25925,13 +26525,43 @@
25925
26525
  "members": [
25926
26526
  {
25927
26527
  "disabled": false,
25928
- "document": "公网IP询价详细参数。",
26528
+ "document": "公网IP网络费询价详细参数。",
25929
26529
  "example": "无",
25930
26530
  "member": "InternetPriceDetail",
25931
26531
  "name": "AddressPrice",
25932
26532
  "output_required": true,
25933
26533
  "type": "object",
25934
26534
  "value_allowed_null": false
26535
+ },
26536
+ {
26537
+ "disabled": false,
26538
+ "document": "公网IP资源费询价详细参数。仅原生IP价格查询返回。",
26539
+ "example": "无",
26540
+ "member": "InternetPriceDetail",
26541
+ "name": "IPPrice",
26542
+ "output_required": false,
26543
+ "type": "object",
26544
+ "value_allowed_null": false
26545
+ },
26546
+ {
26547
+ "disabled": false,
26548
+ "document": "总原价,单位:元,仅预付费价格查询返回。",
26549
+ "example": "80",
26550
+ "member": "float",
26551
+ "name": "OriginalPrice",
26552
+ "output_required": false,
26553
+ "type": "float",
26554
+ "value_allowed_null": false
26555
+ },
26556
+ {
26557
+ "disabled": false,
26558
+ "document": "折扣后的总价格,单位:元。仅预付费价格查询返回。",
26559
+ "example": "80",
26560
+ "member": "float",
26561
+ "name": "DiscountPrice",
26562
+ "output_required": false,
26563
+ "type": "float",
26564
+ "value_allowed_null": false
25935
26565
  }
25936
26566
  ],
25937
26567
  "usage": "out"
@@ -26609,7 +27239,7 @@
26609
27239
  "members": [
26610
27240
  {
26611
27241
  "disabled": false,
26612
- "document": "协议",
27242
+ "document": "协议,包含TCP和UDP",
26613
27243
  "example": "TCP",
26614
27244
  "member": "string",
26615
27245
  "name": "Protocol",
@@ -26620,7 +27250,7 @@
26620
27250
  },
26621
27251
  {
26622
27252
  "disabled": false,
26623
- "document": "源端口",
27253
+ "document": "映射前端口",
26624
27254
  "example": "80",
26625
27255
  "member": "int64",
26626
27256
  "name": "OriginalPort",
@@ -26631,7 +27261,7 @@
26631
27261
  },
26632
27262
  {
26633
27263
  "disabled": false,
26634
- "document": "IP",
27264
+ "document": "映射前IP",
26635
27265
  "example": "192.168.4.43",
26636
27266
  "member": "string",
26637
27267
  "name": "OriginalIp",
@@ -26642,7 +27272,7 @@
26642
27272
  },
26643
27273
  {
26644
27274
  "disabled": false,
26645
- "document": "目的端口",
27275
+ "document": "映射后端口",
26646
27276
  "example": "80",
26647
27277
  "member": "int64",
26648
27278
  "name": "TranslationPort",
@@ -26653,7 +27283,7 @@
26653
27283
  },
26654
27284
  {
26655
27285
  "disabled": false,
26656
- "document": "目的IP",
27286
+ "document": "映射后IP",
26657
27287
  "example": "10.254.4.43",
26658
27288
  "member": "string",
26659
27289
  "name": "TranslationIp",
@@ -28537,7 +29167,7 @@
28537
29167
  },
28538
29168
  {
28539
29169
  "disabled": false,
28540
- "document": "NAT网关的SNAT转换规则。",
29170
+ "document": "NAT网关的SNAT转换规则。仅支持根据指定的NatGatewaySnatId修改PublicIpAddresses或Description。",
28541
29171
  "example": "无",
28542
29172
  "member": "SourceIpTranslationNatRule",
28543
29173
  "name": "SourceIpTranslationNatRule",
@@ -28907,7 +29537,7 @@
28907
29537
  {
28908
29538
  "disabled": false,
28909
29539
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
28910
- "example": "\"intranat-0g3blj80\"",
29540
+ "example": "intranat-0g3blj80",
28911
29541
  "member": "string",
28912
29542
  "name": "NatGatewayId",
28913
29543
  "required": true,
@@ -28916,7 +29546,7 @@
28916
29546
  {
28917
29547
  "disabled": false,
28918
29548
  "document": "私网网关名称,可任意命名,但不得超过60个字符。",
28919
- "example": "\"newtest\"",
29549
+ "example": "newtest",
28920
29550
  "member": "string",
28921
29551
  "name": "NatGatewayName",
28922
29552
  "required": false,
@@ -29060,7 +29690,7 @@
29060
29690
  {
29061
29691
  "disabled": false,
29062
29692
  "document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
29063
- "example": "\"intranat-0g3blj80\"",
29693
+ "example": "intranat-0g3blj80",
29064
29694
  "member": "string",
29065
29695
  "name": "NatGatewayId",
29066
29696
  "required": true,
@@ -29078,7 +29708,7 @@
29078
29708
  {
29079
29709
  "disabled": false,
29080
29710
  "document": "跨域参数,当VPC为跨域时填写为True。",
29081
- "example": "True",
29711
+ "example": "true",
29082
29712
  "member": "bool",
29083
29713
  "name": "CrossDomain",
29084
29714
  "required": false,
@@ -29153,6 +29783,51 @@
29153
29783
  ],
29154
29784
  "type": "object"
29155
29785
  },
29786
+ "ModifyRoutePolicyAttributeRequest": {
29787
+ "document": "ModifyRoutePolicyAttribute请求参数结构体",
29788
+ "members": [
29789
+ {
29790
+ "disabled": false,
29791
+ "document": "路由接收策略实例ID,例如:rrp-dz0219jq。",
29792
+ "example": "rrp-dz0219jq",
29793
+ "member": "string",
29794
+ "name": "RoutePolicyId",
29795
+ "required": true,
29796
+ "type": "string"
29797
+ },
29798
+ {
29799
+ "disabled": false,
29800
+ "document": "路由接收策略名称。",
29801
+ "example": "name",
29802
+ "member": "string",
29803
+ "name": "RoutePolicyName",
29804
+ "required": true,
29805
+ "type": "string"
29806
+ },
29807
+ {
29808
+ "disabled": false,
29809
+ "document": "路由接收策略描述。",
29810
+ "example": "TEST",
29811
+ "member": "string",
29812
+ "name": "RoutePolicyDescription",
29813
+ "required": true,
29814
+ "type": "string"
29815
+ }
29816
+ ],
29817
+ "type": "object"
29818
+ },
29819
+ "ModifyRoutePolicyAttributeResponse": {
29820
+ "document": "ModifyRoutePolicyAttribute返回参数结构体",
29821
+ "members": [
29822
+ {
29823
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
29824
+ "member": "string",
29825
+ "name": "RequestId",
29826
+ "type": "string"
29827
+ }
29828
+ ],
29829
+ "type": "object"
29830
+ },
29156
29831
  "ModifyRouteTableAttributeRequest": {
29157
29832
  "document": "ModifyRouteTableAttribute请求参数结构体",
29158
29833
  "members": [
@@ -29657,6 +30332,15 @@
29657
30332
  "required": false,
29658
30333
  "type": "string"
29659
30334
  },
30335
+ {
30336
+ "disabled": false,
30337
+ "document": "vpc关联云联网时路由发布策略, true:开启cidr路由发布,false:开启subnet子网路由发布。创建vpc时默认为子网路由发布,当选择cidr路由发布时,请通过工单加入白名单",
30338
+ "example": "true",
30339
+ "member": "bool",
30340
+ "name": "EnableRouteVpcPublish",
30341
+ "required": false,
30342
+ "type": "bool"
30343
+ },
29660
30344
  {
29661
30345
  "disabled": false,
29662
30346
  "document": "发布cdc 子网到云联网的开关。true: 发布, false: 不发布。",
@@ -30892,6 +31576,32 @@
30892
31576
  "members": [],
30893
31577
  "usage": "out"
30894
31578
  },
31579
+ "NatZoneInfo": {
31580
+ "document": "NAT网关可用区集合",
31581
+ "members": [
31582
+ {
31583
+ "disabled": false,
31584
+ "document": "可用区名称",
31585
+ "example": "\"ap-guangzhou-2\"",
31586
+ "member": "string",
31587
+ "name": "Zone",
31588
+ "required": true,
31589
+ "type": "string",
31590
+ "value_allowed_null": false
31591
+ },
31592
+ {
31593
+ "disabled": false,
31594
+ "document": "可用区id",
31595
+ "example": "100002",
31596
+ "member": "uint64",
31597
+ "name": "ZoneId",
31598
+ "required": true,
31599
+ "type": "int",
31600
+ "value_allowed_null": false
31601
+ }
31602
+ ],
31603
+ "usage": "out"
31604
+ },
30895
31605
  "NetDetect": {
30896
31606
  "document": "网络探测对象。",
30897
31607
  "members": [
@@ -32253,7 +32963,7 @@
32253
32963
  },
32254
32964
  {
32255
32965
  "disabled": false,
32256
- "document": "原端口",
32966
+ "document": "映射前端口",
32257
32967
  "example": "80",
32258
32968
  "member": "int64",
32259
32969
  "name": "OriginalPort",
@@ -32264,7 +32974,7 @@
32264
32974
  },
32265
32975
  {
32266
32976
  "disabled": false,
32267
- "document": "IP",
32977
+ "document": "映射前IP",
32268
32978
  "example": "\"10.0.13.20\"",
32269
32979
  "member": "string",
32270
32980
  "name": "OriginalIp",
@@ -32275,7 +32985,7 @@
32275
32985
  },
32276
32986
  {
32277
32987
  "disabled": false,
32278
- "document": "映射端口",
32988
+ "document": "映射后端口",
32279
32989
  "example": "8081",
32280
32990
  "member": "int64",
32281
32991
  "name": "TranslationPort",
@@ -32286,7 +32996,7 @@
32286
32996
  },
32287
32997
  {
32288
32998
  "disabled": false,
32289
- "document": "映射IP",
32999
+ "document": "映射后IP",
32290
33000
  "example": "\"10.0.13.20\"",
32291
33001
  "member": "string",
32292
33002
  "name": "TranslationIp",
@@ -32416,7 +33126,7 @@
32416
33126
  },
32417
33127
  {
32418
33128
  "disabled": false,
32419
- "document": "私网网关类型",
33129
+ "document": "私网网关类型。可选类型:\"DCG\",\"VPC\",\"CCN\",分别对应专线网关、私有网络、云联网。",
32420
33130
  "example": "DCG",
32421
33131
  "member": "string",
32422
33132
  "name": "NatType",
@@ -32654,8 +33364,8 @@
32654
33364
  },
32655
33365
  {
32656
33366
  "disabled": false,
32657
- "document": "是否是预刷新;True:是, False:否",
32658
- "example": "True",
33367
+ "document": "是否是预刷新;true:是, false:否",
33368
+ "example": "true",
32659
33369
  "member": "bool",
32660
33370
  "name": "DryRun",
32661
33371
  "required": true,
@@ -33239,6 +33949,69 @@
33239
33949
  ],
33240
33950
  "type": "object"
33241
33951
  },
33952
+ "ReplaceRoutePolicyAssociationsRequest": {
33953
+ "document": "ReplaceRoutePolicyAssociations请求参数结构体",
33954
+ "members": [
33955
+ {
33956
+ "disabled": false,
33957
+ "document": "路由接收策略绑定对象列表。需要指定路由接收策略实例ID(RoutePolicyId)和路由表实例ID(RouteTableId)。",
33958
+ "example": "无",
33959
+ "member": "RoutePolicyAssociation",
33960
+ "name": "RoutePolicyAssociationSet",
33961
+ "required": true,
33962
+ "type": "list"
33963
+ }
33964
+ ],
33965
+ "type": "object"
33966
+ },
33967
+ "ReplaceRoutePolicyAssociationsResponse": {
33968
+ "document": "ReplaceRoutePolicyAssociations返回参数结构体",
33969
+ "members": [
33970
+ {
33971
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
33972
+ "member": "string",
33973
+ "name": "RequestId",
33974
+ "type": "string"
33975
+ }
33976
+ ],
33977
+ "type": "object"
33978
+ },
33979
+ "ReplaceRoutePolicyEntriesRequest": {
33980
+ "document": "ReplaceRoutePolicyEntries请求参数结构体",
33981
+ "members": [
33982
+ {
33983
+ "disabled": false,
33984
+ "document": "路由策略实例ID,例如:rrp-azd4dt1c。",
33985
+ "example": "rrp-azd4dt1c",
33986
+ "member": "string",
33987
+ "name": "RoutePolicyId",
33988
+ "required": true,
33989
+ "type": "string"
33990
+ },
33991
+ {
33992
+ "disabled": false,
33993
+ "document": "路由策略规则列表。需要指定路由策略规则ID(RoutePolicyEntryId)。",
33994
+ "example": "无",
33995
+ "member": "RoutePolicyEntry",
33996
+ "name": "RoutePolicyEntrySet",
33997
+ "required": true,
33998
+ "type": "list"
33999
+ }
34000
+ ],
34001
+ "type": "object"
34002
+ },
34003
+ "ReplaceRoutePolicyEntriesResponse": {
34004
+ "document": "ReplaceRoutePolicyEntries返回参数结构体",
34005
+ "members": [
34006
+ {
34007
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
34008
+ "member": "string",
34009
+ "name": "RequestId",
34010
+ "type": "string"
34011
+ }
34012
+ ],
34013
+ "type": "object"
34014
+ },
33242
34015
  "ReplaceRouteTableAssociationRequest": {
33243
34016
  "document": "ReplaceRouteTableAssociation请求参数结构体",
33244
34017
  "members": [
@@ -33663,6 +34436,96 @@
33663
34436
  ],
33664
34437
  "type": "object"
33665
34438
  },
34439
+ "ResetRoutePolicyAssociationsRequest": {
34440
+ "document": "ResetRoutePolicyAssociations请求参数结构体",
34441
+ "members": [
34442
+ {
34443
+ "disabled": false,
34444
+ "document": "路由表实例ID,例如:rtb-azd4dt1c。",
34445
+ "example": "rtb-n0yejvje",
34446
+ "member": "string",
34447
+ "name": "RouteTableId",
34448
+ "required": true,
34449
+ "type": "string"
34450
+ },
34451
+ {
34452
+ "disabled": false,
34453
+ "document": "路由策略绑定对象(RoutePolicyAssociation)列表。注意:路由策略绑定中的路由表实例ID(RouteTableId)需要和该接口的RouteTableId参数保持一致(也就是该接口只支持修改同一个路由表实例下的路有策略绑定关系及优先级)。",
34454
+ "example": "无",
34455
+ "member": "RoutePolicyAssociation",
34456
+ "name": "RoutePolicyAssociationSet",
34457
+ "required": true,
34458
+ "type": "list"
34459
+ }
34460
+ ],
34461
+ "type": "object"
34462
+ },
34463
+ "ResetRoutePolicyAssociationsResponse": {
34464
+ "document": "ResetRoutePolicyAssociations返回参数结构体",
34465
+ "members": [
34466
+ {
34467
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
34468
+ "member": "string",
34469
+ "name": "RequestId",
34470
+ "type": "string"
34471
+ }
34472
+ ],
34473
+ "type": "object"
34474
+ },
34475
+ "ResetRoutePolicyEntriesRequest": {
34476
+ "document": "ResetRoutePolicyEntries请求参数结构体",
34477
+ "members": [
34478
+ {
34479
+ "disabled": false,
34480
+ "document": "路由接收策略实例ID,例如:rrp-azd4dt1c。",
34481
+ "example": "rrp-azd4dt1c",
34482
+ "member": "string",
34483
+ "name": "RoutePolicyId",
34484
+ "required": true,
34485
+ "type": "string"
34486
+ },
34487
+ {
34488
+ "disabled": false,
34489
+ "document": "路由接收策略条目列表。需要指定路由策略条目ID(RoutePolicyEntryId)。",
34490
+ "example": "无",
34491
+ "member": "RoutePolicyEntry",
34492
+ "name": "RoutePolicyEntrySet",
34493
+ "required": false,
34494
+ "type": "list"
34495
+ },
34496
+ {
34497
+ "disabled": false,
34498
+ "document": "路由接收策略描述。",
34499
+ "example": "TEST",
34500
+ "member": "string",
34501
+ "name": "RoutePolicyDescription",
34502
+ "required": false,
34503
+ "type": "string"
34504
+ },
34505
+ {
34506
+ "disabled": false,
34507
+ "document": "路由接收策略名字。",
34508
+ "example": "TEST",
34509
+ "member": "string",
34510
+ "name": "RoutePolicyName",
34511
+ "required": false,
34512
+ "type": "string"
34513
+ }
34514
+ ],
34515
+ "type": "object"
34516
+ },
34517
+ "ResetRoutePolicyEntriesResponse": {
34518
+ "document": "ResetRoutePolicyEntries返回参数结构体",
34519
+ "members": [
34520
+ {
34521
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
34522
+ "member": "string",
34523
+ "name": "RequestId",
34524
+ "type": "string"
34525
+ }
34526
+ ],
34527
+ "type": "object"
34528
+ },
33666
34529
  "ResetRoutesRequest": {
33667
34530
  "document": "ResetRoutes请求参数结构体",
33668
34531
  "members": [
@@ -34735,6 +35598,244 @@
34735
35598
  ],
34736
35599
  "usage": "both"
34737
35600
  },
35601
+ "RoutePolicy": {
35602
+ "document": "路由接收策略。当云联网或其他业务添加路由到VPC自定义路由表时,可以丢弃或启用,禁用相应的路由条目。",
35603
+ "members": [
35604
+ {
35605
+ "disabled": false,
35606
+ "document": "路由策略唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
35607
+ "example": "rrp-pguby7ma",
35608
+ "member": "string",
35609
+ "name": "RoutePolicyId",
35610
+ "output_required": true,
35611
+ "required": false,
35612
+ "type": "string",
35613
+ "value_allowed_null": true
35614
+ },
35615
+ {
35616
+ "disabled": false,
35617
+ "document": "路由策略名。\n注意:此字段可能返回 null,表示取不到有效值。",
35618
+ "example": "demo",
35619
+ "member": "string",
35620
+ "name": "RoutePolicyName",
35621
+ "output_required": true,
35622
+ "required": false,
35623
+ "type": "string",
35624
+ "value_allowed_null": true
35625
+ },
35626
+ {
35627
+ "disabled": false,
35628
+ "document": "路由策略描述。\n注意:此字段可能返回 null,表示取不到有效值。",
35629
+ "example": "demo",
35630
+ "member": "string",
35631
+ "name": "RoutePolicyDescription",
35632
+ "output_required": true,
35633
+ "required": false,
35634
+ "type": "string",
35635
+ "value_allowed_null": true
35636
+ },
35637
+ {
35638
+ "disabled": false,
35639
+ "document": "路由策略规则列表。\n注意:此字段可能返回 null,表示取不到有效值。",
35640
+ "example": "[]",
35641
+ "member": "RoutePolicyEntry",
35642
+ "name": "RoutePolicyEntrySet",
35643
+ "output_required": true,
35644
+ "required": false,
35645
+ "type": "list",
35646
+ "value_allowed_null": true
35647
+ },
35648
+ {
35649
+ "disabled": false,
35650
+ "document": "路由策略绑定。\n注意:此字段可能返回 null,表示取不到有效值。",
35651
+ "example": "[{\"RouteTableId\": \"\trtb-qk8eyn9g\", \"RoutePolicyId\": \"rrp-r70ctaia\", \"Priority\": 100}]",
35652
+ "member": "RoutePolicyAssociation",
35653
+ "name": "RoutePolicyAssociationSet",
35654
+ "output_required": true,
35655
+ "required": false,
35656
+ "type": "list",
35657
+ "value_allowed_null": true
35658
+ },
35659
+ {
35660
+ "disabled": false,
35661
+ "document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
35662
+ "example": "2023-05-20 15:21:54",
35663
+ "member": "string",
35664
+ "name": "CreatedTime",
35665
+ "output_required": true,
35666
+ "required": false,
35667
+ "type": "string",
35668
+ "value_allowed_null": true
35669
+ },
35670
+ {
35671
+ "disabled": false,
35672
+ "document": "标签键值对。",
35673
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
35674
+ "member": "Tag",
35675
+ "name": "TagSet",
35676
+ "output_required": true,
35677
+ "required": false,
35678
+ "type": "list",
35679
+ "value_allowed_null": false
35680
+ }
35681
+ ],
35682
+ "usage": "both"
35683
+ },
35684
+ "RoutePolicyAssociation": {
35685
+ "document": "路由接收策略绑定。用来绑定路由表和路由接收策略以及绑定的优先级。",
35686
+ "members": [
35687
+ {
35688
+ "disabled": false,
35689
+ "document": "路由表唯一ID。",
35690
+ "example": "rtb-qk8eyn9g",
35691
+ "member": "string",
35692
+ "name": "RouteTableId",
35693
+ "output_required": true,
35694
+ "required": false,
35695
+ "type": "string",
35696
+ "value_allowed_null": false
35697
+ },
35698
+ {
35699
+ "disabled": false,
35700
+ "document": "路由接收策略唯一ID。",
35701
+ "example": "rrp-r70ctaia",
35702
+ "member": "string",
35703
+ "name": "RoutePolicyId",
35704
+ "output_required": true,
35705
+ "required": false,
35706
+ "type": "string",
35707
+ "value_allowed_null": false
35708
+ },
35709
+ {
35710
+ "disabled": false,
35711
+ "document": "优先级。",
35712
+ "example": "100",
35713
+ "member": "uint64",
35714
+ "name": "Priority",
35715
+ "output_required": true,
35716
+ "required": false,
35717
+ "type": "int",
35718
+ "value_allowed_null": false
35719
+ }
35720
+ ],
35721
+ "usage": "both"
35722
+ },
35723
+ "RoutePolicyEntry": {
35724
+ "document": "路由接收策略条目。",
35725
+ "members": [
35726
+ {
35727
+ "disabled": false,
35728
+ "document": "路由策略条目IPv4唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
35729
+ "example": "rrpi-hd7hsfhh",
35730
+ "member": "string",
35731
+ "name": "RoutePolicyEntryId",
35732
+ "output_required": true,
35733
+ "required": false,
35734
+ "type": "string",
35735
+ "value_allowed_null": true
35736
+ },
35737
+ {
35738
+ "disabled": false,
35739
+ "document": "目标网段。\n注意:此字段可能返回 null,表示取不到有效值。",
35740
+ "example": "13.0.0.0/16",
35741
+ "member": "string",
35742
+ "name": "CidrBlock",
35743
+ "output_required": true,
35744
+ "required": false,
35745
+ "type": "string",
35746
+ "value_allowed_null": true
35747
+ },
35748
+ {
35749
+ "disabled": false,
35750
+ "document": "路由策略规则描述。\n注意:此字段可能返回 null,表示取不到有效值。",
35751
+ "example": "demo",
35752
+ "member": "string",
35753
+ "name": "Description",
35754
+ "output_required": true,
35755
+ "required": false,
35756
+ "type": "string",
35757
+ "value_allowed_null": true
35758
+ },
35759
+ {
35760
+ "disabled": false,
35761
+ "document": "路由类型。\nUSER:用户自定义类型。\nNETD:网络探测下发的路由。\nCCN:云联网路由。\n注意:此字段可能返回 null,表示取不到有效值。",
35762
+ "example": "CCN",
35763
+ "member": "string",
35764
+ "name": "RouteType",
35765
+ "output_required": true,
35766
+ "required": false,
35767
+ "type": "string",
35768
+ "value_allowed_null": true
35769
+ },
35770
+ {
35771
+ "disabled": false,
35772
+ "document": "下一跳类型。目前我们支持的类型有:\nCVM:公网网关类型的云服务器;\nVPN:VPN网关;\nDIRECTCONNECT:专线网关;\nPEERCONNECTION:对等连接;\nHAVIP:高可用虚拟IP;\nNAT:NAT网关; \nEIP:云服务器的公网IP;\nLOCAL_GATEWAY:本地网关;\nPVGW:PVGW网关。\n注意:此字段可能返回 null,表示取不到有效值。",
35773
+ "example": "CVM",
35774
+ "member": "string",
35775
+ "name": "GatewayType",
35776
+ "output_required": true,
35777
+ "required": false,
35778
+ "type": "string",
35779
+ "value_allowed_null": true
35780
+ },
35781
+ {
35782
+ "disabled": false,
35783
+ "document": "网关唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
35784
+ "example": "172.16.16.37",
35785
+ "member": "string",
35786
+ "name": "GatewayId",
35787
+ "output_required": true,
35788
+ "required": false,
35789
+ "type": "string",
35790
+ "value_allowed_null": true
35791
+ },
35792
+ {
35793
+ "disabled": false,
35794
+ "document": "优先级。数值越小,优先级越高。\n注意:此字段可能返回 null,表示取不到有效值。",
35795
+ "example": "100",
35796
+ "member": "uint64",
35797
+ "name": "Priority",
35798
+ "output_required": true,
35799
+ "required": false,
35800
+ "type": "int",
35801
+ "value_allowed_null": true
35802
+ },
35803
+ {
35804
+ "disabled": false,
35805
+ "document": "动作。\nDROP:丢弃。\nDISABLE:接收且禁用。\nACCEPT:接收且启用。\n注意:此字段可能返回 null,表示取不到有效值。",
35806
+ "example": "ACCEPT",
35807
+ "member": "string",
35808
+ "name": "Action",
35809
+ "output_required": true,
35810
+ "required": false,
35811
+ "type": "string",
35812
+ "value_allowed_null": true
35813
+ },
35814
+ {
35815
+ "disabled": false,
35816
+ "document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
35817
+ "example": "2023-05-20 15:06:34",
35818
+ "member": "string",
35819
+ "name": "CreatedTime",
35820
+ "output_required": true,
35821
+ "required": false,
35822
+ "type": "string",
35823
+ "value_allowed_null": true
35824
+ },
35825
+ {
35826
+ "disabled": false,
35827
+ "document": "地域。\n注意:此字段可能返回 null,表示取不到有效值。",
35828
+ "example": "ap-guangzhou",
35829
+ "member": "string",
35830
+ "name": "Region",
35831
+ "output_required": true,
35832
+ "required": false,
35833
+ "type": "string",
35834
+ "value_allowed_null": true
35835
+ }
35836
+ ],
35837
+ "usage": "both"
35838
+ },
34738
35839
  "RouteSelectionPolicy": {
34739
35840
  "document": "路由表选择策略信息",
34740
35841
  "members": [
@@ -35988,7 +37089,7 @@
35988
37089
  },
35989
37090
  {
35990
37091
  "disabled": false,
35991
- "document": "资源类型,目前包含SUBNET、NETWORKINTERFACE、USERDEFINED",
37092
+ "document": "资源类型,目前包含SUBNET、NETWORKINTERFACE、USERDEFINED,分别表示子网、网卡、自定义网段",
35992
37093
  "example": "SUBNET",
35993
37094
  "member": "string",
35994
37095
  "name": "ResourceType",
@@ -37408,7 +38509,7 @@
37408
38509
  "member": "uint64",
37409
38510
  "name": "AclRuleId",
37410
38511
  "output_required": true,
37411
- "required": false,
38512
+ "required": true,
37412
38513
  "type": "int",
37413
38514
  "value_allowed_null": false
37414
38515
  },
@@ -37453,7 +38554,7 @@
37453
38554
  },
37454
38555
  {
37455
38556
  "disabled": false,
37456
- "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"",
38557
+ "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。分别对应三层和四层。",
37457
38558
  "example": "\"NETWORK_LAYER\"",
37458
38559
  "member": "string",
37459
38560
  "name": "TranslationType",
@@ -37464,7 +38565,7 @@
37464
38565
  },
37465
38566
  {
37466
38567
  "disabled": false,
37467
- "document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
38568
+ "document": "映射后IP,当转换规则类型为四层时为`IP`池。",
37468
38569
  "example": "\"10.0.13.21\"",
37469
38570
  "member": "string",
37470
38571
  "name": "TranslationIp",
@@ -37486,7 +38587,7 @@
37486
38587
  },
37487
38588
  {
37488
38589
  "disabled": false,
37489
- "document": "源`IP`,当转换规则类型为三层时有效。",
38590
+ "document": "映射前IP,当转换规则类型为三层时有效。",
37490
38591
  "example": "\"10.0.13.20\"",
37491
38592
  "member": "string",
37492
38593
  "name": "OriginalIp",
@@ -37534,7 +38635,7 @@
37534
38635
  },
37535
38636
  {
37536
38637
  "disabled": false,
37537
- "document": "转发规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"",
38638
+ "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。分别对应三层、四层。",
37538
38639
  "example": "\"NETWORK_LAYER\"",
37539
38640
  "member": "string",
37540
38641
  "name": "TranslationType",
@@ -37543,7 +38644,7 @@
37543
38644
  },
37544
38645
  {
37545
38646
  "disabled": false,
37546
- "document": "转发规则映射`IP`,当转发规则类型为四层时为`IP`池",
38647
+ "document": "转发规则映射后`IP`,当转发规则类型为四层时为`IP`池",
37547
38648
  "example": "\"10.0.13.21\"",
37548
38649
  "member": "string",
37549
38650
  "name": "TranslationIp",
@@ -37552,25 +38653,25 @@
37552
38653
  },
37553
38654
  {
37554
38655
  "disabled": false,
37555
- "document": "转发规则描述。",
37556
- "example": "my service",
38656
+ "document": "旧转发规则映射后`IP`,当转发规则类型为四层时为`IP`池",
38657
+ "example": "\"10.0.13.21\"",
37557
38658
  "member": "string",
37558
- "name": "Description",
38659
+ "name": "OldTranslationIp",
37559
38660
  "required": true,
37560
38661
  "type": "string"
37561
38662
  },
37562
38663
  {
37563
38664
  "disabled": false,
37564
- "document": "旧转发规则映射`IP`,当转发规则类型为四层时为`IP`池",
37565
- "example": "\"10.0.13.21\"",
38665
+ "document": "转发规则描述。",
38666
+ "example": "my service",
37566
38667
  "member": "string",
37567
- "name": "OldTranslationIp",
37568
- "required": true,
38668
+ "name": "Description",
38669
+ "required": false,
37569
38670
  "type": "string"
37570
38671
  },
37571
38672
  {
37572
38673
  "disabled": false,
37573
- "document": "新转发规则源`IP`,当转发规则类型为三层时有效",
38674
+ "document": "新转发规则映射前`IP`,当转发规则类型为三层时有效",
37574
38675
  "example": "\"10.0.13.20\"",
37575
38676
  "member": "string",
37576
38677
  "name": "OriginalIp",
@@ -37579,7 +38680,7 @@
37579
38680
  },
37580
38681
  {
37581
38682
  "disabled": false,
37582
- "document": "旧转发规则源`IP`,当转发规则类型为三层时有效",
38683
+ "document": "旧转发规则映射前`IP`,当转发规则类型为三层时有效",
37583
38684
  "example": "\"10.0.13.19\"",
37584
38685
  "member": "string",
37585
38686
  "name": "OldOriginalIp",
@@ -37603,7 +38704,7 @@
37603
38704
  },
37604
38705
  {
37605
38706
  "disabled": false,
37606
- "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"",
38707
+ "document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。分别对应三层、四层。",
37607
38708
  "example": "\"NETWORK_LAYER\"",
37608
38709
  "member": "string",
37609
38710
  "name": "TranslationType",
@@ -37612,7 +38713,7 @@
37612
38713
  },
37613
38714
  {
37614
38715
  "disabled": false,
37615
- "document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
38716
+ "document": "映射后`IP`,当转换规则类型为四层时为`IP`池。",
37616
38717
  "example": "\"10.0.13.21\"",
37617
38718
  "member": "string",
37618
38719
  "name": "TranslationIp",
@@ -37625,12 +38726,12 @@
37625
38726
  "example": "my service",
37626
38727
  "member": "string",
37627
38728
  "name": "Description",
37628
- "required": true,
38729
+ "required": false,
37629
38730
  "type": "string"
37630
38731
  },
37631
38732
  {
37632
38733
  "disabled": false,
37633
- "document": "源`IP`,当转换规则类型为三层时有效。",
38734
+ "document": "映射前`IP`,当转换规则类型为三层时有效。",
37634
38735
  "example": "\"10.0.13.20\"",
37635
38736
  "member": "string",
37636
38737
  "name": "OriginalIp",
@@ -38088,7 +39189,7 @@
38088
39189
  {
38089
39190
  "disabled": false,
38090
39191
  "document": "是否开启组播。",
38091
- "example": "true ",
39192
+ "example": "true",
38092
39193
  "member": "bool",
38093
39194
  "name": "EnableMulticast",
38094
39195
  "output_required": true,
@@ -38158,7 +39259,7 @@
38158
39259
  {
38159
39260
  "disabled": false,
38160
39261
  "document": "标签键值对",
38161
- "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
39262
+ "example": "",
38162
39263
  "member": "Tag",
38163
39264
  "name": "TagSet",
38164
39265
  "output_required": true,
@@ -38168,17 +39269,27 @@
38168
39269
  {
38169
39270
  "disabled": false,
38170
39271
  "document": "辅助CIDR",
38171
- "example": "{\"VpcId\":\"vpc-5k6fot41\", \"CidrBlock\":\"172.16.1.0/24\", \"AssistantType\":0, \"SubnetSet\":[{\"VpcId\": \"vpc-7zqx75u3\", \"SubnetId\": \"subnet-9b1gk064\", \"CidrBlock\": \"11.0.0.0/16\", \"Zone\": \"ap-guangzhou-2\", \"SubnetName\": \"demo\"}], \"Region\":\"ap-guangzhou\"}",
39272
+ "example": "",
38172
39273
  "member": "AssistantCidr",
38173
39274
  "name": "AssistantCidrSet",
38174
39275
  "output_required": false,
38175
39276
  "type": "list",
38176
39277
  "value_allowed_null": false
38177
39278
  },
39279
+ {
39280
+ "disabled": false,
39281
+ "document": "vpc关联云联网时路由发布策略, true:开启cidr路由发布,false:开启subnet子网路由发布。创建vpc时默认为子网路由发布,当选择cidr路由发布时,请通过工单加入白名单",
39282
+ "example": "true",
39283
+ "member": "bool",
39284
+ "name": "EnableRouteVpcPublish",
39285
+ "output_required": true,
39286
+ "type": "bool",
39287
+ "value_allowed_null": false
39288
+ },
38178
39289
  {
38179
39290
  "disabled": false,
38180
39291
  "document": "返回多运营商IPv6 Cidr Block",
38181
- "example": "[{\"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\", \"ISPType\": \"BGP\", \"AddressType\": \"GUA\"}]",
39292
+ "example": "",
38182
39293
  "member": "ISPIPv6CidrBlock",
38183
39294
  "name": "Ipv6CidrBlockSet",
38184
39295
  "output_required": true,