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
@@ -2138,6 +2138,133 @@ enum FilterOperatorType {
2138
2138
 
2139
2139
 
2140
2140
 
2141
+ class CommonIdName(AbstractModel):
2142
+ r"""ID NAME 组合
2143
+
2144
+ """
2145
+
2146
+ def __init__(self):
2147
+ r"""
2148
+ :param _Id: 资源ID
2149
+ 注意:此字段可能返回 null,表示取不到有效值。
2150
+ :type Id: str
2151
+ :param _Name: 资源名字
2152
+ 注意:此字段可能返回 null,表示取不到有效值。
2153
+ :type Name: str
2154
+ """
2155
+ self._Id = None
2156
+ self._Name = None
2157
+
2158
+ @property
2159
+ def Id(self):
2160
+ r"""资源ID
2161
+ 注意:此字段可能返回 null,表示取不到有效值。
2162
+ :rtype: str
2163
+ """
2164
+ return self._Id
2165
+
2166
+ @Id.setter
2167
+ def Id(self, Id):
2168
+ self._Id = Id
2169
+
2170
+ @property
2171
+ def Name(self):
2172
+ r"""资源名字
2173
+ 注意:此字段可能返回 null,表示取不到有效值。
2174
+ :rtype: str
2175
+ """
2176
+ return self._Name
2177
+
2178
+ @Name.setter
2179
+ def Name(self, Name):
2180
+ self._Name = Name
2181
+
2182
+
2183
+ def _deserialize(self, params):
2184
+ self._Id = params.get("Id")
2185
+ self._Name = params.get("Name")
2186
+ memeber_set = set(params.keys())
2187
+ for name, value in vars(self).items():
2188
+ property_name = name[1:]
2189
+ if property_name in memeber_set:
2190
+ memeber_set.remove(property_name)
2191
+ if len(memeber_set) > 0:
2192
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2193
+
2194
+
2195
+
2196
+ class CommonIdNameStatus(AbstractModel):
2197
+ r"""ID NAME STATUS 组合结构
2198
+
2199
+ """
2200
+
2201
+ def __init__(self):
2202
+ r"""
2203
+ :param _Id: 资源id
2204
+ 注意:此字段可能返回 null,表示取不到有效值。
2205
+ :type Id: str
2206
+ :param _Name: 资源name
2207
+ 注意:此字段可能返回 null,表示取不到有效值。
2208
+ :type Name: str
2209
+ :param _Status: 状态
2210
+ 注意:此字段可能返回 null,表示取不到有效值。
2211
+ :type Status: int
2212
+ """
2213
+ self._Id = None
2214
+ self._Name = None
2215
+ self._Status = None
2216
+
2217
+ @property
2218
+ def Id(self):
2219
+ r"""资源id
2220
+ 注意:此字段可能返回 null,表示取不到有效值。
2221
+ :rtype: str
2222
+ """
2223
+ return self._Id
2224
+
2225
+ @Id.setter
2226
+ def Id(self, Id):
2227
+ self._Id = Id
2228
+
2229
+ @property
2230
+ def Name(self):
2231
+ r"""资源name
2232
+ 注意:此字段可能返回 null,表示取不到有效值。
2233
+ :rtype: str
2234
+ """
2235
+ return self._Name
2236
+
2237
+ @Name.setter
2238
+ def Name(self, Name):
2239
+ self._Name = Name
2240
+
2241
+ @property
2242
+ def Status(self):
2243
+ r"""状态
2244
+ 注意:此字段可能返回 null,表示取不到有效值。
2245
+ :rtype: int
2246
+ """
2247
+ return self._Status
2248
+
2249
+ @Status.setter
2250
+ def Status(self, Status):
2251
+ self._Status = Status
2252
+
2253
+
2254
+ def _deserialize(self, params):
2255
+ self._Id = params.get("Id")
2256
+ self._Name = params.get("Name")
2257
+ self._Status = params.get("Status")
2258
+ memeber_set = set(params.keys())
2259
+ for name, value in vars(self).items():
2260
+ property_name = name[1:]
2261
+ if property_name in memeber_set:
2262
+ memeber_set.remove(property_name)
2263
+ if len(memeber_set) > 0:
2264
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2265
+
2266
+
2267
+
2141
2268
  class CreateAcRulesRequest(AbstractModel):
2142
2269
  r"""CreateAcRules请求参数结构体
2143
2270
 
@@ -10458,7 +10585,7 @@ class DescribeLogsRequest(AbstractModel):
10458
10585
  访问控制日志:互联网边界规则rule_acl,NAT边界规则rule_acl,内网间规则rule_vpcacl,企业安全组rule_sg
10459
10586
  操作日志:防火墙开关-开关操作operate_switch,防火墙开关-实例配置operate_instance,资产中心操作operate_assetgroup,访问控制操作operate_acl,零信任防护操作operate_identity,入侵防御操作-入侵防御operate_ids,入侵防御操作-安全基线operate_baseline,常用工具操作operate_tool,网络蜜罐操作operate_honeypot,日志投递操作operate_logdelivery,通用设置操作operate_logstorage,登录日志operate_login
10460
10587
  :type Index: str
10461
- :param _Limit: 每页条数,最大支持2000
10588
+ :param _Limit: 每页条数,最大支持1000
10462
10589
  :type Limit: int
10463
10590
  :param _Offset: 偏移值,最大支持60000
10464
10591
  :type Offset: int
@@ -10493,7 +10620,7 @@ class DescribeLogsRequest(AbstractModel):
10493
10620
 
10494
10621
  @property
10495
10622
  def Limit(self):
10496
- r"""每页条数,最大支持2000
10623
+ r"""每页条数,最大支持1000
10497
10624
  :rtype: int
10498
10625
  """
10499
10626
  return self._Limit
@@ -11431,13 +11558,303 @@ class DescribeNatFwInstancesInfoResponse(AbstractModel):
11431
11558
 
11432
11559
 
11433
11560
  def _deserialize(self, params):
11434
- if params.get("NatinsLst") is not None:
11435
- self._NatinsLst = []
11436
- for item in params.get("NatinsLst"):
11437
- obj = NatInstanceInfo()
11438
- obj._deserialize(item)
11439
- self._NatinsLst.append(obj)
11561
+ if params.get("NatinsLst") is not None:
11562
+ self._NatinsLst = []
11563
+ for item in params.get("NatinsLst"):
11564
+ obj = NatInstanceInfo()
11565
+ obj._deserialize(item)
11566
+ self._NatinsLst.append(obj)
11567
+ self._Total = params.get("Total")
11568
+ self._RequestId = params.get("RequestId")
11569
+
11570
+
11571
+ class DescribeNatFwSwitchRequest(AbstractModel):
11572
+ r"""DescribeNatFwSwitch请求参数结构体
11573
+
11574
+ """
11575
+
11576
+ def __init__(self):
11577
+ r"""
11578
+ :param _Offset: 偏移量,分页用
11579
+ :type Offset: int
11580
+ :param _Limit: 条数,分页用
11581
+ :type Limit: int
11582
+ :param _Filters: 过滤条件组合
11583
+ :type Filters: list of CommonFilter
11584
+ :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
11585
+ :type Order: str
11586
+ :param _By: 排序所用到的字段
11587
+ :type By: str
11588
+ """
11589
+ self._Offset = None
11590
+ self._Limit = None
11591
+ self._Filters = None
11592
+ self._Order = None
11593
+ self._By = None
11594
+
11595
+ @property
11596
+ def Offset(self):
11597
+ r"""偏移量,分页用
11598
+ :rtype: int
11599
+ """
11600
+ return self._Offset
11601
+
11602
+ @Offset.setter
11603
+ def Offset(self, Offset):
11604
+ self._Offset = Offset
11605
+
11606
+ @property
11607
+ def Limit(self):
11608
+ r"""条数,分页用
11609
+ :rtype: int
11610
+ """
11611
+ return self._Limit
11612
+
11613
+ @Limit.setter
11614
+ def Limit(self, Limit):
11615
+ self._Limit = Limit
11616
+
11617
+ @property
11618
+ def Filters(self):
11619
+ r"""过滤条件组合
11620
+ :rtype: list of CommonFilter
11621
+ """
11622
+ return self._Filters
11623
+
11624
+ @Filters.setter
11625
+ def Filters(self, Filters):
11626
+ self._Filters = Filters
11627
+
11628
+ @property
11629
+ def Order(self):
11630
+ r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
11631
+ :rtype: str
11632
+ """
11633
+ return self._Order
11634
+
11635
+ @Order.setter
11636
+ def Order(self, Order):
11637
+ self._Order = Order
11638
+
11639
+ @property
11640
+ def By(self):
11641
+ r"""排序所用到的字段
11642
+ :rtype: str
11643
+ """
11644
+ return self._By
11645
+
11646
+ @By.setter
11647
+ def By(self, By):
11648
+ self._By = By
11649
+
11650
+
11651
+ def _deserialize(self, params):
11652
+ self._Offset = params.get("Offset")
11653
+ self._Limit = params.get("Limit")
11654
+ if params.get("Filters") is not None:
11655
+ self._Filters = []
11656
+ for item in params.get("Filters"):
11657
+ obj = CommonFilter()
11658
+ obj._deserialize(item)
11659
+ self._Filters.append(obj)
11660
+ self._Order = params.get("Order")
11661
+ self._By = params.get("By")
11662
+ memeber_set = set(params.keys())
11663
+ for name, value in vars(self).items():
11664
+ property_name = name[1:]
11665
+ if property_name in memeber_set:
11666
+ memeber_set.remove(property_name)
11667
+ if len(memeber_set) > 0:
11668
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11669
+
11670
+
11671
+
11672
+ class DescribeNatFwSwitchResponse(AbstractModel):
11673
+ r"""DescribeNatFwSwitch返回参数结构体
11674
+
11675
+ """
11676
+
11677
+ def __init__(self):
11678
+ r"""
11679
+ :param _Total: 总数
11680
+ 注意:此字段可能返回 null,表示取不到有效值。
11681
+ :type Total: int
11682
+ :param _Data: NAT边界防火墙开关列表数据
11683
+ 注意:此字段可能返回 null,表示取不到有效值。
11684
+ :type Data: list of NatSwitchListData
11685
+ :param _VpcList: 开关相关VPC列表
11686
+ 注意:此字段可能返回 null,表示取不到有效值。
11687
+ :type VpcList: list of CommonIdName
11688
+ :param _NatList: 开关相关NAT列表
11689
+ 注意:此字段可能返回 null,表示取不到有效值。
11690
+ :type NatList: list of CommonIdName
11691
+ :param _RouteList: 开关相关ROUTE列表
11692
+ 注意:此字段可能返回 null,表示取不到有效值。
11693
+ :type RouteList: list of CommonIdName
11694
+ :param _OnNum: 开启开关个数
11695
+ 注意:此字段可能返回 null,表示取不到有效值。
11696
+ :type OnNum: int
11697
+ :param _OffNum: 关闭开关个数
11698
+ 注意:此字段可能返回 null,表示取不到有效值。
11699
+ :type OffNum: int
11700
+ :param _FailData: 失败开关状态
11701
+ 注意:此字段可能返回 null,表示取不到有效值。
11702
+ :type FailData: list of CommonIdNameStatus
11703
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11704
+ :type RequestId: str
11705
+ """
11706
+ self._Total = None
11707
+ self._Data = None
11708
+ self._VpcList = None
11709
+ self._NatList = None
11710
+ self._RouteList = None
11711
+ self._OnNum = None
11712
+ self._OffNum = None
11713
+ self._FailData = None
11714
+ self._RequestId = None
11715
+
11716
+ @property
11717
+ def Total(self):
11718
+ r"""总数
11719
+ 注意:此字段可能返回 null,表示取不到有效值。
11720
+ :rtype: int
11721
+ """
11722
+ return self._Total
11723
+
11724
+ @Total.setter
11725
+ def Total(self, Total):
11726
+ self._Total = Total
11727
+
11728
+ @property
11729
+ def Data(self):
11730
+ r"""NAT边界防火墙开关列表数据
11731
+ 注意:此字段可能返回 null,表示取不到有效值。
11732
+ :rtype: list of NatSwitchListData
11733
+ """
11734
+ return self._Data
11735
+
11736
+ @Data.setter
11737
+ def Data(self, Data):
11738
+ self._Data = Data
11739
+
11740
+ @property
11741
+ def VpcList(self):
11742
+ r"""开关相关VPC列表
11743
+ 注意:此字段可能返回 null,表示取不到有效值。
11744
+ :rtype: list of CommonIdName
11745
+ """
11746
+ return self._VpcList
11747
+
11748
+ @VpcList.setter
11749
+ def VpcList(self, VpcList):
11750
+ self._VpcList = VpcList
11751
+
11752
+ @property
11753
+ def NatList(self):
11754
+ r"""开关相关NAT列表
11755
+ 注意:此字段可能返回 null,表示取不到有效值。
11756
+ :rtype: list of CommonIdName
11757
+ """
11758
+ return self._NatList
11759
+
11760
+ @NatList.setter
11761
+ def NatList(self, NatList):
11762
+ self._NatList = NatList
11763
+
11764
+ @property
11765
+ def RouteList(self):
11766
+ r"""开关相关ROUTE列表
11767
+ 注意:此字段可能返回 null,表示取不到有效值。
11768
+ :rtype: list of CommonIdName
11769
+ """
11770
+ return self._RouteList
11771
+
11772
+ @RouteList.setter
11773
+ def RouteList(self, RouteList):
11774
+ self._RouteList = RouteList
11775
+
11776
+ @property
11777
+ def OnNum(self):
11778
+ r"""开启开关个数
11779
+ 注意:此字段可能返回 null,表示取不到有效值。
11780
+ :rtype: int
11781
+ """
11782
+ return self._OnNum
11783
+
11784
+ @OnNum.setter
11785
+ def OnNum(self, OnNum):
11786
+ self._OnNum = OnNum
11787
+
11788
+ @property
11789
+ def OffNum(self):
11790
+ r"""关闭开关个数
11791
+ 注意:此字段可能返回 null,表示取不到有效值。
11792
+ :rtype: int
11793
+ """
11794
+ return self._OffNum
11795
+
11796
+ @OffNum.setter
11797
+ def OffNum(self, OffNum):
11798
+ self._OffNum = OffNum
11799
+
11800
+ @property
11801
+ def FailData(self):
11802
+ r"""失败开关状态
11803
+ 注意:此字段可能返回 null,表示取不到有效值。
11804
+ :rtype: list of CommonIdNameStatus
11805
+ """
11806
+ return self._FailData
11807
+
11808
+ @FailData.setter
11809
+ def FailData(self, FailData):
11810
+ self._FailData = FailData
11811
+
11812
+ @property
11813
+ def RequestId(self):
11814
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11815
+ :rtype: str
11816
+ """
11817
+ return self._RequestId
11818
+
11819
+ @RequestId.setter
11820
+ def RequestId(self, RequestId):
11821
+ self._RequestId = RequestId
11822
+
11823
+
11824
+ def _deserialize(self, params):
11440
11825
  self._Total = params.get("Total")
11826
+ if params.get("Data") is not None:
11827
+ self._Data = []
11828
+ for item in params.get("Data"):
11829
+ obj = NatSwitchListData()
11830
+ obj._deserialize(item)
11831
+ self._Data.append(obj)
11832
+ if params.get("VpcList") is not None:
11833
+ self._VpcList = []
11834
+ for item in params.get("VpcList"):
11835
+ obj = CommonIdName()
11836
+ obj._deserialize(item)
11837
+ self._VpcList.append(obj)
11838
+ if params.get("NatList") is not None:
11839
+ self._NatList = []
11840
+ for item in params.get("NatList"):
11841
+ obj = CommonIdName()
11842
+ obj._deserialize(item)
11843
+ self._NatList.append(obj)
11844
+ if params.get("RouteList") is not None:
11845
+ self._RouteList = []
11846
+ for item in params.get("RouteList"):
11847
+ obj = CommonIdName()
11848
+ obj._deserialize(item)
11849
+ self._RouteList.append(obj)
11850
+ self._OnNum = params.get("OnNum")
11851
+ self._OffNum = params.get("OffNum")
11852
+ if params.get("FailData") is not None:
11853
+ self._FailData = []
11854
+ for item in params.get("FailData"):
11855
+ obj = CommonIdNameStatus()
11856
+ obj._deserialize(item)
11857
+ self._FailData.append(obj)
11441
11858
  self._RequestId = params.get("RequestId")
11442
11859
 
11443
11860
 
@@ -20965,6 +21382,365 @@ class NatInstanceInfo(AbstractModel):
20965
21382
 
20966
21383
 
20967
21384
 
21385
+ class NatSwitchListData(AbstractModel):
21386
+ r"""NAT防火墙开关列表数据
21387
+
21388
+ """
21389
+
21390
+ def __init__(self):
21391
+ r"""
21392
+ :param _Id: 列表ID
21393
+ :type Id: int
21394
+ :param _SubnetId: 子网ID
21395
+ 注意:此字段可能返回 null,表示取不到有效值。
21396
+ :type SubnetId: str
21397
+ :param _SubnetName: 子网名称
21398
+ 注意:此字段可能返回 null,表示取不到有效值。
21399
+ :type SubnetName: str
21400
+ :param _SubnetCidr: IPv4 CIDR
21401
+ 注意:此字段可能返回 null,表示取不到有效值。
21402
+ :type SubnetCidr: str
21403
+ :param _RouteId: 关联路由ID
21404
+ 注意:此字段可能返回 null,表示取不到有效值。
21405
+ :type RouteId: str
21406
+ :param _RouteName: 关联路由名称
21407
+ 注意:此字段可能返回 null,表示取不到有效值。
21408
+ :type RouteName: str
21409
+ :param _CvmNum: 云服务器个数
21410
+ 注意:此字段可能返回 null,表示取不到有效值。
21411
+ :type CvmNum: int
21412
+ :param _VpcId: 所属VPC ID
21413
+ 注意:此字段可能返回 null,表示取不到有效值。
21414
+ :type VpcId: str
21415
+ :param _VpcName: 所属VPC名称
21416
+ 注意:此字段可能返回 null,表示取不到有效值。
21417
+ :type VpcName: str
21418
+ :param _Enable: 是否生效
21419
+ 注意:此字段可能返回 null,表示取不到有效值。
21420
+ :type Enable: int
21421
+ :param _Status: 开关状态
21422
+ 注意:此字段可能返回 null,表示取不到有效值。
21423
+ :type Status: int
21424
+ :param _NatId: NAT网关ID
21425
+ 注意:此字段可能返回 null,表示取不到有效值。
21426
+ :type NatId: str
21427
+ :param _NatName: NAT网关名称
21428
+ 注意:此字段可能返回 null,表示取不到有效值。
21429
+ :type NatName: str
21430
+ :param _NatInsId: NAT防火墙实例ID
21431
+ 注意:此字段可能返回 null,表示取不到有效值。
21432
+ :type NatInsId: str
21433
+ :param _NatInsName: NAT防火墙实例名称
21434
+ 注意:此字段可能返回 null,表示取不到有效值。
21435
+ :type NatInsName: str
21436
+ :param _Region: 地域
21437
+ 注意:此字段可能返回 null,表示取不到有效值。
21438
+ :type Region: str
21439
+ :param _Abnormal: 开关是否异常,0:正常,1:异常
21440
+ 注意:此字段可能返回 null,表示取不到有效值。
21441
+ :type Abnormal: int
21442
+ :param _ORTableId: nat防火墙出口路由表id
21443
+ 注意:此字段可能返回 null,表示取不到有效值。
21444
+ :type ORTableId: str
21445
+ :param _ORTableName: nat防火墙出口路由表名称
21446
+ 注意:此字段可能返回 null,表示取不到有效值。
21447
+ :type ORTableName: str
21448
+ :param _Ohavips: 出口Snat Ip列表
21449
+ 注意:此字段可能返回 null,表示取不到有效值。
21450
+ :type Ohavips: list of str
21451
+ """
21452
+ self._Id = None
21453
+ self._SubnetId = None
21454
+ self._SubnetName = None
21455
+ self._SubnetCidr = None
21456
+ self._RouteId = None
21457
+ self._RouteName = None
21458
+ self._CvmNum = None
21459
+ self._VpcId = None
21460
+ self._VpcName = None
21461
+ self._Enable = None
21462
+ self._Status = None
21463
+ self._NatId = None
21464
+ self._NatName = None
21465
+ self._NatInsId = None
21466
+ self._NatInsName = None
21467
+ self._Region = None
21468
+ self._Abnormal = None
21469
+ self._ORTableId = None
21470
+ self._ORTableName = None
21471
+ self._Ohavips = None
21472
+
21473
+ @property
21474
+ def Id(self):
21475
+ r"""列表ID
21476
+ :rtype: int
21477
+ """
21478
+ return self._Id
21479
+
21480
+ @Id.setter
21481
+ def Id(self, Id):
21482
+ self._Id = Id
21483
+
21484
+ @property
21485
+ def SubnetId(self):
21486
+ r"""子网ID
21487
+ 注意:此字段可能返回 null,表示取不到有效值。
21488
+ :rtype: str
21489
+ """
21490
+ return self._SubnetId
21491
+
21492
+ @SubnetId.setter
21493
+ def SubnetId(self, SubnetId):
21494
+ self._SubnetId = SubnetId
21495
+
21496
+ @property
21497
+ def SubnetName(self):
21498
+ r"""子网名称
21499
+ 注意:此字段可能返回 null,表示取不到有效值。
21500
+ :rtype: str
21501
+ """
21502
+ return self._SubnetName
21503
+
21504
+ @SubnetName.setter
21505
+ def SubnetName(self, SubnetName):
21506
+ self._SubnetName = SubnetName
21507
+
21508
+ @property
21509
+ def SubnetCidr(self):
21510
+ r"""IPv4 CIDR
21511
+ 注意:此字段可能返回 null,表示取不到有效值。
21512
+ :rtype: str
21513
+ """
21514
+ return self._SubnetCidr
21515
+
21516
+ @SubnetCidr.setter
21517
+ def SubnetCidr(self, SubnetCidr):
21518
+ self._SubnetCidr = SubnetCidr
21519
+
21520
+ @property
21521
+ def RouteId(self):
21522
+ r"""关联路由ID
21523
+ 注意:此字段可能返回 null,表示取不到有效值。
21524
+ :rtype: str
21525
+ """
21526
+ return self._RouteId
21527
+
21528
+ @RouteId.setter
21529
+ def RouteId(self, RouteId):
21530
+ self._RouteId = RouteId
21531
+
21532
+ @property
21533
+ def RouteName(self):
21534
+ r"""关联路由名称
21535
+ 注意:此字段可能返回 null,表示取不到有效值。
21536
+ :rtype: str
21537
+ """
21538
+ return self._RouteName
21539
+
21540
+ @RouteName.setter
21541
+ def RouteName(self, RouteName):
21542
+ self._RouteName = RouteName
21543
+
21544
+ @property
21545
+ def CvmNum(self):
21546
+ r"""云服务器个数
21547
+ 注意:此字段可能返回 null,表示取不到有效值。
21548
+ :rtype: int
21549
+ """
21550
+ return self._CvmNum
21551
+
21552
+ @CvmNum.setter
21553
+ def CvmNum(self, CvmNum):
21554
+ self._CvmNum = CvmNum
21555
+
21556
+ @property
21557
+ def VpcId(self):
21558
+ r"""所属VPC ID
21559
+ 注意:此字段可能返回 null,表示取不到有效值。
21560
+ :rtype: str
21561
+ """
21562
+ return self._VpcId
21563
+
21564
+ @VpcId.setter
21565
+ def VpcId(self, VpcId):
21566
+ self._VpcId = VpcId
21567
+
21568
+ @property
21569
+ def VpcName(self):
21570
+ r"""所属VPC名称
21571
+ 注意:此字段可能返回 null,表示取不到有效值。
21572
+ :rtype: str
21573
+ """
21574
+ return self._VpcName
21575
+
21576
+ @VpcName.setter
21577
+ def VpcName(self, VpcName):
21578
+ self._VpcName = VpcName
21579
+
21580
+ @property
21581
+ def Enable(self):
21582
+ r"""是否生效
21583
+ 注意:此字段可能返回 null,表示取不到有效值。
21584
+ :rtype: int
21585
+ """
21586
+ return self._Enable
21587
+
21588
+ @Enable.setter
21589
+ def Enable(self, Enable):
21590
+ self._Enable = Enable
21591
+
21592
+ @property
21593
+ def Status(self):
21594
+ r"""开关状态
21595
+ 注意:此字段可能返回 null,表示取不到有效值。
21596
+ :rtype: int
21597
+ """
21598
+ return self._Status
21599
+
21600
+ @Status.setter
21601
+ def Status(self, Status):
21602
+ self._Status = Status
21603
+
21604
+ @property
21605
+ def NatId(self):
21606
+ r"""NAT网关ID
21607
+ 注意:此字段可能返回 null,表示取不到有效值。
21608
+ :rtype: str
21609
+ """
21610
+ return self._NatId
21611
+
21612
+ @NatId.setter
21613
+ def NatId(self, NatId):
21614
+ self._NatId = NatId
21615
+
21616
+ @property
21617
+ def NatName(self):
21618
+ r"""NAT网关名称
21619
+ 注意:此字段可能返回 null,表示取不到有效值。
21620
+ :rtype: str
21621
+ """
21622
+ return self._NatName
21623
+
21624
+ @NatName.setter
21625
+ def NatName(self, NatName):
21626
+ self._NatName = NatName
21627
+
21628
+ @property
21629
+ def NatInsId(self):
21630
+ r"""NAT防火墙实例ID
21631
+ 注意:此字段可能返回 null,表示取不到有效值。
21632
+ :rtype: str
21633
+ """
21634
+ return self._NatInsId
21635
+
21636
+ @NatInsId.setter
21637
+ def NatInsId(self, NatInsId):
21638
+ self._NatInsId = NatInsId
21639
+
21640
+ @property
21641
+ def NatInsName(self):
21642
+ r"""NAT防火墙实例名称
21643
+ 注意:此字段可能返回 null,表示取不到有效值。
21644
+ :rtype: str
21645
+ """
21646
+ return self._NatInsName
21647
+
21648
+ @NatInsName.setter
21649
+ def NatInsName(self, NatInsName):
21650
+ self._NatInsName = NatInsName
21651
+
21652
+ @property
21653
+ def Region(self):
21654
+ r"""地域
21655
+ 注意:此字段可能返回 null,表示取不到有效值。
21656
+ :rtype: str
21657
+ """
21658
+ return self._Region
21659
+
21660
+ @Region.setter
21661
+ def Region(self, Region):
21662
+ self._Region = Region
21663
+
21664
+ @property
21665
+ def Abnormal(self):
21666
+ r"""开关是否异常,0:正常,1:异常
21667
+ 注意:此字段可能返回 null,表示取不到有效值。
21668
+ :rtype: int
21669
+ """
21670
+ return self._Abnormal
21671
+
21672
+ @Abnormal.setter
21673
+ def Abnormal(self, Abnormal):
21674
+ self._Abnormal = Abnormal
21675
+
21676
+ @property
21677
+ def ORTableId(self):
21678
+ r"""nat防火墙出口路由表id
21679
+ 注意:此字段可能返回 null,表示取不到有效值。
21680
+ :rtype: str
21681
+ """
21682
+ return self._ORTableId
21683
+
21684
+ @ORTableId.setter
21685
+ def ORTableId(self, ORTableId):
21686
+ self._ORTableId = ORTableId
21687
+
21688
+ @property
21689
+ def ORTableName(self):
21690
+ r"""nat防火墙出口路由表名称
21691
+ 注意:此字段可能返回 null,表示取不到有效值。
21692
+ :rtype: str
21693
+ """
21694
+ return self._ORTableName
21695
+
21696
+ @ORTableName.setter
21697
+ def ORTableName(self, ORTableName):
21698
+ self._ORTableName = ORTableName
21699
+
21700
+ @property
21701
+ def Ohavips(self):
21702
+ r"""出口Snat Ip列表
21703
+ 注意:此字段可能返回 null,表示取不到有效值。
21704
+ :rtype: list of str
21705
+ """
21706
+ return self._Ohavips
21707
+
21708
+ @Ohavips.setter
21709
+ def Ohavips(self, Ohavips):
21710
+ self._Ohavips = Ohavips
21711
+
21712
+
21713
+ def _deserialize(self, params):
21714
+ self._Id = params.get("Id")
21715
+ self._SubnetId = params.get("SubnetId")
21716
+ self._SubnetName = params.get("SubnetName")
21717
+ self._SubnetCidr = params.get("SubnetCidr")
21718
+ self._RouteId = params.get("RouteId")
21719
+ self._RouteName = params.get("RouteName")
21720
+ self._CvmNum = params.get("CvmNum")
21721
+ self._VpcId = params.get("VpcId")
21722
+ self._VpcName = params.get("VpcName")
21723
+ self._Enable = params.get("Enable")
21724
+ self._Status = params.get("Status")
21725
+ self._NatId = params.get("NatId")
21726
+ self._NatName = params.get("NatName")
21727
+ self._NatInsId = params.get("NatInsId")
21728
+ self._NatInsName = params.get("NatInsName")
21729
+ self._Region = params.get("Region")
21730
+ self._Abnormal = params.get("Abnormal")
21731
+ self._ORTableId = params.get("ORTableId")
21732
+ self._ORTableName = params.get("ORTableName")
21733
+ self._Ohavips = params.get("Ohavips")
21734
+ memeber_set = set(params.keys())
21735
+ for name, value in vars(self).items():
21736
+ property_name = name[1:]
21737
+ if property_name in memeber_set:
21738
+ memeber_set.remove(property_name)
21739
+ if len(memeber_set) > 0:
21740
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
21741
+
21742
+
21743
+
20968
21744
  class NetInstancesInfo(AbstractModel):
20969
21745
  r"""网络实例信息
20970
21746