tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__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 (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -4985,11 +4985,11 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4985
4985
  :param _ClusterName: 集群名称
4986
4986
  :type ClusterName: str
4987
4987
  :param _NodeSpec: 集群的节点规格,需要输入对应的规格标识:
4988
- 2C8G:rabbit-vip-basic-2c8g
4989
- 4C16G:rabbit-vip-basic-4c16g
4990
- 8C32G:rabbit-vip-basic-8c32g
4988
+ 2C8G:rabbit-vip-profession-2c8g
4989
+ 4C16G:rabbit-vip-profession-4c16g
4990
+ 8C32G:rabbit-vip-profession-8c32g
4991
4991
  16C32G:rabbit-vip-basic-4
4992
- 16C64G:rabbit-vip-basic-16c64g
4992
+ 16C64G:rabbit-vip-profession-16c64g
4993
4993
  2C4G:rabbit-vip-basic-5
4994
4994
  4C8G:rabbit-vip-basic-1
4995
4995
  8C16G(已售罄):rabbit-vip-basic-2
@@ -5007,7 +5007,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
5007
5007
  :type TimeSpan: int
5008
5008
  :param _PayMode: 付费方式,0 为后付费,即按量计费;1 为预付费,即包年包月。默认包年包月
5009
5009
  :type PayMode: int
5010
- :param _ClusterVersion: 集群版本,不传默认为 3.8.30,可选值为 3.8.303.11.8
5010
+ :param _ClusterVersion: 集群版本,不传默认为 3.8.30,可选值为 3.8.303.11.8和3.13.7
5011
5011
  :type ClusterVersion: str
5012
5012
  :param _IsIntl: 是否国际站请求,默认 false
5013
5013
  :type IsIntl: bool
@@ -5085,11 +5085,11 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
5085
5085
  @property
5086
5086
  def NodeSpec(self):
5087
5087
  r"""集群的节点规格,需要输入对应的规格标识:
5088
- 2C8G:rabbit-vip-basic-2c8g
5089
- 4C16G:rabbit-vip-basic-4c16g
5090
- 8C32G:rabbit-vip-basic-8c32g
5088
+ 2C8G:rabbit-vip-profession-2c8g
5089
+ 4C16G:rabbit-vip-profession-4c16g
5090
+ 8C32G:rabbit-vip-profession-8c32g
5091
5091
  16C32G:rabbit-vip-basic-4
5092
- 16C64G:rabbit-vip-basic-16c64g
5092
+ 16C64G:rabbit-vip-profession-16c64g
5093
5093
  2C4G:rabbit-vip-basic-5
5094
5094
  4C8G:rabbit-vip-basic-1
5095
5095
  8C16G(已售罄):rabbit-vip-basic-2
@@ -5170,7 +5170,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
5170
5170
 
5171
5171
  @property
5172
5172
  def ClusterVersion(self):
5173
- r"""集群版本,不传默认为 3.8.30,可选值为 3.8.303.11.8
5173
+ r"""集群版本,不传默认为 3.8.30,可选值为 3.8.303.11.8和3.13.7
5174
5174
  :rtype: str
5175
5175
  """
5176
5176
  return self._ClusterVersion
@@ -6296,6 +6296,165 @@ class CreateRocketMQTopicResponse(AbstractModel):
6296
6296
  self._RequestId = params.get("RequestId")
6297
6297
 
6298
6298
 
6299
+ class CreateRocketMQTopicV2Request(AbstractModel):
6300
+ r"""CreateRocketMQTopicV2请求参数结构体
6301
+
6302
+ """
6303
+
6304
+ def __init__(self):
6305
+ r"""
6306
+ :param _Topic: 主题名称
6307
+ :type Topic: str
6308
+ :param _Type: 主题类型,可选值为Normal, GlobalOrder, PartitionedOrder, Transaction, DelayScheduled。Transaction仅在专享版支持。
6309
+ :type Type: str
6310
+ :param _ClusterId: 集群ID
6311
+ :type ClusterId: str
6312
+ :param _Namespace: 命名空间
6313
+ :type Namespace: str
6314
+ :param _Remark: 备注
6315
+ :type Remark: str
6316
+ :param _PartitionNum: 分区数,全局顺序无效
6317
+ :type PartitionNum: int
6318
+ :param _TagList: 标签列表
6319
+ :type TagList: list of Tag
6320
+ """
6321
+ self._Topic = None
6322
+ self._Type = None
6323
+ self._ClusterId = None
6324
+ self._Namespace = None
6325
+ self._Remark = None
6326
+ self._PartitionNum = None
6327
+ self._TagList = None
6328
+
6329
+ @property
6330
+ def Topic(self):
6331
+ r"""主题名称
6332
+ :rtype: str
6333
+ """
6334
+ return self._Topic
6335
+
6336
+ @Topic.setter
6337
+ def Topic(self, Topic):
6338
+ self._Topic = Topic
6339
+
6340
+ @property
6341
+ def Type(self):
6342
+ r"""主题类型,可选值为Normal, GlobalOrder, PartitionedOrder, Transaction, DelayScheduled。Transaction仅在专享版支持。
6343
+ :rtype: str
6344
+ """
6345
+ return self._Type
6346
+
6347
+ @Type.setter
6348
+ def Type(self, Type):
6349
+ self._Type = Type
6350
+
6351
+ @property
6352
+ def ClusterId(self):
6353
+ r"""集群ID
6354
+ :rtype: str
6355
+ """
6356
+ return self._ClusterId
6357
+
6358
+ @ClusterId.setter
6359
+ def ClusterId(self, ClusterId):
6360
+ self._ClusterId = ClusterId
6361
+
6362
+ @property
6363
+ def Namespace(self):
6364
+ r"""命名空间
6365
+ :rtype: str
6366
+ """
6367
+ return self._Namespace
6368
+
6369
+ @Namespace.setter
6370
+ def Namespace(self, Namespace):
6371
+ self._Namespace = Namespace
6372
+
6373
+ @property
6374
+ def Remark(self):
6375
+ r"""备注
6376
+ :rtype: str
6377
+ """
6378
+ return self._Remark
6379
+
6380
+ @Remark.setter
6381
+ def Remark(self, Remark):
6382
+ self._Remark = Remark
6383
+
6384
+ @property
6385
+ def PartitionNum(self):
6386
+ r"""分区数,全局顺序无效
6387
+ :rtype: int
6388
+ """
6389
+ return self._PartitionNum
6390
+
6391
+ @PartitionNum.setter
6392
+ def PartitionNum(self, PartitionNum):
6393
+ self._PartitionNum = PartitionNum
6394
+
6395
+ @property
6396
+ def TagList(self):
6397
+ r"""标签列表
6398
+ :rtype: list of Tag
6399
+ """
6400
+ return self._TagList
6401
+
6402
+ @TagList.setter
6403
+ def TagList(self, TagList):
6404
+ self._TagList = TagList
6405
+
6406
+
6407
+ def _deserialize(self, params):
6408
+ self._Topic = params.get("Topic")
6409
+ self._Type = params.get("Type")
6410
+ self._ClusterId = params.get("ClusterId")
6411
+ self._Namespace = params.get("Namespace")
6412
+ self._Remark = params.get("Remark")
6413
+ self._PartitionNum = params.get("PartitionNum")
6414
+ if params.get("TagList") is not None:
6415
+ self._TagList = []
6416
+ for item in params.get("TagList"):
6417
+ obj = Tag()
6418
+ obj._deserialize(item)
6419
+ self._TagList.append(obj)
6420
+ memeber_set = set(params.keys())
6421
+ for name, value in vars(self).items():
6422
+ property_name = name[1:]
6423
+ if property_name in memeber_set:
6424
+ memeber_set.remove(property_name)
6425
+ if len(memeber_set) > 0:
6426
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6427
+
6428
+
6429
+
6430
+ class CreateRocketMQTopicV2Response(AbstractModel):
6431
+ r"""CreateRocketMQTopicV2返回参数结构体
6432
+
6433
+ """
6434
+
6435
+ def __init__(self):
6436
+ r"""
6437
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6438
+ :type RequestId: str
6439
+ """
6440
+ self._RequestId = None
6441
+
6442
+ @property
6443
+ def RequestId(self):
6444
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6445
+ :rtype: str
6446
+ """
6447
+ return self._RequestId
6448
+
6449
+ @RequestId.setter
6450
+ def RequestId(self, RequestId):
6451
+ self._RequestId = RequestId
6452
+
6453
+
6454
+ def _deserialize(self, params):
6455
+ self._RequestId = params.get("RequestId")
6456
+
6457
+
6299
6458
  class CreateRocketMQVipInstanceRequest(AbstractModel):
6300
6459
  r"""CreateRocketMQVipInstance请求参数结构体
6301
6460
 
@@ -11624,6 +11783,12 @@ class DescribeMsgResponse(AbstractModel):
11624
11783
  :type MsgId: str
11625
11784
  :param _ProducerName: 生产者名称。
11626
11785
  :type ProducerName: str
11786
+ :param _Key: 消息 key
11787
+ 注意:此字段可能返回 null,表示取不到有效值。
11788
+ :type Key: str
11789
+ :param _Metadata: 消息的元数据信息
11790
+ 注意:此字段可能返回 null,表示取不到有效值。
11791
+ :type Metadata: str
11627
11792
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11628
11793
  :type RequestId: str
11629
11794
  """
@@ -11633,6 +11798,8 @@ class DescribeMsgResponse(AbstractModel):
11633
11798
  self._ProduceTime = None
11634
11799
  self._MsgId = None
11635
11800
  self._ProducerName = None
11801
+ self._Key = None
11802
+ self._Metadata = None
11636
11803
  self._RequestId = None
11637
11804
 
11638
11805
  @property
@@ -11701,6 +11868,30 @@ class DescribeMsgResponse(AbstractModel):
11701
11868
  def ProducerName(self, ProducerName):
11702
11869
  self._ProducerName = ProducerName
11703
11870
 
11871
+ @property
11872
+ def Key(self):
11873
+ r"""消息 key
11874
+ 注意:此字段可能返回 null,表示取不到有效值。
11875
+ :rtype: str
11876
+ """
11877
+ return self._Key
11878
+
11879
+ @Key.setter
11880
+ def Key(self, Key):
11881
+ self._Key = Key
11882
+
11883
+ @property
11884
+ def Metadata(self):
11885
+ r"""消息的元数据信息
11886
+ 注意:此字段可能返回 null,表示取不到有效值。
11887
+ :rtype: str
11888
+ """
11889
+ return self._Metadata
11890
+
11891
+ @Metadata.setter
11892
+ def Metadata(self, Metadata):
11893
+ self._Metadata = Metadata
11894
+
11704
11895
  @property
11705
11896
  def RequestId(self):
11706
11897
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -11720,6 +11911,8 @@ class DescribeMsgResponse(AbstractModel):
11720
11911
  self._ProduceTime = params.get("ProduceTime")
11721
11912
  self._MsgId = params.get("MsgId")
11722
11913
  self._ProducerName = params.get("ProducerName")
11914
+ self._Key = params.get("Key")
11915
+ self._Metadata = params.get("Metadata")
11723
11916
  self._RequestId = params.get("RequestId")
11724
11917
 
11725
11918
 
@@ -16233,6 +16426,8 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
16233
16426
  :type FilterOneGroup: str
16234
16427
  :param _Types: group类型
16235
16428
  :type Types: list of str
16429
+ :param _TagFilters: 标签过滤器
16430
+ :type TagFilters: list of TagFilter
16236
16431
  """
16237
16432
  self._ClusterId = None
16238
16433
  self._NamespaceId = None
@@ -16244,6 +16439,7 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
16244
16439
  self._SortOrder = None
16245
16440
  self._FilterOneGroup = None
16246
16441
  self._Types = None
16442
+ self._TagFilters = None
16247
16443
 
16248
16444
  @property
16249
16445
  def ClusterId(self):
@@ -16355,6 +16551,17 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
16355
16551
  def Types(self, Types):
16356
16552
  self._Types = Types
16357
16553
 
16554
+ @property
16555
+ def TagFilters(self):
16556
+ r"""标签过滤器
16557
+ :rtype: list of TagFilter
16558
+ """
16559
+ return self._TagFilters
16560
+
16561
+ @TagFilters.setter
16562
+ def TagFilters(self, TagFilters):
16563
+ self._TagFilters = TagFilters
16564
+
16358
16565
 
16359
16566
  def _deserialize(self, params):
16360
16567
  self._ClusterId = params.get("ClusterId")
@@ -16367,6 +16574,12 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
16367
16574
  self._SortOrder = params.get("SortOrder")
16368
16575
  self._FilterOneGroup = params.get("FilterOneGroup")
16369
16576
  self._Types = params.get("Types")
16577
+ if params.get("TagFilters") is not None:
16578
+ self._TagFilters = []
16579
+ for item in params.get("TagFilters"):
16580
+ obj = TagFilter()
16581
+ obj._deserialize(item)
16582
+ self._TagFilters.append(obj)
16370
16583
  memeber_set = set(params.keys())
16371
16584
  for name, value in vars(self).items():
16372
16585
  property_name = name[1:]
@@ -18038,77 +18251,32 @@ class DescribeRocketMQRolesResponse(AbstractModel):
18038
18251
  self._RequestId = params.get("RequestId")
18039
18252
 
18040
18253
 
18041
- class DescribeRocketMQSmoothMigrationTaskListRequest(AbstractModel):
18042
- r"""DescribeRocketMQSmoothMigrationTaskList请求参数结构体
18254
+ class DescribeRocketMQSmoothMigrationTaskRequest(AbstractModel):
18255
+ r"""DescribeRocketMQSmoothMigrationTask请求参数结构体
18043
18256
 
18044
18257
  """
18045
18258
 
18046
18259
  def __init__(self):
18047
18260
  r"""
18048
- :param _Offset: 查询起始偏移量
18049
- :type Offset: int
18050
- :param _Limit: 查询最大数量
18051
- :type Limit: int
18052
- :param _Filters: 查询过滤器,
18053
- 支持的字段如下
18054
- TaskStatus, 支持多选
18055
- ConnectionType,支持多选
18056
- ClusterId,精确搜索
18057
- TaskName,支持模糊搜索
18058
- :type Filters: list of Filter
18059
- """
18060
- self._Offset = None
18061
- self._Limit = None
18062
- self._Filters = None
18063
-
18064
- @property
18065
- def Offset(self):
18066
- r"""查询起始偏移量
18067
- :rtype: int
18068
- """
18069
- return self._Offset
18070
-
18071
- @Offset.setter
18072
- def Offset(self, Offset):
18073
- self._Offset = Offset
18074
-
18075
- @property
18076
- def Limit(self):
18077
- r"""查询最大数量
18078
- :rtype: int
18261
+ :param _TaskId: 任务ID
18262
+ :type TaskId: str
18079
18263
  """
18080
- return self._Limit
18081
-
18082
- @Limit.setter
18083
- def Limit(self, Limit):
18084
- self._Limit = Limit
18264
+ self._TaskId = None
18085
18265
 
18086
18266
  @property
18087
- def Filters(self):
18088
- r"""查询过滤器,
18089
- 支持的字段如下
18090
- TaskStatus, 支持多选
18091
- ConnectionType,支持多选
18092
- ClusterId,精确搜索
18093
- TaskName,支持模糊搜索
18094
- :rtype: list of Filter
18267
+ def TaskId(self):
18268
+ r"""任务ID
18269
+ :rtype: str
18095
18270
  """
18096
- return self._Filters
18271
+ return self._TaskId
18097
18272
 
18098
- @Filters.setter
18099
- def Filters(self, Filters):
18100
- self._Filters = Filters
18273
+ @TaskId.setter
18274
+ def TaskId(self, TaskId):
18275
+ self._TaskId = TaskId
18101
18276
 
18102
18277
 
18103
18278
  def _deserialize(self, params):
18104
- self._Offset = params.get("Offset")
18105
- self._Limit = params.get("Limit")
18106
- if params.get("Filters") is not None:
18107
- self._Filters = []
18108
- for item in params.get("Filters"):
18109
- obj = Filter()
18110
- obj._deserialize(item)
18111
- self._Filters.append(obj)
18279
+ self._TaskId = params.get("TaskId")
18112
18280
  memeber_set = set(params.keys())
18113
18281
  for name, value in vars(self).items():
18114
18282
  property_name = name[1:]
@@ -18119,107 +18287,8 @@ TaskName,支持模糊搜索
18119
18287
 
18120
18288
 
18121
18289
 
18122
- class DescribeRocketMQSmoothMigrationTaskListResponse(AbstractModel):
18123
- r"""DescribeRocketMQSmoothMigrationTaskList返回参数结构体
18124
-
18125
- """
18126
-
18127
- def __init__(self):
18128
- r"""
18129
- :param _TotalCount: 任务总数
18130
- :type TotalCount: int
18131
- :param _Data: 任务列表
18132
- :type Data: list of RocketMQSmoothMigrationTaskItem
18133
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18134
- :type RequestId: str
18135
- """
18136
- self._TotalCount = None
18137
- self._Data = None
18138
- self._RequestId = None
18139
-
18140
- @property
18141
- def TotalCount(self):
18142
- r"""任务总数
18143
- :rtype: int
18144
- """
18145
- return self._TotalCount
18146
-
18147
- @TotalCount.setter
18148
- def TotalCount(self, TotalCount):
18149
- self._TotalCount = TotalCount
18150
-
18151
- @property
18152
- def Data(self):
18153
- r"""任务列表
18154
- :rtype: list of RocketMQSmoothMigrationTaskItem
18155
- """
18156
- return self._Data
18157
-
18158
- @Data.setter
18159
- def Data(self, Data):
18160
- self._Data = Data
18161
-
18162
- @property
18163
- def RequestId(self):
18164
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18165
- :rtype: str
18166
- """
18167
- return self._RequestId
18168
-
18169
- @RequestId.setter
18170
- def RequestId(self, RequestId):
18171
- self._RequestId = RequestId
18172
-
18173
-
18174
- def _deserialize(self, params):
18175
- self._TotalCount = params.get("TotalCount")
18176
- if params.get("Data") is not None:
18177
- self._Data = []
18178
- for item in params.get("Data"):
18179
- obj = RocketMQSmoothMigrationTaskItem()
18180
- obj._deserialize(item)
18181
- self._Data.append(obj)
18182
- self._RequestId = params.get("RequestId")
18183
-
18184
-
18185
- class DescribeRocketMQSmoothMigrationTaskRequest(AbstractModel):
18186
- r"""DescribeRocketMQSmoothMigrationTask请求参数结构体
18187
-
18188
- """
18189
-
18190
- def __init__(self):
18191
- r"""
18192
- :param _TaskId: 任务ID
18193
- :type TaskId: str
18194
- """
18195
- self._TaskId = None
18196
-
18197
- @property
18198
- def TaskId(self):
18199
- r"""任务ID
18200
- :rtype: str
18201
- """
18202
- return self._TaskId
18203
-
18204
- @TaskId.setter
18205
- def TaskId(self, TaskId):
18206
- self._TaskId = TaskId
18207
-
18208
-
18209
- def _deserialize(self, params):
18210
- self._TaskId = params.get("TaskId")
18211
- memeber_set = set(params.keys())
18212
- for name, value in vars(self).items():
18213
- property_name = name[1:]
18214
- if property_name in memeber_set:
18215
- memeber_set.remove(property_name)
18216
- if len(memeber_set) > 0:
18217
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18218
-
18219
-
18220
-
18221
- class DescribeRocketMQSmoothMigrationTaskResponse(AbstractModel):
18222
- r"""DescribeRocketMQSmoothMigrationTask返回参数结构体
18290
+ class DescribeRocketMQSmoothMigrationTaskResponse(AbstractModel):
18291
+ r"""DescribeRocketMQSmoothMigrationTask返回参数结构体
18223
18292
 
18224
18293
  """
18225
18294
 
@@ -18533,308 +18602,6 @@ Cancelled 已取消
18533
18602
  self._RequestId = params.get("RequestId")
18534
18603
 
18535
18604
 
18536
- class DescribeRocketMQSourceClusterGroupListRequest(AbstractModel):
18537
- r"""DescribeRocketMQSourceClusterGroupList请求参数结构体
18538
-
18539
- """
18540
-
18541
- def __init__(self):
18542
- r"""
18543
- :param _Limit: 页大小
18544
- :type Limit: int
18545
- :param _Offset: 偏移量
18546
- :type Offset: int
18547
- :param _TaskId: 迁移任务名称
18548
- :type TaskId: str
18549
- :param _Filters: 查询过滤器,支持字段groupName,imported
18550
- :type Filters: list of Filter
18551
- """
18552
- self._Limit = None
18553
- self._Offset = None
18554
- self._TaskId = None
18555
- self._Filters = None
18556
-
18557
- @property
18558
- def Limit(self):
18559
- r"""页大小
18560
- :rtype: int
18561
- """
18562
- return self._Limit
18563
-
18564
- @Limit.setter
18565
- def Limit(self, Limit):
18566
- self._Limit = Limit
18567
-
18568
- @property
18569
- def Offset(self):
18570
- r"""偏移量
18571
- :rtype: int
18572
- """
18573
- return self._Offset
18574
-
18575
- @Offset.setter
18576
- def Offset(self, Offset):
18577
- self._Offset = Offset
18578
-
18579
- @property
18580
- def TaskId(self):
18581
- r"""迁移任务名称
18582
- :rtype: str
18583
- """
18584
- return self._TaskId
18585
-
18586
- @TaskId.setter
18587
- def TaskId(self, TaskId):
18588
- self._TaskId = TaskId
18589
-
18590
- @property
18591
- def Filters(self):
18592
- r"""查询过滤器,支持字段groupName,imported
18593
- :rtype: list of Filter
18594
- """
18595
- return self._Filters
18596
-
18597
- @Filters.setter
18598
- def Filters(self, Filters):
18599
- self._Filters = Filters
18600
-
18601
-
18602
- def _deserialize(self, params):
18603
- self._Limit = params.get("Limit")
18604
- self._Offset = params.get("Offset")
18605
- self._TaskId = params.get("TaskId")
18606
- if params.get("Filters") is not None:
18607
- self._Filters = []
18608
- for item in params.get("Filters"):
18609
- obj = Filter()
18610
- obj._deserialize(item)
18611
- self._Filters.append(obj)
18612
- memeber_set = set(params.keys())
18613
- for name, value in vars(self).items():
18614
- property_name = name[1:]
18615
- if property_name in memeber_set:
18616
- memeber_set.remove(property_name)
18617
- if len(memeber_set) > 0:
18618
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18619
-
18620
-
18621
-
18622
- class DescribeRocketMQSourceClusterGroupListResponse(AbstractModel):
18623
- r"""DescribeRocketMQSourceClusterGroupList返回参数结构体
18624
-
18625
- """
18626
-
18627
- def __init__(self):
18628
- r"""
18629
- :param _Groups: group列表
18630
- :type Groups: list of RocketMQGroupConfigOutput
18631
- :param _TotalCount: 总条数
18632
- :type TotalCount: int
18633
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18634
- :type RequestId: str
18635
- """
18636
- self._Groups = None
18637
- self._TotalCount = None
18638
- self._RequestId = None
18639
-
18640
- @property
18641
- def Groups(self):
18642
- r"""group列表
18643
- :rtype: list of RocketMQGroupConfigOutput
18644
- """
18645
- return self._Groups
18646
-
18647
- @Groups.setter
18648
- def Groups(self, Groups):
18649
- self._Groups = Groups
18650
-
18651
- @property
18652
- def TotalCount(self):
18653
- r"""总条数
18654
- :rtype: int
18655
- """
18656
- return self._TotalCount
18657
-
18658
- @TotalCount.setter
18659
- def TotalCount(self, TotalCount):
18660
- self._TotalCount = TotalCount
18661
-
18662
- @property
18663
- def RequestId(self):
18664
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18665
- :rtype: str
18666
- """
18667
- return self._RequestId
18668
-
18669
- @RequestId.setter
18670
- def RequestId(self, RequestId):
18671
- self._RequestId = RequestId
18672
-
18673
-
18674
- def _deserialize(self, params):
18675
- if params.get("Groups") is not None:
18676
- self._Groups = []
18677
- for item in params.get("Groups"):
18678
- obj = RocketMQGroupConfigOutput()
18679
- obj._deserialize(item)
18680
- self._Groups.append(obj)
18681
- self._TotalCount = params.get("TotalCount")
18682
- self._RequestId = params.get("RequestId")
18683
-
18684
-
18685
- class DescribeRocketMQSourceClusterTopicListRequest(AbstractModel):
18686
- r"""DescribeRocketMQSourceClusterTopicList请求参数结构体
18687
-
18688
- """
18689
-
18690
- def __init__(self):
18691
- r"""
18692
- :param _Limit: 分页大小
18693
- :type Limit: int
18694
- :param _Offset: 偏移量
18695
- :type Offset: int
18696
- :param _TaskId: 迁移任务名
18697
- :type TaskId: str
18698
- :param _Filters: 查询过滤器,支持字段如下
18699
- TopicName,
18700
- Type,Imported
18701
- :type Filters: list of Filter
18702
- """
18703
- self._Limit = None
18704
- self._Offset = None
18705
- self._TaskId = None
18706
- self._Filters = None
18707
-
18708
- @property
18709
- def Limit(self):
18710
- r"""分页大小
18711
- :rtype: int
18712
- """
18713
- return self._Limit
18714
-
18715
- @Limit.setter
18716
- def Limit(self, Limit):
18717
- self._Limit = Limit
18718
-
18719
- @property
18720
- def Offset(self):
18721
- r"""偏移量
18722
- :rtype: int
18723
- """
18724
- return self._Offset
18725
-
18726
- @Offset.setter
18727
- def Offset(self, Offset):
18728
- self._Offset = Offset
18729
-
18730
- @property
18731
- def TaskId(self):
18732
- r"""迁移任务名
18733
- :rtype: str
18734
- """
18735
- return self._TaskId
18736
-
18737
- @TaskId.setter
18738
- def TaskId(self, TaskId):
18739
- self._TaskId = TaskId
18740
-
18741
- @property
18742
- def Filters(self):
18743
- r"""查询过滤器,支持字段如下
18744
- TopicName,
18745
- Type,Imported
18746
- :rtype: list of Filter
18747
- """
18748
- return self._Filters
18749
-
18750
- @Filters.setter
18751
- def Filters(self, Filters):
18752
- self._Filters = Filters
18753
-
18754
-
18755
- def _deserialize(self, params):
18756
- self._Limit = params.get("Limit")
18757
- self._Offset = params.get("Offset")
18758
- self._TaskId = params.get("TaskId")
18759
- if params.get("Filters") is not None:
18760
- self._Filters = []
18761
- for item in params.get("Filters"):
18762
- obj = Filter()
18763
- obj._deserialize(item)
18764
- self._Filters.append(obj)
18765
- memeber_set = set(params.keys())
18766
- for name, value in vars(self).items():
18767
- property_name = name[1:]
18768
- if property_name in memeber_set:
18769
- memeber_set.remove(property_name)
18770
- if len(memeber_set) > 0:
18771
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18772
-
18773
-
18774
-
18775
- class DescribeRocketMQSourceClusterTopicListResponse(AbstractModel):
18776
- r"""DescribeRocketMQSourceClusterTopicList返回参数结构体
18777
-
18778
- """
18779
-
18780
- def __init__(self):
18781
- r"""
18782
- :param _Topics: topic层列表
18783
- :type Topics: list of RocketMQTopicConfigOutput
18784
- :param _TotalCount: 总条数
18785
- :type TotalCount: int
18786
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18787
- :type RequestId: str
18788
- """
18789
- self._Topics = None
18790
- self._TotalCount = None
18791
- self._RequestId = None
18792
-
18793
- @property
18794
- def Topics(self):
18795
- r"""topic层列表
18796
- :rtype: list of RocketMQTopicConfigOutput
18797
- """
18798
- return self._Topics
18799
-
18800
- @Topics.setter
18801
- def Topics(self, Topics):
18802
- self._Topics = Topics
18803
-
18804
- @property
18805
- def TotalCount(self):
18806
- r"""总条数
18807
- :rtype: int
18808
- """
18809
- return self._TotalCount
18810
-
18811
- @TotalCount.setter
18812
- def TotalCount(self, TotalCount):
18813
- self._TotalCount = TotalCount
18814
-
18815
- @property
18816
- def RequestId(self):
18817
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18818
- :rtype: str
18819
- """
18820
- return self._RequestId
18821
-
18822
- @RequestId.setter
18823
- def RequestId(self, RequestId):
18824
- self._RequestId = RequestId
18825
-
18826
-
18827
- def _deserialize(self, params):
18828
- if params.get("Topics") is not None:
18829
- self._Topics = []
18830
- for item in params.get("Topics"):
18831
- obj = RocketMQTopicConfigOutput()
18832
- obj._deserialize(item)
18833
- self._Topics.append(obj)
18834
- self._TotalCount = params.get("TotalCount")
18835
- self._RequestId = params.get("RequestId")
18836
-
18837
-
18838
18605
  class DescribeRocketMQSubscriptionsRequest(AbstractModel):
18839
18606
  r"""DescribeRocketMQSubscriptions请求参数结构体
18840
18607
 
@@ -19454,6 +19221,162 @@ class DescribeRocketMQTopicMsgsResponse(AbstractModel):
19454
19221
  self._RequestId = params.get("RequestId")
19455
19222
 
19456
19223
 
19224
+ class DescribeRocketMQTopicRequest(AbstractModel):
19225
+ r"""DescribeRocketMQTopic请求参数结构体
19226
+
19227
+ """
19228
+
19229
+ def __init__(self):
19230
+ r"""
19231
+ :param _ClusterId: 集群ID
19232
+ :type ClusterId: str
19233
+ :param _NamespaceId: 命名空间
19234
+ :type NamespaceId: str
19235
+ :param _TopicName: 主题名称
19236
+ :type TopicName: str
19237
+ :param _ConsumerGroup: 消费组名称
19238
+ :type ConsumerGroup: str
19239
+ :param _Offset: 订阅列表分页参数Offset
19240
+ :type Offset: int
19241
+ :param _Limit: 订阅列表分页参数Limit
19242
+ :type Limit: int
19243
+ """
19244
+ self._ClusterId = None
19245
+ self._NamespaceId = None
19246
+ self._TopicName = None
19247
+ self._ConsumerGroup = None
19248
+ self._Offset = None
19249
+ self._Limit = None
19250
+
19251
+ @property
19252
+ def ClusterId(self):
19253
+ r"""集群ID
19254
+ :rtype: str
19255
+ """
19256
+ return self._ClusterId
19257
+
19258
+ @ClusterId.setter
19259
+ def ClusterId(self, ClusterId):
19260
+ self._ClusterId = ClusterId
19261
+
19262
+ @property
19263
+ def NamespaceId(self):
19264
+ r"""命名空间
19265
+ :rtype: str
19266
+ """
19267
+ return self._NamespaceId
19268
+
19269
+ @NamespaceId.setter
19270
+ def NamespaceId(self, NamespaceId):
19271
+ self._NamespaceId = NamespaceId
19272
+
19273
+ @property
19274
+ def TopicName(self):
19275
+ r"""主题名称
19276
+ :rtype: str
19277
+ """
19278
+ return self._TopicName
19279
+
19280
+ @TopicName.setter
19281
+ def TopicName(self, TopicName):
19282
+ self._TopicName = TopicName
19283
+
19284
+ @property
19285
+ def ConsumerGroup(self):
19286
+ r"""消费组名称
19287
+ :rtype: str
19288
+ """
19289
+ return self._ConsumerGroup
19290
+
19291
+ @ConsumerGroup.setter
19292
+ def ConsumerGroup(self, ConsumerGroup):
19293
+ self._ConsumerGroup = ConsumerGroup
19294
+
19295
+ @property
19296
+ def Offset(self):
19297
+ r"""订阅列表分页参数Offset
19298
+ :rtype: int
19299
+ """
19300
+ return self._Offset
19301
+
19302
+ @Offset.setter
19303
+ def Offset(self, Offset):
19304
+ self._Offset = Offset
19305
+
19306
+ @property
19307
+ def Limit(self):
19308
+ r"""订阅列表分页参数Limit
19309
+ :rtype: int
19310
+ """
19311
+ return self._Limit
19312
+
19313
+ @Limit.setter
19314
+ def Limit(self, Limit):
19315
+ self._Limit = Limit
19316
+
19317
+
19318
+ def _deserialize(self, params):
19319
+ self._ClusterId = params.get("ClusterId")
19320
+ self._NamespaceId = params.get("NamespaceId")
19321
+ self._TopicName = params.get("TopicName")
19322
+ self._ConsumerGroup = params.get("ConsumerGroup")
19323
+ self._Offset = params.get("Offset")
19324
+ self._Limit = params.get("Limit")
19325
+ memeber_set = set(params.keys())
19326
+ for name, value in vars(self).items():
19327
+ property_name = name[1:]
19328
+ if property_name in memeber_set:
19329
+ memeber_set.remove(property_name)
19330
+ if len(memeber_set) > 0:
19331
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
19332
+
19333
+
19334
+
19335
+ class DescribeRocketMQTopicResponse(AbstractModel):
19336
+ r"""DescribeRocketMQTopic返回参数结构体
19337
+
19338
+ """
19339
+
19340
+ def __init__(self):
19341
+ r"""
19342
+ :param _Topic: Topic详情
19343
+ :type Topic: :class:`tencentcloud.tdmq.v20200217.models.RocketMQTopic`
19344
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19345
+ :type RequestId: str
19346
+ """
19347
+ self._Topic = None
19348
+ self._RequestId = None
19349
+
19350
+ @property
19351
+ def Topic(self):
19352
+ r"""Topic详情
19353
+ :rtype: :class:`tencentcloud.tdmq.v20200217.models.RocketMQTopic`
19354
+ """
19355
+ return self._Topic
19356
+
19357
+ @Topic.setter
19358
+ def Topic(self, Topic):
19359
+ self._Topic = Topic
19360
+
19361
+ @property
19362
+ def RequestId(self):
19363
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19364
+ :rtype: str
19365
+ """
19366
+ return self._RequestId
19367
+
19368
+ @RequestId.setter
19369
+ def RequestId(self, RequestId):
19370
+ self._RequestId = RequestId
19371
+
19372
+
19373
+ def _deserialize(self, params):
19374
+ if params.get("Topic") is not None:
19375
+ self._Topic = RocketMQTopic()
19376
+ self._Topic._deserialize(params.get("Topic"))
19377
+ self._RequestId = params.get("RequestId")
19378
+
19379
+
19457
19380
  class DescribeRocketMQTopicStatsRequest(AbstractModel):
19458
19381
  r"""DescribeRocketMQTopicStats请求参数结构体
19459
19382
 
@@ -19743,6 +19666,8 @@ class DescribeRocketMQTopicsRequest(AbstractModel):
19743
19666
  :type FilterName: str
19744
19667
  :param _FilterGroup: 按订阅消费组名称过滤
19745
19668
  :type FilterGroup: str
19669
+ :param _TagFilters: 标签过滤器
19670
+ :type TagFilters: list of TagFilter
19746
19671
  """
19747
19672
  self._Offset = None
19748
19673
  self._Limit = None
@@ -19751,6 +19676,7 @@ class DescribeRocketMQTopicsRequest(AbstractModel):
19751
19676
  self._FilterType = None
19752
19677
  self._FilterName = None
19753
19678
  self._FilterGroup = None
19679
+ self._TagFilters = None
19754
19680
 
19755
19681
  @property
19756
19682
  def Offset(self):
@@ -19829,6 +19755,17 @@ class DescribeRocketMQTopicsRequest(AbstractModel):
19829
19755
  def FilterGroup(self, FilterGroup):
19830
19756
  self._FilterGroup = FilterGroup
19831
19757
 
19758
+ @property
19759
+ def TagFilters(self):
19760
+ r"""标签过滤器
19761
+ :rtype: list of TagFilter
19762
+ """
19763
+ return self._TagFilters
19764
+
19765
+ @TagFilters.setter
19766
+ def TagFilters(self, TagFilters):
19767
+ self._TagFilters = TagFilters
19768
+
19832
19769
 
19833
19770
  def _deserialize(self, params):
19834
19771
  self._Offset = params.get("Offset")
@@ -19838,6 +19775,12 @@ class DescribeRocketMQTopicsRequest(AbstractModel):
19838
19775
  self._FilterType = params.get("FilterType")
19839
19776
  self._FilterName = params.get("FilterName")
19840
19777
  self._FilterGroup = params.get("FilterGroup")
19778
+ if params.get("TagFilters") is not None:
19779
+ self._TagFilters = []
19780
+ for item in params.get("TagFilters"):
19781
+ obj = TagFilter()
19782
+ obj._deserialize(item)
19783
+ self._TagFilters.append(obj)
19841
19784
  memeber_set = set(params.keys())
19842
19785
  for name, value in vars(self).items():
19843
19786
  property_name = name[1:]
@@ -24340,11 +24283,17 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
24340
24283
  :type Remark: str
24341
24284
  :param _EnableDeletionProtection: 是否开启删除保护,不填则不修改
24342
24285
  :type EnableDeletionProtection: bool
24286
+ :param _RemoveAllTags: 是否删除所有标签,默认为false
24287
+ :type RemoveAllTags: bool
24288
+ :param _Tags: 修改实例的标签信息,全量标签信息,非增量
24289
+ :type Tags: list of Tag
24343
24290
  """
24344
24291
  self._InstanceId = None
24345
24292
  self._ClusterName = None
24346
24293
  self._Remark = None
24347
24294
  self._EnableDeletionProtection = None
24295
+ self._RemoveAllTags = None
24296
+ self._Tags = None
24348
24297
 
24349
24298
  @property
24350
24299
  def InstanceId(self):
@@ -24390,12 +24339,41 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
24390
24339
  def EnableDeletionProtection(self, EnableDeletionProtection):
24391
24340
  self._EnableDeletionProtection = EnableDeletionProtection
24392
24341
 
24342
+ @property
24343
+ def RemoveAllTags(self):
24344
+ r"""是否删除所有标签,默认为false
24345
+ :rtype: bool
24346
+ """
24347
+ return self._RemoveAllTags
24348
+
24349
+ @RemoveAllTags.setter
24350
+ def RemoveAllTags(self, RemoveAllTags):
24351
+ self._RemoveAllTags = RemoveAllTags
24352
+
24353
+ @property
24354
+ def Tags(self):
24355
+ r"""修改实例的标签信息,全量标签信息,非增量
24356
+ :rtype: list of Tag
24357
+ """
24358
+ return self._Tags
24359
+
24360
+ @Tags.setter
24361
+ def Tags(self, Tags):
24362
+ self._Tags = Tags
24363
+
24393
24364
 
24394
24365
  def _deserialize(self, params):
24395
24366
  self._InstanceId = params.get("InstanceId")
24396
24367
  self._ClusterName = params.get("ClusterName")
24397
24368
  self._Remark = params.get("Remark")
24398
24369
  self._EnableDeletionProtection = params.get("EnableDeletionProtection")
24370
+ self._RemoveAllTags = params.get("RemoveAllTags")
24371
+ if params.get("Tags") is not None:
24372
+ self._Tags = []
24373
+ for item in params.get("Tags"):
24374
+ obj = Tag()
24375
+ obj._deserialize(item)
24376
+ self._Tags.append(obj)
24399
24377
  memeber_set = set(params.keys())
24400
24378
  for name, value in vars(self).items():
24401
24379
  property_name = name[1:]
@@ -24967,12 +24945,15 @@ class ModifyRocketMQInstanceRequest(AbstractModel):
24967
24945
  :type MessageRetention: int
24968
24946
  :param _EnableDeletionProtection: 是否开启删除保护
24969
24947
  :type EnableDeletionProtection: bool
24948
+ :param _SendReceiveRatio: 控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5
24949
+ :type SendReceiveRatio: float
24970
24950
  """
24971
24951
  self._InstanceId = None
24972
24952
  self._Name = None
24973
24953
  self._Remark = None
24974
24954
  self._MessageRetention = None
24975
24955
  self._EnableDeletionProtection = None
24956
+ self._SendReceiveRatio = None
24976
24957
 
24977
24958
  @property
24978
24959
  def InstanceId(self):
@@ -25029,6 +25010,17 @@ class ModifyRocketMQInstanceRequest(AbstractModel):
25029
25010
  def EnableDeletionProtection(self, EnableDeletionProtection):
25030
25011
  self._EnableDeletionProtection = EnableDeletionProtection
25031
25012
 
25013
+ @property
25014
+ def SendReceiveRatio(self):
25015
+ r"""控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5
25016
+ :rtype: float
25017
+ """
25018
+ return self._SendReceiveRatio
25019
+
25020
+ @SendReceiveRatio.setter
25021
+ def SendReceiveRatio(self, SendReceiveRatio):
25022
+ self._SendReceiveRatio = SendReceiveRatio
25023
+
25032
25024
 
25033
25025
  def _deserialize(self, params):
25034
25026
  self._InstanceId = params.get("InstanceId")
@@ -25036,6 +25028,7 @@ class ModifyRocketMQInstanceRequest(AbstractModel):
25036
25028
  self._Remark = params.get("Remark")
25037
25029
  self._MessageRetention = params.get("MessageRetention")
25038
25030
  self._EnableDeletionProtection = params.get("EnableDeletionProtection")
25031
+ self._SendReceiveRatio = params.get("SendReceiveRatio")
25039
25032
  memeber_set = set(params.keys())
25040
25033
  for name, value in vars(self).items():
25041
25034
  property_name = name[1:]
@@ -28305,6 +28298,8 @@ OFF/ON/CREATING/DELETING
28305
28298
  :type ControlPlaneEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
28306
28299
  :param _PublicTlsAccessEndpoint: TLS加密的数据流公网接入点
28307
28300
  :type PublicTlsAccessEndpoint: str
28301
+ :param _PublicIpReused: 公网IP是否复用
28302
+ :type PublicIpReused: bool
28308
28303
  """
28309
28304
  self._PublicAccessEndpoint = None
28310
28305
  self._WebConsoleEndpoint = None
@@ -28321,6 +28316,7 @@ OFF/ON/CREATING/DELETING
28321
28316
  self._WebConsoleDomainEndpoint = None
28322
28317
  self._ControlPlaneEndpointInfo = None
28323
28318
  self._PublicTlsAccessEndpoint = None
28319
+ self._PublicIpReused = None
28324
28320
 
28325
28321
  @property
28326
28322
  def PublicAccessEndpoint(self):
@@ -28489,6 +28485,17 @@ OFF/ON/CREATING/DELETING
28489
28485
  def PublicTlsAccessEndpoint(self, PublicTlsAccessEndpoint):
28490
28486
  self._PublicTlsAccessEndpoint = PublicTlsAccessEndpoint
28491
28487
 
28488
+ @property
28489
+ def PublicIpReused(self):
28490
+ r"""公网IP是否复用
28491
+ :rtype: bool
28492
+ """
28493
+ return self._PublicIpReused
28494
+
28495
+ @PublicIpReused.setter
28496
+ def PublicIpReused(self, PublicIpReused):
28497
+ self._PublicIpReused = PublicIpReused
28498
+
28492
28499
 
28493
28500
  def _deserialize(self, params):
28494
28501
  self._PublicAccessEndpoint = params.get("PublicAccessEndpoint")
@@ -28510,6 +28517,7 @@ OFF/ON/CREATING/DELETING
28510
28517
  self._ControlPlaneEndpointInfo = VpcEndpointInfo()
28511
28518
  self._ControlPlaneEndpointInfo._deserialize(params.get("ControlPlaneEndpointInfo"))
28512
28519
  self._PublicTlsAccessEndpoint = params.get("PublicTlsAccessEndpoint")
28520
+ self._PublicIpReused = params.get("PublicIpReused")
28513
28521
  memeber_set = set(params.keys())
28514
28522
  for name, value in vars(self).items():
28515
28523
  property_name = name[1:]
@@ -30424,16 +30432,16 @@ class RabbitMQVipInstance(AbstractModel):
30424
30432
  :type PayMode: int
30425
30433
  :param _Remark: 备注信息
30426
30434
  :type Remark: str
30427
- :param _SpecName: 集群的节点规格,需要输入对应的规格标识:
30428
- 2C8G:rabbit-vip-basic-2c8g
30429
- 4C16G:rabbit-vip-basic-4c16g
30430
- 8C32G:rabbit-vip-basic-8c32g
30435
+ :param _SpecName: 集群的节点规格,对应的规格标识:
30436
+ 2C8G:rabbit-vip-profession-2c8g
30437
+ 4C16G:rabbit-vip-profession-4c16g
30438
+ 8C32G:rabbit-vip-profession-8c32g
30431
30439
  16C32G:rabbit-vip-basic-4
30432
- 16C64G:rabbit-vip-basic-16c64g
30440
+ 16C64G:rabbit-vip-profession-16c64g
30433
30441
  2C4G:rabbit-vip-basic-5
30434
30442
  4C8G:rabbit-vip-basic-1
30435
30443
  8C16G(已售罄):rabbit-vip-basic-2
30436
- 不传默认为4C8G:rabbit-vip-basic-1
30444
+ 不传默认为 4C8G:rabbit-vip-basic-1
30437
30445
  :type SpecName: str
30438
30446
  :param _ExceptionInformation: 集群异常信息
30439
30447
  注意:此字段可能返回 null,表示取不到有效值。
@@ -30626,16 +30634,16 @@ class RabbitMQVipInstance(AbstractModel):
30626
30634
 
30627
30635
  @property
30628
30636
  def SpecName(self):
30629
- r"""集群的节点规格,需要输入对应的规格标识:
30630
- 2C8G:rabbit-vip-basic-2c8g
30631
- 4C16G:rabbit-vip-basic-4c16g
30632
- 8C32G:rabbit-vip-basic-8c32g
30637
+ r"""集群的节点规格,对应的规格标识:
30638
+ 2C8G:rabbit-vip-profession-2c8g
30639
+ 4C16G:rabbit-vip-profession-4c16g
30640
+ 8C32G:rabbit-vip-profession-8c32g
30633
30641
  16C32G:rabbit-vip-basic-4
30634
- 16C64G:rabbit-vip-basic-16c64g
30642
+ 16C64G:rabbit-vip-profession-16c64g
30635
30643
  2C4G:rabbit-vip-basic-5
30636
30644
  4C8G:rabbit-vip-basic-1
30637
30645
  8C16G(已售罄):rabbit-vip-basic-2
30638
- 不传默认为4C8G:rabbit-vip-basic-1
30646
+ 不传默认为 4C8G:rabbit-vip-basic-1
30639
30647
  :rtype: str
30640
30648
  """
30641
30649
  return self._SpecName
@@ -33157,6 +33165,8 @@ class RocketMQGroup(AbstractModel):
33157
33165
  :type Namespace: str
33158
33166
  :param _SubscribeTopicNum: 订阅的主题个数
33159
33167
  :type SubscribeTopicNum: int
33168
+ :param _TagList: 绑定的标签列表
33169
+ :type TagList: list of Tag
33160
33170
  """
33161
33171
  self._Name = None
33162
33172
  self._ConsumerNum = None
@@ -33176,6 +33186,7 @@ class RocketMQGroup(AbstractModel):
33176
33186
  self._InstanceId = None
33177
33187
  self._Namespace = None
33178
33188
  self._SubscribeTopicNum = None
33189
+ self._TagList = None
33179
33190
 
33180
33191
  @property
33181
33192
  def Name(self):
@@ -33390,6 +33401,17 @@ class RocketMQGroup(AbstractModel):
33390
33401
  def SubscribeTopicNum(self, SubscribeTopicNum):
33391
33402
  self._SubscribeTopicNum = SubscribeTopicNum
33392
33403
 
33404
+ @property
33405
+ def TagList(self):
33406
+ r"""绑定的标签列表
33407
+ :rtype: list of Tag
33408
+ """
33409
+ return self._TagList
33410
+
33411
+ @TagList.setter
33412
+ def TagList(self, TagList):
33413
+ self._TagList = TagList
33414
+
33393
33415
 
33394
33416
  def _deserialize(self, params):
33395
33417
  self._Name = params.get("Name")
@@ -33410,6 +33432,12 @@ class RocketMQGroup(AbstractModel):
33410
33432
  self._InstanceId = params.get("InstanceId")
33411
33433
  self._Namespace = params.get("Namespace")
33412
33434
  self._SubscribeTopicNum = params.get("SubscribeTopicNum")
33435
+ if params.get("TagList") is not None:
33436
+ self._TagList = []
33437
+ for item in params.get("TagList"):
33438
+ obj = Tag()
33439
+ obj._deserialize(item)
33440
+ self._TagList.append(obj)
33413
33441
  memeber_set = set(params.keys())
33414
33442
  for name, value in vars(self).items():
33415
33443
  property_name = name[1:]
@@ -33535,95 +33563,6 @@ HTTP;
33535
33563
 
33536
33564
 
33537
33565
 
33538
- class RocketMQGroupConfigOutput(AbstractModel):
33539
- r"""RocketMQ消费组配置信息
33540
-
33541
- """
33542
-
33543
- def __init__(self):
33544
- r"""
33545
- :param _Namespace: 命名空间
33546
- 注意:此字段可能返回 null,表示取不到有效值。
33547
- :type Namespace: str
33548
- :param _GroupName: 消费组名称
33549
- 注意:此字段可能返回 null,表示取不到有效值。
33550
- :type GroupName: str
33551
- :param _Imported: 是否已导入
33552
- 注意:此字段可能返回 null,表示取不到有效值。
33553
- :type Imported: bool
33554
- :param _Remark: remark
33555
- 注意:此字段可能返回 null,表示取不到有效值。
33556
- :type Remark: str
33557
- """
33558
- self._Namespace = None
33559
- self._GroupName = None
33560
- self._Imported = None
33561
- self._Remark = None
33562
-
33563
- @property
33564
- def Namespace(self):
33565
- r"""命名空间
33566
- 注意:此字段可能返回 null,表示取不到有效值。
33567
- :rtype: str
33568
- """
33569
- return self._Namespace
33570
-
33571
- @Namespace.setter
33572
- def Namespace(self, Namespace):
33573
- self._Namespace = Namespace
33574
-
33575
- @property
33576
- def GroupName(self):
33577
- r"""消费组名称
33578
- 注意:此字段可能返回 null,表示取不到有效值。
33579
- :rtype: str
33580
- """
33581
- return self._GroupName
33582
-
33583
- @GroupName.setter
33584
- def GroupName(self, GroupName):
33585
- self._GroupName = GroupName
33586
-
33587
- @property
33588
- def Imported(self):
33589
- r"""是否已导入
33590
- 注意:此字段可能返回 null,表示取不到有效值。
33591
- :rtype: bool
33592
- """
33593
- return self._Imported
33594
-
33595
- @Imported.setter
33596
- def Imported(self, Imported):
33597
- self._Imported = Imported
33598
-
33599
- @property
33600
- def Remark(self):
33601
- r"""remark
33602
- 注意:此字段可能返回 null,表示取不到有效值。
33603
- :rtype: str
33604
- """
33605
- return self._Remark
33606
-
33607
- @Remark.setter
33608
- def Remark(self, Remark):
33609
- self._Remark = Remark
33610
-
33611
-
33612
- def _deserialize(self, params):
33613
- self._Namespace = params.get("Namespace")
33614
- self._GroupName = params.get("GroupName")
33615
- self._Imported = params.get("Imported")
33616
- self._Remark = params.get("Remark")
33617
- memeber_set = set(params.keys())
33618
- for name, value in vars(self).items():
33619
- property_name = name[1:]
33620
- if property_name in memeber_set:
33621
- memeber_set.remove(property_name)
33622
- if len(memeber_set) > 0:
33623
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
33624
-
33625
-
33626
-
33627
33566
  class RocketMQInstanceConfig(AbstractModel):
33628
33567
  r"""RocketMQ专享集群实例配置
33629
33568
 
@@ -33671,6 +33610,8 @@ class RocketMQInstanceConfig(AbstractModel):
33671
33610
  :param _TopicNumUpperLimit: Topic个数最大配额,默认为集群规格单节点最大配额*节点个数
33672
33611
  注意:此字段可能返回 null,表示取不到有效值。
33673
33612
  :type TopicNumUpperLimit: int
33613
+ :param _SendReceiveRatio: 控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5
33614
+ :type SendReceiveRatio: float
33674
33615
  """
33675
33616
  self._MaxTpsPerNamespace = None
33676
33617
  self._MaxNamespaceNum = None
@@ -33689,6 +33630,7 @@ class RocketMQInstanceConfig(AbstractModel):
33689
33630
  self._Retention = None
33690
33631
  self._TopicNumLowerLimit = None
33691
33632
  self._TopicNumUpperLimit = None
33633
+ self._SendReceiveRatio = None
33692
33634
 
33693
33635
  @property
33694
33636
  def MaxTpsPerNamespace(self):
@@ -33883,6 +33825,17 @@ class RocketMQInstanceConfig(AbstractModel):
33883
33825
  def TopicNumUpperLimit(self, TopicNumUpperLimit):
33884
33826
  self._TopicNumUpperLimit = TopicNumUpperLimit
33885
33827
 
33828
+ @property
33829
+ def SendReceiveRatio(self):
33830
+ r"""控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5
33831
+ :rtype: float
33832
+ """
33833
+ return self._SendReceiveRatio
33834
+
33835
+ @SendReceiveRatio.setter
33836
+ def SendReceiveRatio(self, SendReceiveRatio):
33837
+ self._SendReceiveRatio = SendReceiveRatio
33838
+
33886
33839
 
33887
33840
  def _deserialize(self, params):
33888
33841
  self._MaxTpsPerNamespace = params.get("MaxTpsPerNamespace")
@@ -33912,6 +33865,7 @@ class RocketMQInstanceConfig(AbstractModel):
33912
33865
  self._Retention = params.get("Retention")
33913
33866
  self._TopicNumLowerLimit = params.get("TopicNumLowerLimit")
33914
33867
  self._TopicNumUpperLimit = params.get("TopicNumUpperLimit")
33868
+ self._SendReceiveRatio = params.get("SendReceiveRatio")
33915
33869
  memeber_set = set(params.keys())
33916
33870
  for name, value in vars(self).items():
33917
33871
  property_name = name[1:]
@@ -34275,236 +34229,76 @@ class RocketMQNamespace(AbstractModel):
34275
34229
 
34276
34230
  @Ttl.setter
34277
34231
  def Ttl(self, Ttl):
34278
- self._Ttl = Ttl
34279
-
34280
- @property
34281
- def RetentionTime(self):
34282
- r"""消息持久化后保留的时间,以毫秒单位
34283
- :rtype: int
34284
- """
34285
- return self._RetentionTime
34286
-
34287
- @RetentionTime.setter
34288
- def RetentionTime(self, RetentionTime):
34289
- self._RetentionTime = RetentionTime
34290
-
34291
- @property
34292
- def Remark(self):
34293
- r"""说明
34294
- 注意:此字段可能返回 null,表示取不到有效值。
34295
- :rtype: str
34296
- """
34297
- return self._Remark
34298
-
34299
- @Remark.setter
34300
- def Remark(self, Remark):
34301
- self._Remark = Remark
34302
-
34303
- @property
34304
- def PublicEndpoint(self):
34305
- r"""公网接入点地址
34306
- 注意:此字段可能返回 null,表示取不到有效值。
34307
- :rtype: str
34308
- """
34309
- return self._PublicEndpoint
34310
-
34311
- @PublicEndpoint.setter
34312
- def PublicEndpoint(self, PublicEndpoint):
34313
- self._PublicEndpoint = PublicEndpoint
34314
-
34315
- @property
34316
- def VpcEndpoint(self):
34317
- r"""VPC接入点地址
34318
- 注意:此字段可能返回 null,表示取不到有效值。
34319
- :rtype: str
34320
- """
34321
- return self._VpcEndpoint
34322
-
34323
- @VpcEndpoint.setter
34324
- def VpcEndpoint(self, VpcEndpoint):
34325
- self._VpcEndpoint = VpcEndpoint
34326
-
34327
- @property
34328
- def InternalEndpoint(self):
34329
- r"""内部接入点地址
34330
- 注意:此字段可能返回 null,表示取不到有效值。
34331
- :rtype: str
34332
- """
34333
- return self._InternalEndpoint
34334
-
34335
- @InternalEndpoint.setter
34336
- def InternalEndpoint(self, InternalEndpoint):
34337
- self._InternalEndpoint = InternalEndpoint
34338
-
34339
-
34340
- def _deserialize(self, params):
34341
- self._NamespaceId = params.get("NamespaceId")
34342
- self._Ttl = params.get("Ttl")
34343
- self._RetentionTime = params.get("RetentionTime")
34344
- self._Remark = params.get("Remark")
34345
- self._PublicEndpoint = params.get("PublicEndpoint")
34346
- self._VpcEndpoint = params.get("VpcEndpoint")
34347
- self._InternalEndpoint = params.get("InternalEndpoint")
34348
- memeber_set = set(params.keys())
34349
- for name, value in vars(self).items():
34350
- property_name = name[1:]
34351
- if property_name in memeber_set:
34352
- memeber_set.remove(property_name)
34353
- if len(memeber_set) > 0:
34354
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34355
-
34356
-
34357
-
34358
- class RocketMQSmoothMigrationTaskItem(AbstractModel):
34359
- r"""RocketMQ平滑迁移任务
34360
-
34361
- """
34362
-
34363
- def __init__(self):
34364
- r"""
34365
- :param _TaskId: 任务ID
34366
- 注意:此字段可能返回 null,表示取不到有效值。
34367
- :type TaskId: str
34368
- :param _TaskName: 任务名称
34369
- 注意:此字段可能返回 null,表示取不到有效值。
34370
- :type TaskName: str
34371
- :param _SourceClusterName: 源集群名称
34372
- 注意:此字段可能返回 null,表示取不到有效值。
34373
- :type SourceClusterName: str
34374
- :param _ClusterId: 目标集群ID
34375
- 注意:此字段可能返回 null,表示取不到有效值。
34376
- :type ClusterId: str
34377
- :param _ConnectionType: 网络连接类型,
34378
- PUBLIC 公网
34379
- VPC 私有网络
34380
- OTHER 其他
34381
- 注意:此字段可能返回 null,表示取不到有效值。
34382
- :type ConnectionType: str
34383
- :param _SourceNameServer: 源集群NameServer地址
34384
- 注意:此字段可能返回 null,表示取不到有效值。
34385
- :type SourceNameServer: str
34386
- :param _TaskStatus: 任务状态
34387
- Configuration 迁移配置
34388
- SourceConnecting 连接源集群中
34389
- MetaDataImport 元数据导入
34390
- EndpointSetup 切换接入点
34391
- ServiceMigration 切流中
34392
- Completed 已完成
34393
- Cancelled 已取消
34394
- 注意:此字段可能返回 null,表示取不到有效值。
34395
- :type TaskStatus: str
34396
- """
34397
- self._TaskId = None
34398
- self._TaskName = None
34399
- self._SourceClusterName = None
34400
- self._ClusterId = None
34401
- self._ConnectionType = None
34402
- self._SourceNameServer = None
34403
- self._TaskStatus = None
34404
-
34405
- @property
34406
- def TaskId(self):
34407
- r"""任务ID
34408
- 注意:此字段可能返回 null,表示取不到有效值。
34409
- :rtype: str
34410
- """
34411
- return self._TaskId
34412
-
34413
- @TaskId.setter
34414
- def TaskId(self, TaskId):
34415
- self._TaskId = TaskId
34416
-
34417
- @property
34418
- def TaskName(self):
34419
- r"""任务名称
34420
- 注意:此字段可能返回 null,表示取不到有效值。
34421
- :rtype: str
34422
- """
34423
- return self._TaskName
34424
-
34425
- @TaskName.setter
34426
- def TaskName(self, TaskName):
34427
- self._TaskName = TaskName
34232
+ self._Ttl = Ttl
34428
34233
 
34429
34234
  @property
34430
- def SourceClusterName(self):
34431
- r"""源集群名称
34432
- 注意:此字段可能返回 null,表示取不到有效值。
34433
- :rtype: str
34235
+ def RetentionTime(self):
34236
+ r"""消息持久化后保留的时间,以毫秒单位
34237
+ :rtype: int
34434
34238
  """
34435
- return self._SourceClusterName
34239
+ return self._RetentionTime
34436
34240
 
34437
- @SourceClusterName.setter
34438
- def SourceClusterName(self, SourceClusterName):
34439
- self._SourceClusterName = SourceClusterName
34241
+ @RetentionTime.setter
34242
+ def RetentionTime(self, RetentionTime):
34243
+ self._RetentionTime = RetentionTime
34440
34244
 
34441
34245
  @property
34442
- def ClusterId(self):
34443
- r"""目标集群ID
34246
+ def Remark(self):
34247
+ r"""说明
34444
34248
  注意:此字段可能返回 null,表示取不到有效值。
34445
34249
  :rtype: str
34446
34250
  """
34447
- return self._ClusterId
34251
+ return self._Remark
34448
34252
 
34449
- @ClusterId.setter
34450
- def ClusterId(self, ClusterId):
34451
- self._ClusterId = ClusterId
34253
+ @Remark.setter
34254
+ def Remark(self, Remark):
34255
+ self._Remark = Remark
34452
34256
 
34453
34257
  @property
34454
- def ConnectionType(self):
34455
- r"""网络连接类型,
34456
- PUBLIC 公网
34457
- VPC 私有网络
34458
- OTHER 其他
34258
+ def PublicEndpoint(self):
34259
+ r"""公网接入点地址
34459
34260
  注意:此字段可能返回 null,表示取不到有效值。
34460
34261
  :rtype: str
34461
34262
  """
34462
- return self._ConnectionType
34263
+ return self._PublicEndpoint
34463
34264
 
34464
- @ConnectionType.setter
34465
- def ConnectionType(self, ConnectionType):
34466
- self._ConnectionType = ConnectionType
34265
+ @PublicEndpoint.setter
34266
+ def PublicEndpoint(self, PublicEndpoint):
34267
+ self._PublicEndpoint = PublicEndpoint
34467
34268
 
34468
34269
  @property
34469
- def SourceNameServer(self):
34470
- r"""源集群NameServer地址
34270
+ def VpcEndpoint(self):
34271
+ r"""VPC接入点地址
34471
34272
  注意:此字段可能返回 null,表示取不到有效值。
34472
34273
  :rtype: str
34473
34274
  """
34474
- return self._SourceNameServer
34275
+ return self._VpcEndpoint
34475
34276
 
34476
- @SourceNameServer.setter
34477
- def SourceNameServer(self, SourceNameServer):
34478
- self._SourceNameServer = SourceNameServer
34277
+ @VpcEndpoint.setter
34278
+ def VpcEndpoint(self, VpcEndpoint):
34279
+ self._VpcEndpoint = VpcEndpoint
34479
34280
 
34480
34281
  @property
34481
- def TaskStatus(self):
34482
- r"""任务状态
34483
- Configuration 迁移配置
34484
- SourceConnecting 连接源集群中
34485
- MetaDataImport 元数据导入
34486
- EndpointSetup 切换接入点
34487
- ServiceMigration 切流中
34488
- Completed 已完成
34489
- Cancelled 已取消
34282
+ def InternalEndpoint(self):
34283
+ r"""内部接入点地址
34490
34284
  注意:此字段可能返回 null,表示取不到有效值。
34491
34285
  :rtype: str
34492
34286
  """
34493
- return self._TaskStatus
34287
+ return self._InternalEndpoint
34494
34288
 
34495
- @TaskStatus.setter
34496
- def TaskStatus(self, TaskStatus):
34497
- self._TaskStatus = TaskStatus
34289
+ @InternalEndpoint.setter
34290
+ def InternalEndpoint(self, InternalEndpoint):
34291
+ self._InternalEndpoint = InternalEndpoint
34498
34292
 
34499
34293
 
34500
34294
  def _deserialize(self, params):
34501
- self._TaskId = params.get("TaskId")
34502
- self._TaskName = params.get("TaskName")
34503
- self._SourceClusterName = params.get("SourceClusterName")
34504
- self._ClusterId = params.get("ClusterId")
34505
- self._ConnectionType = params.get("ConnectionType")
34506
- self._SourceNameServer = params.get("SourceNameServer")
34507
- self._TaskStatus = params.get("TaskStatus")
34295
+ self._NamespaceId = params.get("NamespaceId")
34296
+ self._Ttl = params.get("Ttl")
34297
+ self._RetentionTime = params.get("RetentionTime")
34298
+ self._Remark = params.get("Remark")
34299
+ self._PublicEndpoint = params.get("PublicEndpoint")
34300
+ self._VpcEndpoint = params.get("VpcEndpoint")
34301
+ self._InternalEndpoint = params.get("InternalEndpoint")
34508
34302
  memeber_set = set(params.keys())
34509
34303
  for name, value in vars(self).items():
34510
34304
  property_name = name[1:]
@@ -34872,6 +34666,8 @@ class RocketMQTopic(AbstractModel):
34872
34666
  :param _SubscriptionData: 订阅关系列表
34873
34667
  注意:此字段可能返回 null,表示取不到有效值。
34874
34668
  :type SubscriptionData: list of RocketMQSubscription
34669
+ :param _TagList: 绑定的标签列表
34670
+ :type TagList: list of Tag
34875
34671
  """
34876
34672
  self._Name = None
34877
34673
  self._Type = None
@@ -34885,6 +34681,7 @@ class RocketMQTopic(AbstractModel):
34885
34681
  self._LastUpdateTime = None
34886
34682
  self._SubscriptionCount = None
34887
34683
  self._SubscriptionData = None
34684
+ self._TagList = None
34888
34685
 
34889
34686
  @property
34890
34687
  def Name(self):
@@ -35024,6 +34821,17 @@ class RocketMQTopic(AbstractModel):
35024
34821
  def SubscriptionData(self, SubscriptionData):
35025
34822
  self._SubscriptionData = SubscriptionData
35026
34823
 
34824
+ @property
34825
+ def TagList(self):
34826
+ r"""绑定的标签列表
34827
+ :rtype: list of Tag
34828
+ """
34829
+ return self._TagList
34830
+
34831
+ @TagList.setter
34832
+ def TagList(self, TagList):
34833
+ self._TagList = TagList
34834
+
35027
34835
 
35028
34836
  def _deserialize(self, params):
35029
34837
  self._Name = params.get("Name")
@@ -35043,6 +34851,12 @@ class RocketMQTopic(AbstractModel):
35043
34851
  obj = RocketMQSubscription()
35044
34852
  obj._deserialize(item)
35045
34853
  self._SubscriptionData.append(obj)
34854
+ if params.get("TagList") is not None:
34855
+ self._TagList = []
34856
+ for item in params.get("TagList"):
34857
+ obj = Tag()
34858
+ obj._deserialize(item)
34859
+ self._TagList.append(obj)
35046
34860
  memeber_set = set(params.keys())
35047
34861
  for name, value in vars(self).items():
35048
34862
  property_name = name[1:]
@@ -35157,139 +34971,6 @@ DelayScheduled,延迟/定时消息
35157
34971
 
35158
34972
 
35159
34973
 
35160
- class RocketMQTopicConfigOutput(AbstractModel):
35161
- r"""RocketMQ主题配置信息
35162
-
35163
- """
35164
-
35165
- def __init__(self):
35166
- r"""
35167
- :param _Namespace: 命名空间
35168
- 注意:此字段可能返回 null,表示取不到有效值。
35169
- :type Namespace: str
35170
- :param _TopicName: 主题名称
35171
- 注意:此字段可能返回 null,表示取不到有效值。
35172
- :type TopicName: str
35173
- :param _Type: 主题类型:
35174
- Normal,普通
35175
- GlobalOrder, 全局顺序
35176
- PartitionedOrder, 分区顺序
35177
- Transaction,事务消息
35178
- DelayScheduled,延迟/定时消息
35179
- 注意:此字段可能返回 null,表示取不到有效值。
35180
- :type Type: str
35181
- :param _Partitions: 分区个数
35182
- 注意:此字段可能返回 null,表示取不到有效值。
35183
- :type Partitions: int
35184
- :param _Remark: 备注信息
35185
- 注意:此字段可能返回 null,表示取不到有效值。
35186
- :type Remark: str
35187
- :param _Imported: 是否导入
35188
- 注意:此字段可能返回 null,表示取不到有效值。
35189
- :type Imported: bool
35190
- """
35191
- self._Namespace = None
35192
- self._TopicName = None
35193
- self._Type = None
35194
- self._Partitions = None
35195
- self._Remark = None
35196
- self._Imported = None
35197
-
35198
- @property
35199
- def Namespace(self):
35200
- r"""命名空间
35201
- 注意:此字段可能返回 null,表示取不到有效值。
35202
- :rtype: str
35203
- """
35204
- return self._Namespace
35205
-
35206
- @Namespace.setter
35207
- def Namespace(self, Namespace):
35208
- self._Namespace = Namespace
35209
-
35210
- @property
35211
- def TopicName(self):
35212
- r"""主题名称
35213
- 注意:此字段可能返回 null,表示取不到有效值。
35214
- :rtype: str
35215
- """
35216
- return self._TopicName
35217
-
35218
- @TopicName.setter
35219
- def TopicName(self, TopicName):
35220
- self._TopicName = TopicName
35221
-
35222
- @property
35223
- def Type(self):
35224
- r"""主题类型:
35225
- Normal,普通
35226
- GlobalOrder, 全局顺序
35227
- PartitionedOrder, 分区顺序
35228
- Transaction,事务消息
35229
- DelayScheduled,延迟/定时消息
35230
- 注意:此字段可能返回 null,表示取不到有效值。
35231
- :rtype: str
35232
- """
35233
- return self._Type
35234
-
35235
- @Type.setter
35236
- def Type(self, Type):
35237
- self._Type = Type
35238
-
35239
- @property
35240
- def Partitions(self):
35241
- r"""分区个数
35242
- 注意:此字段可能返回 null,表示取不到有效值。
35243
- :rtype: int
35244
- """
35245
- return self._Partitions
35246
-
35247
- @Partitions.setter
35248
- def Partitions(self, Partitions):
35249
- self._Partitions = Partitions
35250
-
35251
- @property
35252
- def Remark(self):
35253
- r"""备注信息
35254
- 注意:此字段可能返回 null,表示取不到有效值。
35255
- :rtype: str
35256
- """
35257
- return self._Remark
35258
-
35259
- @Remark.setter
35260
- def Remark(self, Remark):
35261
- self._Remark = Remark
35262
-
35263
- @property
35264
- def Imported(self):
35265
- r"""是否导入
35266
- 注意:此字段可能返回 null,表示取不到有效值。
35267
- :rtype: bool
35268
- """
35269
- return self._Imported
35270
-
35271
- @Imported.setter
35272
- def Imported(self, Imported):
35273
- self._Imported = Imported
35274
-
35275
-
35276
- def _deserialize(self, params):
35277
- self._Namespace = params.get("Namespace")
35278
- self._TopicName = params.get("TopicName")
35279
- self._Type = params.get("Type")
35280
- self._Partitions = params.get("Partitions")
35281
- self._Remark = params.get("Remark")
35282
- self._Imported = params.get("Imported")
35283
- memeber_set = set(params.keys())
35284
- for name, value in vars(self).items():
35285
- property_name = name[1:]
35286
- if property_name in memeber_set:
35287
- memeber_set.remove(property_name)
35288
- if len(memeber_set) > 0:
35289
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35290
-
35291
-
35292
-
35293
34974
  class RocketMQTopicDistribution(AbstractModel):
35294
34975
  r"""RocketMQtopic分布情况
35295
34976
 
@@ -37359,6 +37040,57 @@ class Tag(AbstractModel):
37359
37040
 
37360
37041
 
37361
37042
 
37043
+ class TagFilter(AbstractModel):
37044
+ r"""标签过滤器
37045
+
37046
+ """
37047
+
37048
+ def __init__(self):
37049
+ r"""
37050
+ :param _TagKey: 标签键名称
37051
+ :type TagKey: str
37052
+ :param _TagValues: 标签值列表
37053
+ :type TagValues: list of str
37054
+ """
37055
+ self._TagKey = None
37056
+ self._TagValues = None
37057
+
37058
+ @property
37059
+ def TagKey(self):
37060
+ r"""标签键名称
37061
+ :rtype: str
37062
+ """
37063
+ return self._TagKey
37064
+
37065
+ @TagKey.setter
37066
+ def TagKey(self, TagKey):
37067
+ self._TagKey = TagKey
37068
+
37069
+ @property
37070
+ def TagValues(self):
37071
+ r"""标签值列表
37072
+ :rtype: list of str
37073
+ """
37074
+ return self._TagValues
37075
+
37076
+ @TagValues.setter
37077
+ def TagValues(self, TagValues):
37078
+ self._TagValues = TagValues
37079
+
37080
+
37081
+ def _deserialize(self, params):
37082
+ self._TagKey = params.get("TagKey")
37083
+ self._TagValues = params.get("TagValues")
37084
+ memeber_set = set(params.keys())
37085
+ for name, value in vars(self).items():
37086
+ property_name = name[1:]
37087
+ if property_name in memeber_set:
37088
+ memeber_set.remove(property_name)
37089
+ if len(memeber_set) > 0:
37090
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
37091
+
37092
+
37093
+
37362
37094
  class Topic(AbstractModel):
37363
37095
  r"""主题实例
37364
37096