tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -186,10 +186,8 @@ class AMQPClusterDetail(AbstractModel):
186
186
  :param _Config: 集群配置信息
187
187
  :type Config: :class:`tencentcloud.tdmq.v20200217.models.AMQPClusterConfig`
188
188
  :param _Tags: 标签
189
- 注意:此字段可能返回 null,表示取不到有效值。
190
189
  :type Tags: list of Tag
191
190
  :param _Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
192
- 注意:此字段可能返回 null,表示取不到有效值。
193
191
  :type Status: int
194
192
  """
195
193
  self._Info = None
@@ -222,7 +220,6 @@ class AMQPClusterDetail(AbstractModel):
222
220
  @property
223
221
  def Tags(self):
224
222
  """标签
225
- 注意:此字段可能返回 null,表示取不到有效值。
226
223
  :rtype: list of Tag
227
224
  """
228
225
  return self._Tags
@@ -234,7 +231,6 @@ class AMQPClusterDetail(AbstractModel):
234
231
  @property
235
232
  def Status(self):
236
233
  """集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
237
- 注意:此字段可能返回 null,表示取不到有效值。
238
234
  :rtype: int
239
235
  """
240
236
  return self._Status
@@ -474,7 +470,6 @@ class AcknowledgeMessageResponse(AbstractModel):
474
470
  def __init__(self):
475
471
  r"""
476
472
  :param _ErrorMsg: 如果为"",则说明没有错误返回,否则返回具体的错误信息。
477
- 注意:此字段可能返回 null,表示取不到有效值。
478
473
  :type ErrorMsg: str
479
474
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
480
475
  :type RequestId: str
@@ -485,7 +480,6 @@ class AcknowledgeMessageResponse(AbstractModel):
485
480
  @property
486
481
  def ErrorMsg(self):
487
482
  """如果为"",则说明没有错误返回,否则返回具体的错误信息。
488
- 注意:此字段可能返回 null,表示取不到有效值。
489
483
  :rtype: str
490
484
  """
491
485
  return self._ErrorMsg
@@ -878,6 +872,8 @@ class Cluster(AbstractModel):
878
872
  :param _ProjectName: 项目名字
879
873
  注意:此字段可能返回 null,表示取不到有效值。
880
874
  :type ProjectName: str
875
+ :param _UpgradeProInstance: 是否支持升级专业版实例
876
+ :type UpgradeProInstance: bool
881
877
  """
882
878
  self._ClusterId = None
883
879
  self._ClusterName = None
@@ -908,6 +904,7 @@ class Cluster(AbstractModel):
908
904
  self._PayMode = None
909
905
  self._ProjectId = None
910
906
  self._ProjectName = None
907
+ self._UpgradeProInstance = None
911
908
 
912
909
  @property
913
910
  def ClusterId(self):
@@ -1247,6 +1244,17 @@ class Cluster(AbstractModel):
1247
1244
  def ProjectName(self, ProjectName):
1248
1245
  self._ProjectName = ProjectName
1249
1246
 
1247
+ @property
1248
+ def UpgradeProInstance(self):
1249
+ """是否支持升级专业版实例
1250
+ :rtype: bool
1251
+ """
1252
+ return self._UpgradeProInstance
1253
+
1254
+ @UpgradeProInstance.setter
1255
+ def UpgradeProInstance(self, UpgradeProInstance):
1256
+ self._UpgradeProInstance = UpgradeProInstance
1257
+
1250
1258
 
1251
1259
  def _deserialize(self, params):
1252
1260
  self._ClusterId = params.get("ClusterId")
@@ -1283,6 +1291,7 @@ class Cluster(AbstractModel):
1283
1291
  self._PayMode = params.get("PayMode")
1284
1292
  self._ProjectId = params.get("ProjectId")
1285
1293
  self._ProjectName = params.get("ProjectName")
1294
+ self._UpgradeProInstance = params.get("UpgradeProInstance")
1286
1295
  memeber_set = set(params.keys())
1287
1296
  for name, value in vars(self).items():
1288
1297
  property_name = name[1:]
@@ -4478,9 +4487,9 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4478
4487
 
4479
4488
  def __init__(self):
4480
4489
  r"""
4481
- :param _InstanceId: 实例Id
4490
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4482
4491
  :type InstanceId: str
4483
- :param _VirtualHost: Vhost名称
4492
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
4484
4493
  :type VirtualHost: str
4485
4494
  :param _Source: 源exchange
4486
4495
  :type Source: str
@@ -4500,7 +4509,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4500
4509
 
4501
4510
  @property
4502
4511
  def InstanceId(self):
4503
- """实例Id
4512
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4504
4513
  :rtype: str
4505
4514
  """
4506
4515
  return self._InstanceId
@@ -4511,7 +4520,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4511
4520
 
4512
4521
  @property
4513
4522
  def VirtualHost(self):
4514
- """Vhost名称
4523
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
4515
4524
  :rtype: str
4516
4525
  """
4517
4526
  return self._VirtualHost
@@ -4589,14 +4598,11 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4589
4598
 
4590
4599
  def __init__(self):
4591
4600
  r"""
4592
- :param _InstanceId: 实例名称
4593
- 注意:此字段可能返回 null,表示取不到有效值。
4601
+ :param _InstanceId: 实例 ID
4594
4602
  :type InstanceId: str
4595
4603
  :param _VirtualHost: vhost名称
4596
- 注意:此字段可能返回 null,表示取不到有效值。
4597
4604
  :type VirtualHost: str
4598
4605
  :param _BindingId: 路由关系Id
4599
- 注意:此字段可能返回 null,表示取不到有效值。
4600
4606
  :type BindingId: int
4601
4607
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4602
4608
  :type RequestId: str
@@ -4608,8 +4614,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4608
4614
 
4609
4615
  @property
4610
4616
  def InstanceId(self):
4611
- """实例名称
4612
- 注意:此字段可能返回 null,表示取不到有效值。
4617
+ """实例 ID
4613
4618
  :rtype: str
4614
4619
  """
4615
4620
  return self._InstanceId
@@ -4621,7 +4626,6 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4621
4626
  @property
4622
4627
  def VirtualHost(self):
4623
4628
  """vhost名称
4624
- 注意:此字段可能返回 null,表示取不到有效值。
4625
4629
  :rtype: str
4626
4630
  """
4627
4631
  return self._VirtualHost
@@ -4633,7 +4637,6 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4633
4637
  @property
4634
4638
  def BindingId(self):
4635
4639
  """路由关系Id
4636
- 注意:此字段可能返回 null,表示取不到有效值。
4637
4640
  :rtype: int
4638
4641
  """
4639
4642
  return self._BindingId
@@ -4668,11 +4671,11 @@ class CreateRabbitMQUserRequest(AbstractModel):
4668
4671
 
4669
4672
  def __init__(self):
4670
4673
  r"""
4671
- :param _InstanceId: 集群实例Id
4674
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4672
4675
  :type InstanceId: str
4673
4676
  :param _User: 用户名,登录时使用
4674
4677
  :type User: str
4675
- :param _Password: 密码,登录时使用
4678
+ :param _Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
4676
4679
  :type Password: str
4677
4680
  :param _Description: 描述
4678
4681
  :type Description: str
@@ -4694,7 +4697,7 @@ management:普通控制台用户,monitoring:管理型控制台用户,其
4694
4697
 
4695
4698
  @property
4696
4699
  def InstanceId(self):
4697
- """集群实例Id
4700
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4698
4701
  :rtype: str
4699
4702
  """
4700
4703
  return self._InstanceId
@@ -4716,7 +4719,7 @@ management:普通控制台用户,monitoring:管理型控制台用户,其
4716
4719
 
4717
4720
  @property
4718
4721
  def Password(self):
4719
- """密码,登录时使用
4722
+ """密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
4720
4723
  :rtype: str
4721
4724
  """
4722
4725
  return self._Password
@@ -4841,21 +4844,30 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4841
4844
  r"""
4842
4845
  :param _ZoneIds: 可用区
4843
4846
  :type ZoneIds: list of int
4844
- :param _VpcId: 私有网络VpcId
4847
+ :param _VpcId: 私有网络ID,形如 vpc-xxx。有效的 VpcId 可通过登录[私有网络](https://console.cloud.tencent.com/vpc/vpc?rid=1)控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372),从接口返回中的 unVpcId 字段获取。若在创建子机时 VpcId 与 SubnetId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
4845
4848
  :type VpcId: str
4846
- :param _SubnetId: 私有网络SubnetId
4849
+ :param _SubnetId: 私有网络子网 ID,形如 subnet-xxx。有效的私有网络子网 ID 可通过登录[子网控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784),从接口返回中的 unSubnetId 字段获取。若在创建子机时 SubnetId 与 VpcId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
4847
4850
  :type SubnetId: str
4848
4851
  :param _ClusterName: 集群名称
4849
4852
  :type ClusterName: str
4850
- :param _NodeSpec: 节点规格,基础型rabbit-vip-basic-1,标准型rabbit-vip-basic-2,高阶1型rabbit-vip-basic-3,高阶2型rabbit-vip-basic-4。不传默认为基础型
4853
+ :param _NodeSpec: 集群的节点规格,需要输入对应的规格标识:
4854
+ 2C8G:rabbit-vip-basic-2c8g
4855
+ 4C16G:rabbit-vip-basic-4c16g
4856
+ 8C32G:rabbit-vip-basic-8c32g
4857
+ 16C32G:rabbit-vip-basic-4
4858
+ 16C64G:rabbit-vip-basic-16c64g
4859
+ 2C4G:rabbit-vip-basic-5
4860
+ 4C8G:rabbit-vip-basic-1
4861
+ 8C16G(已售罄):rabbit-vip-basic-2
4862
+ 不传默认为 4C8G:rabbit-vip-basic-1
4851
4863
  :type NodeSpec: str
4852
4864
  :param _NodeNum: 节点数量,多可用区最少为3节点。不传默认单可用区为1,多可用区为3
4853
4865
  :type NodeNum: int
4854
4866
  :param _StorageSize: 单节点存储规格,不传默认为200G
4855
4867
  :type StorageSize: int
4856
- :param _EnableCreateDefaultHaMirrorQueue: 镜像队列,不传默认为false
4868
+ :param _EnableCreateDefaultHaMirrorQueue: 是否开启默认镜像队列,true 表示为开启,false 表示为不开启。不传默认为 false
4857
4869
  :type EnableCreateDefaultHaMirrorQueue: bool
4858
- :param _AutoRenewFlag: 预付费使用。自动续费,不传默认为true
4870
+ :param _AutoRenewFlag: 仅预付费集群(PayMode 参数为 1 时)使用该参数,表示是否自动续费,true 表示打开自动续费。不传默认为 true
4859
4871
  :type AutoRenewFlag: bool
4860
4872
  :param _TimeSpan: 购买时长,不传默认为1(月)
4861
4873
  :type TimeSpan: int
@@ -4867,7 +4879,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4867
4879
  :type IsIntl: bool
4868
4880
  :param _ResourceTags: 资源标签列表
4869
4881
  :type ResourceTags: list of Tag
4870
- :param _Bandwidth: 公网带宽大小,单位 M
4882
+ :param _Bandwidth: 公网带宽大小,单位 Mbps
4871
4883
  :type Bandwidth: int
4872
4884
  :param _EnablePublicAccess: 是否打开公网接入,不传默认为false
4873
4885
  :type EnablePublicAccess: bool
@@ -4902,7 +4914,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4902
4914
 
4903
4915
  @property
4904
4916
  def VpcId(self):
4905
- """私有网络VpcId
4917
+ """私有网络ID,形如 vpc-xxx。有效的 VpcId 可通过登录[私有网络](https://console.cloud.tencent.com/vpc/vpc?rid=1)控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372),从接口返回中的 unVpcId 字段获取。若在创建子机时 VpcId 与 SubnetId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
4906
4918
  :rtype: str
4907
4919
  """
4908
4920
  return self._VpcId
@@ -4913,7 +4925,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4913
4925
 
4914
4926
  @property
4915
4927
  def SubnetId(self):
4916
- """私有网络SubnetId
4928
+ """私有网络子网 ID,形如 subnet-xxx。有效的私有网络子网 ID 可通过登录[子网控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784),从接口返回中的 unSubnetId 字段获取。若在创建子机时 SubnetId 与 VpcId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
4917
4929
  :rtype: str
4918
4930
  """
4919
4931
  return self._SubnetId
@@ -4935,7 +4947,16 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4935
4947
 
4936
4948
  @property
4937
4949
  def NodeSpec(self):
4938
- """节点规格,基础型rabbit-vip-basic-1,标准型rabbit-vip-basic-2,高阶1型rabbit-vip-basic-3,高阶2型rabbit-vip-basic-4。不传默认为基础型
4950
+ """集群的节点规格,需要输入对应的规格标识:
4951
+ 2C8G:rabbit-vip-basic-2c8g
4952
+ 4C16G:rabbit-vip-basic-4c16g
4953
+ 8C32G:rabbit-vip-basic-8c32g
4954
+ 16C32G:rabbit-vip-basic-4
4955
+ 16C64G:rabbit-vip-basic-16c64g
4956
+ 2C4G:rabbit-vip-basic-5
4957
+ 4C8G:rabbit-vip-basic-1
4958
+ 8C16G(已售罄):rabbit-vip-basic-2
4959
+ 不传默认为 4C8G:rabbit-vip-basic-1
4939
4960
  :rtype: str
4940
4961
  """
4941
4962
  return self._NodeSpec
@@ -4968,7 +4989,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4968
4989
 
4969
4990
  @property
4970
4991
  def EnableCreateDefaultHaMirrorQueue(self):
4971
- """镜像队列,不传默认为false
4992
+ """是否开启默认镜像队列,true 表示为开启,false 表示为不开启。不传默认为 false
4972
4993
  :rtype: bool
4973
4994
  """
4974
4995
  return self._EnableCreateDefaultHaMirrorQueue
@@ -4979,7 +5000,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
4979
5000
 
4980
5001
  @property
4981
5002
  def AutoRenewFlag(self):
4982
- """预付费使用。自动续费,不传默认为true
5003
+ """仅预付费集群(PayMode 参数为 1 时)使用该参数,表示是否自动续费,true 表示打开自动续费。不传默认为 true
4983
5004
  :rtype: bool
4984
5005
  """
4985
5006
  return self._AutoRenewFlag
@@ -5045,7 +5066,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
5045
5066
 
5046
5067
  @property
5047
5068
  def Bandwidth(self):
5048
- """公网带宽大小,单位 M
5069
+ """公网带宽大小,单位 Mbps
5049
5070
  :rtype: int
5050
5071
  """
5051
5072
  return self._Bandwidth
@@ -5105,11 +5126,9 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
5105
5126
 
5106
5127
  def __init__(self):
5107
5128
  r"""
5108
- :param _TranId: 订单号Id
5109
- 注意:此字段可能返回 null,表示取不到有效值。
5129
+ :param _TranId: 订单号 ID
5110
5130
  :type TranId: str
5111
- :param _InstanceId: 实例Id
5112
- 注意:此字段可能返回 null,表示取不到有效值。
5131
+ :param _InstanceId: 实例 ID
5113
5132
  :type InstanceId: str
5114
5133
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5115
5134
  :type RequestId: str
@@ -5120,8 +5139,7 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
5120
5139
 
5121
5140
  @property
5122
5141
  def TranId(self):
5123
- """订单号Id
5124
- 注意:此字段可能返回 null,表示取不到有效值。
5142
+ """订单号 ID
5125
5143
  :rtype: str
5126
5144
  """
5127
5145
  return self._TranId
@@ -5132,8 +5150,7 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
5132
5150
 
5133
5151
  @property
5134
5152
  def InstanceId(self):
5135
- """实例Id
5136
- 注意:此字段可能返回 null,表示取不到有效值。
5153
+ """实例 ID
5137
5154
  :rtype: str
5138
5155
  """
5139
5156
  return self._InstanceId
@@ -5167,7 +5184,7 @@ class CreateRabbitMQVirtualHostRequest(AbstractModel):
5167
5184
 
5168
5185
  def __init__(self):
5169
5186
  r"""
5170
- :param _InstanceId: 集群实例Id
5187
+ :param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5171
5188
  :type InstanceId: str
5172
5189
  :param _VirtualHost: vhost名
5173
5190
  :type VirtualHost: str
@@ -5186,7 +5203,7 @@ class CreateRabbitMQVirtualHostRequest(AbstractModel):
5186
5203
 
5187
5204
  @property
5188
5205
  def InstanceId(self):
5189
- """集群实例Id
5206
+ """实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5190
5207
  :rtype: str
5191
5208
  """
5192
5209
  return self._InstanceId
@@ -6901,14 +6918,12 @@ class CreateTopicResponse(AbstractModel):
6901
6918
  :param _Partitions: 0或1:非分区topic,无分区;大于1:具体分区topic的分区数。(存量非分区主题返回0,增量非分区主题返回1)
6902
6919
  :type Partitions: int
6903
6920
  :param _Remark: 备注,128字符以内。
6904
- 注意:此字段可能返回 null,表示取不到有效值。
6905
6921
  :type Remark: str
6906
6922
  :param _TopicType: 0: 普通消息;
6907
6923
  1 :全局顺序消息;
6908
6924
  2 :局部顺序消息;
6909
6925
  3 :重试队列;
6910
6926
  4 :死信队列;
6911
- 注意:此字段可能返回 null,表示取不到有效值。
6912
6927
  :type TopicType: int
6913
6928
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6914
6929
  :type RequestId: str
@@ -6956,7 +6971,6 @@ class CreateTopicResponse(AbstractModel):
6956
6971
  @property
6957
6972
  def Remark(self):
6958
6973
  """备注,128字符以内。
6959
- 注意:此字段可能返回 null,表示取不到有效值。
6960
6974
  :rtype: str
6961
6975
  """
6962
6976
  return self._Remark
@@ -6972,7 +6986,6 @@ class CreateTopicResponse(AbstractModel):
6972
6986
  2 :局部顺序消息;
6973
6987
  3 :重试队列;
6974
6988
  4 :死信队列;
6975
- 注意:此字段可能返回 null,表示取不到有效值。
6976
6989
  :rtype: int
6977
6990
  """
6978
6991
  return self._TopicType
@@ -7562,9 +7575,9 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
7562
7575
 
7563
7576
  def __init__(self):
7564
7577
  r"""
7565
- :param _InstanceId: 实例Id
7578
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7566
7579
  :type InstanceId: str
7567
- :param _VirtualHost: Vhost参数
7580
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
7568
7581
  :type VirtualHost: str
7569
7582
  :param _BindingId: 路由关系Id
7570
7583
  :type BindingId: int
@@ -7575,7 +7588,7 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
7575
7588
 
7576
7589
  @property
7577
7590
  def InstanceId(self):
7578
- """实例Id
7591
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7579
7592
  :rtype: str
7580
7593
  """
7581
7594
  return self._InstanceId
@@ -7586,7 +7599,7 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
7586
7599
 
7587
7600
  @property
7588
7601
  def VirtualHost(self):
7589
- """Vhost参数
7602
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
7590
7603
  :rtype: str
7591
7604
  """
7592
7605
  return self._VirtualHost
@@ -7628,14 +7641,11 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7628
7641
 
7629
7642
  def __init__(self):
7630
7643
  r"""
7631
- :param _InstanceId: 实例名称
7632
- 注意:此字段可能返回 null,表示取不到有效值。
7644
+ :param _InstanceId: 实例 ID
7633
7645
  :type InstanceId: str
7634
7646
  :param _VirtualHost: vhost参数
7635
- 注意:此字段可能返回 null,表示取不到有效值。
7636
7647
  :type VirtualHost: str
7637
7648
  :param _BindingId: 路由关系Id
7638
- 注意:此字段可能返回 null,表示取不到有效值。
7639
7649
  :type BindingId: int
7640
7650
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7641
7651
  :type RequestId: str
@@ -7647,8 +7657,7 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7647
7657
 
7648
7658
  @property
7649
7659
  def InstanceId(self):
7650
- """实例名称
7651
- 注意:此字段可能返回 null,表示取不到有效值。
7660
+ """实例 ID
7652
7661
  :rtype: str
7653
7662
  """
7654
7663
  return self._InstanceId
@@ -7660,7 +7669,6 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7660
7669
  @property
7661
7670
  def VirtualHost(self):
7662
7671
  """vhost参数
7663
- 注意:此字段可能返回 null,表示取不到有效值。
7664
7672
  :rtype: str
7665
7673
  """
7666
7674
  return self._VirtualHost
@@ -7672,7 +7680,6 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7672
7680
  @property
7673
7681
  def BindingId(self):
7674
7682
  """路由关系Id
7675
- 注意:此字段可能返回 null,表示取不到有效值。
7676
7683
  :rtype: int
7677
7684
  """
7678
7685
  return self._BindingId
@@ -7707,11 +7714,11 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
7707
7714
 
7708
7715
  def __init__(self):
7709
7716
  r"""
7710
- :param _InstanceId: 集群实例Id
7717
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7711
7718
  :type InstanceId: str
7712
- :param _User: 用户名,登录时使用
7719
+ :param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
7713
7720
  :type User: str
7714
- :param _VirtualHost: vhost名称
7721
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
7715
7722
  :type VirtualHost: str
7716
7723
  """
7717
7724
  self._InstanceId = None
@@ -7720,7 +7727,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
7720
7727
 
7721
7728
  @property
7722
7729
  def InstanceId(self):
7723
- """集群实例Id
7730
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7724
7731
  :rtype: str
7725
7732
  """
7726
7733
  return self._InstanceId
@@ -7731,7 +7738,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
7731
7738
 
7732
7739
  @property
7733
7740
  def User(self):
7734
- """用户名,登录时使用
7741
+ """用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
7735
7742
  :rtype: str
7736
7743
  """
7737
7744
  return self._User
@@ -7742,7 +7749,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
7742
7749
 
7743
7750
  @property
7744
7751
  def VirtualHost(self):
7745
- """vhost名称
7752
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
7746
7753
  :rtype: str
7747
7754
  """
7748
7755
  return self._VirtualHost
@@ -7801,9 +7808,9 @@ class DeleteRabbitMQUserRequest(AbstractModel):
7801
7808
 
7802
7809
  def __init__(self):
7803
7810
  r"""
7804
- :param _InstanceId: 集群实例Id
7811
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7805
7812
  :type InstanceId: str
7806
- :param _User: 用户名,登录时使用
7813
+ :param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
7807
7814
  :type User: str
7808
7815
  """
7809
7816
  self._InstanceId = None
@@ -7811,7 +7818,7 @@ class DeleteRabbitMQUserRequest(AbstractModel):
7811
7818
 
7812
7819
  @property
7813
7820
  def InstanceId(self):
7814
- """集群实例Id
7821
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7815
7822
  :rtype: str
7816
7823
  """
7817
7824
  return self._InstanceId
@@ -7822,7 +7829,7 @@ class DeleteRabbitMQUserRequest(AbstractModel):
7822
7829
 
7823
7830
  @property
7824
7831
  def User(self):
7825
- """用户名,登录时使用
7832
+ """用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
7826
7833
  :rtype: str
7827
7834
  """
7828
7835
  return self._User
@@ -7880,7 +7887,7 @@ class DeleteRabbitMQVipInstanceRequest(AbstractModel):
7880
7887
 
7881
7888
  def __init__(self):
7882
7889
  r"""
7883
- :param _InstanceId: 实例Id
7890
+ :param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7884
7891
  :type InstanceId: str
7885
7892
  :param _IsIntl: 是否国际站请求,默认 false
7886
7893
  :type IsIntl: bool
@@ -7890,7 +7897,7 @@ class DeleteRabbitMQVipInstanceRequest(AbstractModel):
7890
7897
 
7891
7898
  @property
7892
7899
  def InstanceId(self):
7893
- """实例Id
7900
+ """实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7894
7901
  :rtype: str
7895
7902
  """
7896
7903
  return self._InstanceId
@@ -7931,11 +7938,9 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
7931
7938
 
7932
7939
  def __init__(self):
7933
7940
  r"""
7934
- :param _TranId: 订单号Id
7935
- 注意:此字段可能返回 null,表示取不到有效值。
7941
+ :param _TranId: 订单号 ID
7936
7942
  :type TranId: str
7937
- :param _InstanceId: 实例Id
7938
- 注意:此字段可能返回 null,表示取不到有效值。
7943
+ :param _InstanceId: 实例 ID
7939
7944
  :type InstanceId: str
7940
7945
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7941
7946
  :type RequestId: str
@@ -7946,8 +7951,7 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
7946
7951
 
7947
7952
  @property
7948
7953
  def TranId(self):
7949
- """订单号Id
7950
- 注意:此字段可能返回 null,表示取不到有效值。
7954
+ """订单号 ID
7951
7955
  :rtype: str
7952
7956
  """
7953
7957
  return self._TranId
@@ -7958,8 +7962,7 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
7958
7962
 
7959
7963
  @property
7960
7964
  def InstanceId(self):
7961
- """实例Id
7962
- 注意:此字段可能返回 null,表示取不到有效值。
7965
+ """实例 ID
7963
7966
  :rtype: str
7964
7967
  """
7965
7968
  return self._InstanceId
@@ -7993,9 +7996,9 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
7993
7996
 
7994
7997
  def __init__(self):
7995
7998
  r"""
7996
- :param _InstanceId: 集群实例Id
7999
+ :param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
7997
8000
  :type InstanceId: str
7998
- :param _VirtualHost: vhost名
8001
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
7999
8002
  :type VirtualHost: str
8000
8003
  """
8001
8004
  self._InstanceId = None
@@ -8003,7 +8006,7 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
8003
8006
 
8004
8007
  @property
8005
8008
  def InstanceId(self):
8006
- """集群实例Id
8009
+ """实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
8007
8010
  :rtype: str
8008
8011
  """
8009
8012
  return self._InstanceId
@@ -8014,7 +8017,7 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
8014
8017
 
8015
8018
  @property
8016
8019
  def VirtualHost(self):
8017
- """vhost名
8020
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
8018
8021
  :rtype: str
8019
8022
  """
8020
8023
  return self._VirtualHost
@@ -12760,10 +12763,8 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
12760
12763
  def __init__(self):
12761
12764
  r"""
12762
12765
  :param _BindingInfoList: 路由关系列表
12763
- 注意:此字段可能返回 null,表示取不到有效值。
12764
12766
  :type BindingInfoList: list of RabbitMQBindingListInfo
12765
12767
  :param _TotalCount: 数量
12766
- 注意:此字段可能返回 null,表示取不到有效值。
12767
12768
  :type TotalCount: int
12768
12769
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12769
12770
  :type RequestId: str
@@ -12775,7 +12776,6 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
12775
12776
  @property
12776
12777
  def BindingInfoList(self):
12777
12778
  """路由关系列表
12778
- 注意:此字段可能返回 null,表示取不到有效值。
12779
12779
  :rtype: list of RabbitMQBindingListInfo
12780
12780
  """
12781
12781
  return self._BindingInfoList
@@ -12787,7 +12787,6 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
12787
12787
  @property
12788
12788
  def TotalCount(self):
12789
12789
  """数量
12790
- 注意:此字段可能返回 null,表示取不到有效值。
12791
12790
  :rtype: int
12792
12791
  """
12793
12792
  return self._TotalCount
@@ -13004,10 +13003,8 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
13004
13003
  def __init__(self):
13005
13004
  r"""
13006
13005
  :param _ExchangeInfoList: 策略列表信息
13007
- 注意:此字段可能返回 null,表示取不到有效值。
13008
13006
  :type ExchangeInfoList: list of RabbitMQExchangeListInfo
13009
13007
  :param _TotalCount: 策略结果总数
13010
- 注意:此字段可能返回 null,表示取不到有效值。
13011
13008
  :type TotalCount: int
13012
13009
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13013
13010
  :type RequestId: str
@@ -13019,7 +13016,6 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
13019
13016
  @property
13020
13017
  def ExchangeInfoList(self):
13021
13018
  """策略列表信息
13022
- 注意:此字段可能返回 null,表示取不到有效值。
13023
13019
  :rtype: list of RabbitMQExchangeListInfo
13024
13020
  """
13025
13021
  return self._ExchangeInfoList
@@ -13031,7 +13027,6 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
13031
13027
  @property
13032
13028
  def TotalCount(self):
13033
13029
  """策略结果总数
13034
- 注意:此字段可能返回 null,表示取不到有效值。
13035
13030
  :rtype: int
13036
13031
  """
13037
13032
  return self._TotalCount
@@ -13070,22 +13065,22 @@ class DescribeRabbitMQNodeListRequest(AbstractModel):
13070
13065
 
13071
13066
  def __init__(self):
13072
13067
  r"""
13073
- :param _InstanceId: rabbitmq集群ID
13068
+ :param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
13074
13069
  :type InstanceId: str
13075
- :param _Offset: 偏移量
13070
+ :param _Offset: 偏移量,默认值 0
13076
13071
  :type Offset: int
13077
- :param _Limit: 一页限制
13072
+ :param _Limit: 一页限制,moren
13078
13073
  :type Limit: int
13079
13074
  :param _NodeName: 模糊搜索节点名字
13080
13075
  :type NodeName: str
13081
- :param _Filters: 过滤参数的名字和数值
13082
- 现在只有一个nodeStatus
13083
- running/down
13084
- 数组类型,兼容后续添加过滤参数
13076
+ :param _Filters: 过滤参数的名字和数值,当前仅支持根据节点状态筛选。
13077
+ "Name": "nodeStatus"
13078
+ "Value": running or down
13085
13079
 
13086
13080
  :type Filters: list of Filter
13087
13081
  :param _SortElement: 按指定元素排序,现在只有2个
13088
- cpuUsage/diskUsage
13082
+ cpuUsage:节点CPU利用率
13083
+ diskUsage:节点磁盘利用率
13089
13084
  :type SortElement: str
13090
13085
  :param _SortOrder: 升序/降序
13091
13086
  ascend/descend
@@ -13101,7 +13096,7 @@ ascend/descend
13101
13096
 
13102
13097
  @property
13103
13098
  def InstanceId(self):
13104
- """rabbitmq集群ID
13099
+ """实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
13105
13100
  :rtype: str
13106
13101
  """
13107
13102
  return self._InstanceId
@@ -13112,7 +13107,7 @@ ascend/descend
13112
13107
 
13113
13108
  @property
13114
13109
  def Offset(self):
13115
- """偏移量
13110
+ """偏移量,默认值 0
13116
13111
  :rtype: int
13117
13112
  """
13118
13113
  return self._Offset
@@ -13123,7 +13118,7 @@ ascend/descend
13123
13118
 
13124
13119
  @property
13125
13120
  def Limit(self):
13126
- """一页限制
13121
+ """一页限制,moren
13127
13122
  :rtype: int
13128
13123
  """
13129
13124
  return self._Limit
@@ -13145,10 +13140,9 @@ ascend/descend
13145
13140
 
13146
13141
  @property
13147
13142
  def Filters(self):
13148
- """过滤参数的名字和数值
13149
- 现在只有一个nodeStatus
13150
- running/down
13151
- 数组类型,兼容后续添加过滤参数
13143
+ """过滤参数的名字和数值,当前仅支持根据节点状态筛选。
13144
+ "Name": "nodeStatus"
13145
+ "Value": running or down
13152
13146
 
13153
13147
  :rtype: list of Filter
13154
13148
  """
@@ -13161,7 +13155,8 @@ running/down
13161
13155
  @property
13162
13156
  def SortElement(self):
13163
13157
  """按指定元素排序,现在只有2个
13164
- cpuUsage/diskUsage
13158
+ cpuUsage:节点CPU利用率
13159
+ diskUsage:节点磁盘利用率
13165
13160
  :rtype: str
13166
13161
  """
13167
13162
  return self._SortElement
@@ -13213,9 +13208,9 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
13213
13208
 
13214
13209
  def __init__(self):
13215
13210
  r"""
13216
- :param _TotalCount: 集群列表数量
13211
+ :param _TotalCount: 集群节点数量
13217
13212
  :type TotalCount: int
13218
- :param _NodeList: 集群列表
13213
+ :param _NodeList: 集群节点列表
13219
13214
  注意:此字段可能返回 null,表示取不到有效值。
13220
13215
  :type NodeList: list of RabbitMQPrivateNode
13221
13216
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -13227,7 +13222,7 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
13227
13222
 
13228
13223
  @property
13229
13224
  def TotalCount(self):
13230
- """集群列表数量
13225
+ """集群节点数量
13231
13226
  :rtype: int
13232
13227
  """
13233
13228
  return self._TotalCount
@@ -13238,7 +13233,7 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
13238
13233
 
13239
13234
  @property
13240
13235
  def NodeList(self):
13241
- """集群列表
13236
+ """集群节点列表
13242
13237
  注意:此字段可能返回 null,表示取不到有效值。
13243
13238
  :rtype: list of RabbitMQPrivateNode
13244
13239
  """
@@ -13504,22 +13499,17 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13504
13499
  def __init__(self):
13505
13500
  r"""
13506
13501
  :param _InstanceId: 实例名称
13507
- 注意:此字段可能返回 null,表示取不到有效值。
13508
13502
  :type InstanceId: str
13509
13503
  :param _VirtualHost: Vhost参数
13510
- 注意:此字段可能返回 null,表示取不到有效值。
13511
13504
  :type VirtualHost: str
13512
13505
  :param _QueueName: 队列名称
13513
- 注意:此字段可能返回 null,表示取不到有效值。
13514
13506
  :type QueueName: str
13515
13507
  :param _QueueType: 队列类型,取值classic或quorum
13516
- 注意:此字段可能返回 null,表示取不到有效值。
13517
13508
  :type QueueType: str
13518
13509
  :param _Consumers: 在线消费者数量
13519
13510
  注意:此字段可能返回 null,表示取不到有效值。
13520
13511
  :type Consumers: int
13521
13512
  :param _Durable: 持久标记
13522
- 注意:此字段可能返回 null,表示取不到有效值。
13523
13513
  :type Durable: bool
13524
13514
  :param _AutoDelete: 自动清除
13525
13515
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13570,7 +13560,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13570
13560
  注意:此字段可能返回 null,表示取不到有效值。
13571
13561
  :type MaxInMemoryBytes: int
13572
13562
  :param _CreateTime: 创建时间戳,单位秒
13573
- 注意:此字段可能返回 null,表示取不到有效值。
13574
13563
  :type CreateTime: int
13575
13564
  :param _Node: 节点
13576
13565
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13585,13 +13574,11 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13585
13574
  注意:此字段可能返回 null,表示取不到有效值。
13586
13575
  :type QuorumInitialGroupSize: int
13587
13576
  :param _Exclusive: 是否为独占队列
13588
- 注意:此字段可能返回 null,表示取不到有效值。
13589
13577
  :type Exclusive: bool
13590
13578
  :param _Policy: 生效的策略名
13591
13579
  注意:此字段可能返回 null,表示取不到有效值。
13592
13580
  :type Policy: str
13593
13581
  :param _Arguments: 扩展参数 key-value
13594
- 注意:此字段可能返回 null,表示取不到有效值。
13595
13582
  :type Arguments: str
13596
13583
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13597
13584
  :type RequestId: str
@@ -13631,7 +13618,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13631
13618
  @property
13632
13619
  def InstanceId(self):
13633
13620
  """实例名称
13634
- 注意:此字段可能返回 null,表示取不到有效值。
13635
13621
  :rtype: str
13636
13622
  """
13637
13623
  return self._InstanceId
@@ -13643,7 +13629,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13643
13629
  @property
13644
13630
  def VirtualHost(self):
13645
13631
  """Vhost参数
13646
- 注意:此字段可能返回 null,表示取不到有效值。
13647
13632
  :rtype: str
13648
13633
  """
13649
13634
  return self._VirtualHost
@@ -13655,7 +13640,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13655
13640
  @property
13656
13641
  def QueueName(self):
13657
13642
  """队列名称
13658
- 注意:此字段可能返回 null,表示取不到有效值。
13659
13643
  :rtype: str
13660
13644
  """
13661
13645
  return self._QueueName
@@ -13667,7 +13651,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13667
13651
  @property
13668
13652
  def QueueType(self):
13669
13653
  """队列类型,取值classic或quorum
13670
- 注意:此字段可能返回 null,表示取不到有效值。
13671
13654
  :rtype: str
13672
13655
  """
13673
13656
  return self._QueueType
@@ -13691,7 +13674,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13691
13674
  @property
13692
13675
  def Durable(self):
13693
13676
  """持久标记
13694
- 注意:此字段可能返回 null,表示取不到有效值。
13695
13677
  :rtype: bool
13696
13678
  """
13697
13679
  return self._Durable
@@ -13895,7 +13877,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13895
13877
  @property
13896
13878
  def CreateTime(self):
13897
13879
  """创建时间戳,单位秒
13898
- 注意:此字段可能返回 null,表示取不到有效值。
13899
13880
  :rtype: int
13900
13881
  """
13901
13882
  return self._CreateTime
@@ -13955,7 +13936,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13955
13936
  @property
13956
13937
  def Exclusive(self):
13957
13938
  """是否为独占队列
13958
- 注意:此字段可能返回 null,表示取不到有效值。
13959
13939
  :rtype: bool
13960
13940
  """
13961
13941
  return self._Exclusive
@@ -13979,7 +13959,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
13979
13959
  @property
13980
13960
  def Arguments(self):
13981
13961
  """扩展参数 key-value
13982
- 注意:此字段可能返回 null,表示取不到有效值。
13983
13962
  :rtype: str
13984
13963
  """
13985
13964
  return self._Arguments
@@ -14193,10 +14172,8 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
14193
14172
  def __init__(self):
14194
14173
  r"""
14195
14174
  :param _QueueInfoList: 列表信息
14196
- 注意:此字段可能返回 null,表示取不到有效值。
14197
14175
  :type QueueInfoList: list of RabbitMQQueueListInfo
14198
14176
  :param _TotalCount: 数量
14199
- 注意:此字段可能返回 null,表示取不到有效值。
14200
14177
  :type TotalCount: int
14201
14178
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14202
14179
  :type RequestId: str
@@ -14208,7 +14185,6 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
14208
14185
  @property
14209
14186
  def QueueInfoList(self):
14210
14187
  """列表信息
14211
- 注意:此字段可能返回 null,表示取不到有效值。
14212
14188
  :rtype: list of RabbitMQQueueListInfo
14213
14189
  """
14214
14190
  return self._QueueInfoList
@@ -14220,7 +14196,6 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
14220
14196
  @property
14221
14197
  def TotalCount(self):
14222
14198
  """数量
14223
- 注意:此字段可能返回 null,表示取不到有效值。
14224
14199
  :rtype: int
14225
14200
  """
14226
14201
  return self._TotalCount
@@ -14474,10 +14449,8 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
14474
14449
  :param _ClusterSpecInfo: 集群规格信息
14475
14450
  :type ClusterSpecInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterSpecInfo`
14476
14451
  :param _ClusterNetInfo: 集群访问
14477
- 注意:此字段可能返回 null,表示取不到有效值。
14478
14452
  :type ClusterNetInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterAccessInfo`
14479
14453
  :param _ClusterWhiteListInfo: 集群白名单
14480
- 注意:此字段可能返回 null,表示取不到有效值。
14481
14454
  :type ClusterWhiteListInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
14482
14455
  :param _VirtualHostQuota: vhost配额信息
14483
14456
  :type VirtualHostQuota: :class:`tencentcloud.tdmq.v20200217.models.VirtualHostQuota`
@@ -14522,7 +14495,6 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
14522
14495
  @property
14523
14496
  def ClusterNetInfo(self):
14524
14497
  """集群访问
14525
- 注意:此字段可能返回 null,表示取不到有效值。
14526
14498
  :rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterAccessInfo`
14527
14499
  """
14528
14500
  return self._ClusterNetInfo
@@ -14534,7 +14506,6 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
14534
14506
  @property
14535
14507
  def ClusterWhiteListInfo(self):
14536
14508
  """集群白名单
14537
- 注意:此字段可能返回 null,表示取不到有效值。
14538
14509
  :rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
14539
14510
  """
14540
14511
  return self._ClusterWhiteListInfo
@@ -20646,6 +20617,55 @@ class DimensionOpt(AbstractModel):
20646
20617
 
20647
20618
  """
20648
20619
 
20620
+ def __init__(self):
20621
+ r"""
20622
+ :param _Name: 查询的维度名称
20623
+ 注意:此字段可能返回 null,表示取不到有效值。
20624
+ :type Name: str
20625
+ :param _Value: 查询维度的值
20626
+ 注意:此字段可能返回 null,表示取不到有效值。
20627
+ :type Value: str
20628
+ """
20629
+ self._Name = None
20630
+ self._Value = None
20631
+
20632
+ @property
20633
+ def Name(self):
20634
+ """查询的维度名称
20635
+ 注意:此字段可能返回 null,表示取不到有效值。
20636
+ :rtype: str
20637
+ """
20638
+ return self._Name
20639
+
20640
+ @Name.setter
20641
+ def Name(self, Name):
20642
+ self._Name = Name
20643
+
20644
+ @property
20645
+ def Value(self):
20646
+ """查询维度的值
20647
+ 注意:此字段可能返回 null,表示取不到有效值。
20648
+ :rtype: str
20649
+ """
20650
+ return self._Value
20651
+
20652
+ @Value.setter
20653
+ def Value(self, Value):
20654
+ self._Value = Value
20655
+
20656
+
20657
+ def _deserialize(self, params):
20658
+ self._Name = params.get("Name")
20659
+ self._Value = params.get("Value")
20660
+ memeber_set = set(params.keys())
20661
+ for name, value in vars(self).items():
20662
+ property_name = name[1:]
20663
+ if property_name in memeber_set:
20664
+ memeber_set.remove(property_name)
20665
+ if len(memeber_set) > 0:
20666
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20667
+
20668
+
20649
20669
 
20650
20670
  class Environment(AbstractModel):
20651
20671
  """命名空间信息
@@ -21004,7 +21024,6 @@ class ExchangeQuota(AbstractModel):
21004
21024
  :param _MaxExchange: 可创建最大exchange数
21005
21025
  :type MaxExchange: int
21006
21026
  :param _UsedExchange: 已创建exchange数
21007
- 注意:此字段可能返回 null,表示取不到有效值。
21008
21027
  :type UsedExchange: int
21009
21028
  """
21010
21029
  self._MaxExchange = None
@@ -21024,7 +21043,6 @@ class ExchangeQuota(AbstractModel):
21024
21043
  @property
21025
21044
  def UsedExchange(self):
21026
21045
  """已创建exchange数
21027
- 注意:此字段可能返回 null,表示取不到有效值。
21028
21046
  :rtype: int
21029
21047
  """
21030
21048
  return self._UsedExchange
@@ -22414,100 +22432,6 @@ TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入,
22414
22432
 
22415
22433
 
22416
22434
 
22417
- class ModifyAMQPClusterRequest(AbstractModel):
22418
- """ModifyAMQPCluster请求参数结构体
22419
-
22420
- """
22421
-
22422
- def __init__(self):
22423
- r"""
22424
- :param _ClusterId: 集群ID
22425
- :type ClusterId: str
22426
- :param _ClusterName: 3-64个字符,只能包含字母、数字、“-”及“_”
22427
- :type ClusterName: str
22428
- :param _Remark: 说明信息,不超过128个字符
22429
- :type Remark: str
22430
- """
22431
- self._ClusterId = None
22432
- self._ClusterName = None
22433
- self._Remark = None
22434
-
22435
- @property
22436
- def ClusterId(self):
22437
- """集群ID
22438
- :rtype: str
22439
- """
22440
- return self._ClusterId
22441
-
22442
- @ClusterId.setter
22443
- def ClusterId(self, ClusterId):
22444
- self._ClusterId = ClusterId
22445
-
22446
- @property
22447
- def ClusterName(self):
22448
- """3-64个字符,只能包含字母、数字、“-”及“_”
22449
- :rtype: str
22450
- """
22451
- return self._ClusterName
22452
-
22453
- @ClusterName.setter
22454
- def ClusterName(self, ClusterName):
22455
- self._ClusterName = ClusterName
22456
-
22457
- @property
22458
- def Remark(self):
22459
- """说明信息,不超过128个字符
22460
- :rtype: str
22461
- """
22462
- return self._Remark
22463
-
22464
- @Remark.setter
22465
- def Remark(self, Remark):
22466
- self._Remark = Remark
22467
-
22468
-
22469
- def _deserialize(self, params):
22470
- self._ClusterId = params.get("ClusterId")
22471
- self._ClusterName = params.get("ClusterName")
22472
- self._Remark = params.get("Remark")
22473
- memeber_set = set(params.keys())
22474
- for name, value in vars(self).items():
22475
- property_name = name[1:]
22476
- if property_name in memeber_set:
22477
- memeber_set.remove(property_name)
22478
- if len(memeber_set) > 0:
22479
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
22480
-
22481
-
22482
-
22483
- class ModifyAMQPClusterResponse(AbstractModel):
22484
- """ModifyAMQPCluster返回参数结构体
22485
-
22486
- """
22487
-
22488
- def __init__(self):
22489
- r"""
22490
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22491
- :type RequestId: str
22492
- """
22493
- self._RequestId = None
22494
-
22495
- @property
22496
- def RequestId(self):
22497
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22498
- :rtype: str
22499
- """
22500
- return self._RequestId
22501
-
22502
- @RequestId.setter
22503
- def RequestId(self, RequestId):
22504
- self._RequestId = RequestId
22505
-
22506
-
22507
- def _deserialize(self, params):
22508
- self._RequestId = params.get("RequestId")
22509
-
22510
-
22511
22435
  class ModifyClusterRequest(AbstractModel):
22512
22436
  """ModifyCluster请求参数结构体
22513
22437
 
@@ -23487,160 +23411,6 @@ class ModifyEnvironmentRoleResponse(AbstractModel):
23487
23411
  self._RequestId = params.get("RequestId")
23488
23412
 
23489
23413
 
23490
- class ModifyPublicNetworkAccessPointRequest(AbstractModel):
23491
- """ModifyPublicNetworkAccessPoint请求参数结构体
23492
-
23493
- """
23494
-
23495
- def __init__(self):
23496
- r"""
23497
- :param _ClusterId: 集群名字
23498
- :type ClusterId: str
23499
- :param _PublicNetworkAccessPointStatus: 是否开启
23500
- :type PublicNetworkAccessPointStatus: bool
23501
- :param _SwitchOwner: 必填,公网控制台的开关/Vpc控制台的开关,示例值,Public/Vpc
23502
- :type SwitchOwner: str
23503
- :param _VpcId: Vpc
23504
- :type VpcId: str
23505
- :param _SubnetId: 子网
23506
- :type SubnetId: str
23507
- :param _SelectIp: 子网下面指定ip作为vpc接入点
23508
- :type SelectIp: str
23509
- """
23510
- self._ClusterId = None
23511
- self._PublicNetworkAccessPointStatus = None
23512
- self._SwitchOwner = None
23513
- self._VpcId = None
23514
- self._SubnetId = None
23515
- self._SelectIp = None
23516
-
23517
- @property
23518
- def ClusterId(self):
23519
- """集群名字
23520
- :rtype: str
23521
- """
23522
- return self._ClusterId
23523
-
23524
- @ClusterId.setter
23525
- def ClusterId(self, ClusterId):
23526
- self._ClusterId = ClusterId
23527
-
23528
- @property
23529
- def PublicNetworkAccessPointStatus(self):
23530
- """是否开启
23531
- :rtype: bool
23532
- """
23533
- return self._PublicNetworkAccessPointStatus
23534
-
23535
- @PublicNetworkAccessPointStatus.setter
23536
- def PublicNetworkAccessPointStatus(self, PublicNetworkAccessPointStatus):
23537
- self._PublicNetworkAccessPointStatus = PublicNetworkAccessPointStatus
23538
-
23539
- @property
23540
- def SwitchOwner(self):
23541
- """必填,公网控制台的开关/Vpc控制台的开关,示例值,Public/Vpc
23542
- :rtype: str
23543
- """
23544
- return self._SwitchOwner
23545
-
23546
- @SwitchOwner.setter
23547
- def SwitchOwner(self, SwitchOwner):
23548
- self._SwitchOwner = SwitchOwner
23549
-
23550
- @property
23551
- def VpcId(self):
23552
- """Vpc
23553
- :rtype: str
23554
- """
23555
- return self._VpcId
23556
-
23557
- @VpcId.setter
23558
- def VpcId(self, VpcId):
23559
- self._VpcId = VpcId
23560
-
23561
- @property
23562
- def SubnetId(self):
23563
- """子网
23564
- :rtype: str
23565
- """
23566
- return self._SubnetId
23567
-
23568
- @SubnetId.setter
23569
- def SubnetId(self, SubnetId):
23570
- self._SubnetId = SubnetId
23571
-
23572
- @property
23573
- def SelectIp(self):
23574
- """子网下面指定ip作为vpc接入点
23575
- :rtype: str
23576
- """
23577
- return self._SelectIp
23578
-
23579
- @SelectIp.setter
23580
- def SelectIp(self, SelectIp):
23581
- self._SelectIp = SelectIp
23582
-
23583
-
23584
- def _deserialize(self, params):
23585
- self._ClusterId = params.get("ClusterId")
23586
- self._PublicNetworkAccessPointStatus = params.get("PublicNetworkAccessPointStatus")
23587
- self._SwitchOwner = params.get("SwitchOwner")
23588
- self._VpcId = params.get("VpcId")
23589
- self._SubnetId = params.get("SubnetId")
23590
- self._SelectIp = params.get("SelectIp")
23591
- memeber_set = set(params.keys())
23592
- for name, value in vars(self).items():
23593
- property_name = name[1:]
23594
- if property_name in memeber_set:
23595
- memeber_set.remove(property_name)
23596
- if len(memeber_set) > 0:
23597
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
23598
-
23599
-
23600
-
23601
- class ModifyPublicNetworkAccessPointResponse(AbstractModel):
23602
- """ModifyPublicNetworkAccessPoint返回参数结构体
23603
-
23604
- """
23605
-
23606
- def __init__(self):
23607
- r"""
23608
- :param _ModifyResult: 修改结果
23609
- :type ModifyResult: str
23610
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23611
- :type RequestId: str
23612
- """
23613
- self._ModifyResult = None
23614
- self._RequestId = None
23615
-
23616
- @property
23617
- def ModifyResult(self):
23618
- """修改结果
23619
- :rtype: str
23620
- """
23621
- return self._ModifyResult
23622
-
23623
- @ModifyResult.setter
23624
- def ModifyResult(self, ModifyResult):
23625
- self._ModifyResult = ModifyResult
23626
-
23627
- @property
23628
- def RequestId(self):
23629
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23630
- :rtype: str
23631
- """
23632
- return self._RequestId
23633
-
23634
- @RequestId.setter
23635
- def RequestId(self, RequestId):
23636
- self._RequestId = RequestId
23637
-
23638
-
23639
- def _deserialize(self, params):
23640
- self._ModifyResult = params.get("ModifyResult")
23641
- self._RequestId = params.get("RequestId")
23642
-
23643
-
23644
23414
  class ModifyPublicNetworkSecurityPolicyRequest(AbstractModel):
23645
23415
  """ModifyPublicNetworkSecurityPolicy请求参数结构体
23646
23416
 
@@ -23762,11 +23532,11 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
23762
23532
 
23763
23533
  def __init__(self):
23764
23534
  r"""
23765
- :param _InstanceId: 集群实例Id
23535
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
23766
23536
  :type InstanceId: str
23767
- :param _User: 用户名,权限关联的用户
23537
+ :param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
23768
23538
  :type User: str
23769
- :param _VirtualHost: vhost名称
23539
+ :param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
23770
23540
  :type VirtualHost: str
23771
23541
  :param _ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
23772
23542
  :type ConfigRegexp: str
@@ -23784,7 +23554,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
23784
23554
 
23785
23555
  @property
23786
23556
  def InstanceId(self):
23787
- """集群实例Id
23557
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
23788
23558
  :rtype: str
23789
23559
  """
23790
23560
  return self._InstanceId
@@ -23795,7 +23565,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
23795
23565
 
23796
23566
  @property
23797
23567
  def User(self):
23798
- """用户名,权限关联的用户
23568
+ """用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
23799
23569
  :rtype: str
23800
23570
  """
23801
23571
  return self._User
@@ -23806,7 +23576,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
23806
23576
 
23807
23577
  @property
23808
23578
  def VirtualHost(self):
23809
- """vhost名称
23579
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
23810
23580
  :rtype: str
23811
23581
  """
23812
23582
  return self._VirtualHost
@@ -23901,15 +23671,16 @@ class ModifyRabbitMQUserRequest(AbstractModel):
23901
23671
 
23902
23672
  def __init__(self):
23903
23673
  r"""
23904
- :param _InstanceId: 集群实例Id
23674
+ :param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
23905
23675
  :type InstanceId: str
23906
- :param _User: 用户名,登录时使用
23676
+ :param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
23907
23677
  :type User: str
23908
- :param _Password: 密码,登录时使用
23678
+ :param _Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
23909
23679
  :type Password: str
23910
23680
  :param _Description: 描述,不传则不修改
23911
23681
  :type Description: str
23912
- :param _Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
23682
+ :param _Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
23683
+ management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
23913
23684
  :type Tags: list of str
23914
23685
  :param _MaxConnections: 该用户的最大连接数,不传则不修改
23915
23686
  :type MaxConnections: int
@@ -23926,7 +23697,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
23926
23697
 
23927
23698
  @property
23928
23699
  def InstanceId(self):
23929
- """集群实例Id
23700
+ """实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
23930
23701
  :rtype: str
23931
23702
  """
23932
23703
  return self._InstanceId
@@ -23937,7 +23708,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
23937
23708
 
23938
23709
  @property
23939
23710
  def User(self):
23940
- """用户名,登录时使用
23711
+ """用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
23941
23712
  :rtype: str
23942
23713
  """
23943
23714
  return self._User
@@ -23948,7 +23719,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
23948
23719
 
23949
23720
  @property
23950
23721
  def Password(self):
23951
- """密码,登录时使用
23722
+ """密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
23952
23723
  :rtype: str
23953
23724
  """
23954
23725
  return self._Password
@@ -23970,7 +23741,8 @@ class ModifyRabbitMQUserRequest(AbstractModel):
23970
23741
 
23971
23742
  @property
23972
23743
  def Tags(self):
23973
- """用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
23744
+ """用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
23745
+ management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
23974
23746
  :rtype: list of str
23975
23747
  """
23976
23748
  return self._Tags
@@ -24122,7 +23894,6 @@ class ModifyRabbitMQVipInstanceResponse(AbstractModel):
24122
23894
  def __init__(self):
24123
23895
  r"""
24124
23896
  :param _InstanceId: 实例id
24125
- 注意:此字段可能返回 null,表示取不到有效值。
24126
23897
  :type InstanceId: str
24127
23898
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24128
23899
  :type RequestId: str
@@ -24133,7 +23904,6 @@ class ModifyRabbitMQVipInstanceResponse(AbstractModel):
24133
23904
  @property
24134
23905
  def InstanceId(self):
24135
23906
  """实例id
24136
- 注意:此字段可能返回 null,表示取不到有效值。
24137
23907
  :rtype: str
24138
23908
  """
24139
23909
  return self._InstanceId
@@ -24166,11 +23936,11 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
24166
23936
 
24167
23937
  def __init__(self):
24168
23938
  r"""
24169
- :param _InstanceId: 集群实例Id
23939
+ :param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
24170
23940
  :type InstanceId: str
24171
23941
  :param _VirtualHost: vhost名
24172
23942
  :type VirtualHost: str
24173
- :param _Description: 描述
23943
+ :param _Description: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
24174
23944
  :type Description: str
24175
23945
  :param _TraceFlag: 消息轨迹开关,true打开,false关闭
24176
23946
  :type TraceFlag: bool
@@ -24182,7 +23952,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
24182
23952
 
24183
23953
  @property
24184
23954
  def InstanceId(self):
24185
- """集群实例Id
23955
+ """实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
24186
23956
  :rtype: str
24187
23957
  """
24188
23958
  return self._InstanceId
@@ -24204,7 +23974,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
24204
23974
 
24205
23975
  @property
24206
23976
  def Description(self):
24207
- """描述
23977
+ """VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
24208
23978
  :rtype: str
24209
23979
  """
24210
23980
  return self._Description
@@ -24866,7 +24636,6 @@ class ModifyRocketMQInstanceSpecResponse(AbstractModel):
24866
24636
  def __init__(self):
24867
24637
  r"""
24868
24638
  :param _OrderId: 订单号
24869
- 注意:此字段可能返回 null,表示取不到有效值。
24870
24639
  :type OrderId: str
24871
24640
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24872
24641
  :type RequestId: str
@@ -24877,7 +24646,6 @@ class ModifyRocketMQInstanceSpecResponse(AbstractModel):
24877
24646
  @property
24878
24647
  def OrderId(self):
24879
24648
  """订单号
24880
- 注意:此字段可能返回 null,表示取不到有效值。
24881
24649
  :rtype: str
24882
24650
  """
24883
24651
  return self._OrderId
@@ -26583,6 +26351,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
26583
26351
  注意:此字段可能返回 null,表示取不到有效值。
26584
26352
  :type StandardAccessPoint: bool
26585
26353
  :param _ZoneName: 可用区信息
26354
+ 注意:此字段可能返回 null,表示取不到有效值。
26586
26355
  :type ZoneName: str
26587
26356
  """
26588
26357
  self._VpcId = None
@@ -26724,6 +26493,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
26724
26493
  @property
26725
26494
  def ZoneName(self):
26726
26495
  """可用区信息
26496
+ 注意:此字段可能返回 null,表示取不到有效值。
26727
26497
  :rtype: str
26728
26498
  """
26729
26499
  return self._ZoneName
@@ -26800,6 +26570,9 @@ true就是开启了,false是关闭
26800
26570
  :param _DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
26801
26571
  注意:此字段可能返回 null,表示取不到有效值。
26802
26572
  :type DefaultPartitionNumber: int
26573
+ :param _Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
26574
+
26575
+ :type Tenant: str
26803
26576
  """
26804
26577
  self._ClusterId = None
26805
26578
  self._ClusterName = None
@@ -26814,6 +26587,7 @@ true就是开启了,false是关闭
26814
26587
  self._ExpireTime = None
26815
26588
  self._AutoCreateTopicStatus = None
26816
26589
  self._DefaultPartitionNumber = None
26590
+ self._Tenant = None
26817
26591
 
26818
26592
  @property
26819
26593
  def ClusterId(self):
@@ -26965,6 +26739,18 @@ true就是开启了,false是关闭
26965
26739
  def DefaultPartitionNumber(self, DefaultPartitionNumber):
26966
26740
  self._DefaultPartitionNumber = DefaultPartitionNumber
26967
26741
 
26742
+ @property
26743
+ def Tenant(self):
26744
+ """用户自定义的租户别名,如果没有,会复用专业集群 ID
26745
+
26746
+ :rtype: str
26747
+ """
26748
+ return self._Tenant
26749
+
26750
+ @Tenant.setter
26751
+ def Tenant(self, Tenant):
26752
+ self._Tenant = Tenant
26753
+
26968
26754
 
26969
26755
  def _deserialize(self, params):
26970
26756
  self._ClusterId = params.get("ClusterId")
@@ -26985,6 +26771,7 @@ true就是开启了,false是关闭
26985
26771
  self._ExpireTime = params.get("ExpireTime")
26986
26772
  self._AutoCreateTopicStatus = params.get("AutoCreateTopicStatus")
26987
26773
  self._DefaultPartitionNumber = params.get("DefaultPartitionNumber")
26774
+ self._Tenant = params.get("Tenant")
26988
26775
  memeber_set = set(params.keys())
26989
26776
  for name, value in vars(self).items():
26990
26777
  property_name = name[1:]
@@ -27019,6 +26806,8 @@ class PulsarProClusterSpecInfo(AbstractModel):
27019
26806
  当前集群topic的最大分区数
27020
26807
  注意:此字段可能返回 null,表示取不到有效值。
27021
26808
  :type MaxPartitions: int
26809
+ :param _MaxDelayedMessages: 商品最大延迟消息数量。0代表没有限制
26810
+ :type MaxDelayedMessages: int
27022
26811
  """
27023
26812
  self._SpecName = None
27024
26813
  self._MaxTps = None
@@ -27027,6 +26816,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
27027
26816
  self._MaxTopics = None
27028
26817
  self._ScalableTps = None
27029
26818
  self._MaxPartitions = None
26819
+ self._MaxDelayedMessages = None
27030
26820
 
27031
26821
  @property
27032
26822
  def SpecName(self):
@@ -27108,6 +26898,17 @@ class PulsarProClusterSpecInfo(AbstractModel):
27108
26898
  def MaxPartitions(self, MaxPartitions):
27109
26899
  self._MaxPartitions = MaxPartitions
27110
26900
 
26901
+ @property
26902
+ def MaxDelayedMessages(self):
26903
+ """商品最大延迟消息数量。0代表没有限制
26904
+ :rtype: int
26905
+ """
26906
+ return self._MaxDelayedMessages
26907
+
26908
+ @MaxDelayedMessages.setter
26909
+ def MaxDelayedMessages(self, MaxDelayedMessages):
26910
+ self._MaxDelayedMessages = MaxDelayedMessages
26911
+
27111
26912
 
27112
26913
  def _deserialize(self, params):
27113
26914
  self._SpecName = params.get("SpecName")
@@ -27117,6 +26918,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
27117
26918
  self._MaxTopics = params.get("MaxTopics")
27118
26919
  self._ScalableTps = params.get("ScalableTps")
27119
26920
  self._MaxPartitions = params.get("MaxPartitions")
26921
+ self._MaxDelayedMessages = params.get("MaxDelayedMessages")
27120
26922
  memeber_set = set(params.keys())
27121
26923
  for name, value in vars(self).items():
27122
26924
  property_name = name[1:]
@@ -27179,6 +26981,8 @@ class PulsarProInstance(AbstractModel):
27179
26981
  :param _BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
27180
26982
  注意:此字段可能返回 null,表示取不到有效值。
27181
26983
  :type BillingLabelVersion: str
26984
+ :param _Tenant: 自定义租户
26985
+ :type Tenant: str
27182
26986
  """
27183
26987
  self._InstanceId = None
27184
26988
  self._InstanceName = None
@@ -27199,6 +27003,7 @@ class PulsarProInstance(AbstractModel):
27199
27003
  self._Tags = None
27200
27004
  self._CreateTime = None
27201
27005
  self._BillingLabelVersion = None
27006
+ self._Tenant = None
27202
27007
 
27203
27008
  @property
27204
27009
  def InstanceId(self):
@@ -27416,6 +27221,17 @@ class PulsarProInstance(AbstractModel):
27416
27221
  def BillingLabelVersion(self, BillingLabelVersion):
27417
27222
  self._BillingLabelVersion = BillingLabelVersion
27418
27223
 
27224
+ @property
27225
+ def Tenant(self):
27226
+ """自定义租户
27227
+ :rtype: str
27228
+ """
27229
+ return self._Tenant
27230
+
27231
+ @Tenant.setter
27232
+ def Tenant(self, Tenant):
27233
+ self._Tenant = Tenant
27234
+
27419
27235
 
27420
27236
  def _deserialize(self, params):
27421
27237
  self._InstanceId = params.get("InstanceId")
@@ -27442,6 +27258,7 @@ class PulsarProInstance(AbstractModel):
27442
27258
  self._Tags.append(obj)
27443
27259
  self._CreateTime = params.get("CreateTime")
27444
27260
  self._BillingLabelVersion = params.get("BillingLabelVersion")
27261
+ self._Tenant = params.get("Tenant")
27445
27262
  memeber_set = set(params.keys())
27446
27263
  for name, value in vars(self).items():
27447
27264
  property_name = name[1:]
@@ -27462,7 +27279,6 @@ class QueueQuota(AbstractModel):
27462
27279
  :param _MaxQueue: 可创建最大Queue数
27463
27280
  :type MaxQueue: int
27464
27281
  :param _UsedQueue: 已创建Queue数
27465
- 注意:此字段可能返回 null,表示取不到有效值。
27466
27282
  :type UsedQueue: int
27467
27283
  """
27468
27284
  self._MaxQueue = None
@@ -27482,7 +27298,6 @@ class QueueQuota(AbstractModel):
27482
27298
  @property
27483
27299
  def UsedQueue(self):
27484
27300
  """已创建Queue数
27485
- 注意:此字段可能返回 null,表示取不到有效值。
27486
27301
  :rtype: int
27487
27302
  """
27488
27303
  return self._UsedQueue
@@ -27513,31 +27328,22 @@ class RabbitMQBindingListInfo(AbstractModel):
27513
27328
  def __init__(self):
27514
27329
  r"""
27515
27330
  :param _BindingId: 路由关系id
27516
- 注意:此字段可能返回 null,表示取不到有效值。
27517
27331
  :type BindingId: int
27518
27332
  :param _VirtualHost: Vhost参数
27519
- 注意:此字段可能返回 null,表示取不到有效值。
27520
27333
  :type VirtualHost: str
27521
27334
  :param _Source: 源exchange名称
27522
- 注意:此字段可能返回 null,表示取不到有效值。
27523
27335
  :type Source: str
27524
27336
  :param _DestinationType: 目标类型,queue或exchange
27525
- 注意:此字段可能返回 null,表示取不到有效值。
27526
27337
  :type DestinationType: str
27527
27338
  :param _Destination: 目标资源名称
27528
- 注意:此字段可能返回 null,表示取不到有效值。
27529
27339
  :type Destination: str
27530
27340
  :param _RoutingKey: 绑定key
27531
- 注意:此字段可能返回 null,表示取不到有效值。
27532
27341
  :type RoutingKey: str
27533
27342
  :param _SourceExchangeType: 源exchange类型
27534
- 注意:此字段可能返回 null,表示取不到有效值。
27535
27343
  :type SourceExchangeType: str
27536
27344
  :param _CreateTime: 创建时间
27537
- 注意:此字段可能返回 null,表示取不到有效值。
27538
27345
  :type CreateTime: str
27539
27346
  :param _ModifyTime: 修改时间
27540
- 注意:此字段可能返回 null,表示取不到有效值。
27541
27347
  :type ModifyTime: str
27542
27348
  """
27543
27349
  self._BindingId = None
@@ -27553,7 +27359,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27553
27359
  @property
27554
27360
  def BindingId(self):
27555
27361
  """路由关系id
27556
- 注意:此字段可能返回 null,表示取不到有效值。
27557
27362
  :rtype: int
27558
27363
  """
27559
27364
  return self._BindingId
@@ -27565,7 +27370,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27565
27370
  @property
27566
27371
  def VirtualHost(self):
27567
27372
  """Vhost参数
27568
- 注意:此字段可能返回 null,表示取不到有效值。
27569
27373
  :rtype: str
27570
27374
  """
27571
27375
  return self._VirtualHost
@@ -27577,7 +27381,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27577
27381
  @property
27578
27382
  def Source(self):
27579
27383
  """源exchange名称
27580
- 注意:此字段可能返回 null,表示取不到有效值。
27581
27384
  :rtype: str
27582
27385
  """
27583
27386
  return self._Source
@@ -27589,7 +27392,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27589
27392
  @property
27590
27393
  def DestinationType(self):
27591
27394
  """目标类型,queue或exchange
27592
- 注意:此字段可能返回 null,表示取不到有效值。
27593
27395
  :rtype: str
27594
27396
  """
27595
27397
  return self._DestinationType
@@ -27601,7 +27403,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27601
27403
  @property
27602
27404
  def Destination(self):
27603
27405
  """目标资源名称
27604
- 注意:此字段可能返回 null,表示取不到有效值。
27605
27406
  :rtype: str
27606
27407
  """
27607
27408
  return self._Destination
@@ -27613,7 +27414,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27613
27414
  @property
27614
27415
  def RoutingKey(self):
27615
27416
  """绑定key
27616
- 注意:此字段可能返回 null,表示取不到有效值。
27617
27417
  :rtype: str
27618
27418
  """
27619
27419
  return self._RoutingKey
@@ -27625,7 +27425,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27625
27425
  @property
27626
27426
  def SourceExchangeType(self):
27627
27427
  """源exchange类型
27628
- 注意:此字段可能返回 null,表示取不到有效值。
27629
27428
  :rtype: str
27630
27429
  """
27631
27430
  return self._SourceExchangeType
@@ -27637,7 +27436,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27637
27436
  @property
27638
27437
  def CreateTime(self):
27639
27438
  """创建时间
27640
- 注意:此字段可能返回 null,表示取不到有效值。
27641
27439
  :rtype: str
27642
27440
  """
27643
27441
  return self._CreateTime
@@ -27649,7 +27447,6 @@ class RabbitMQBindingListInfo(AbstractModel):
27649
27447
  @property
27650
27448
  def ModifyTime(self):
27651
27449
  """修改时间
27652
- 注意:此字段可能返回 null,表示取不到有效值。
27653
27450
  :rtype: str
27654
27451
  """
27655
27452
  return self._ModifyTime
@@ -27704,21 +27501,18 @@ class RabbitMQClusterAccessInfo(AbstractModel):
27704
27501
  :param _VpcWebConsoleEndpoint: Vpc管控台访问地址,示例值,http://1.1.1.1:15672
27705
27502
  :type VpcWebConsoleEndpoint: str
27706
27503
  :param _PublicWebConsoleSwitchStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
27707
- 注意:此字段可能返回 null,表示取不到有效值。
27708
27504
  :type PublicWebConsoleSwitchStatus: str
27709
27505
  :param _VpcWebConsoleSwitchStatus: Vpc管控台开关状态,示例值,
27710
27506
  OFF/ON/CREATING/DELETING
27711
- 注意:此字段可能返回 null,表示取不到有效值。
27712
27507
  :type VpcWebConsoleSwitchStatus: str
27713
27508
  :param _PublicDataStreamStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
27714
- 注意:此字段可能返回 null,表示取不到有效值。
27715
27509
  :type PublicDataStreamStatus: str
27716
27510
  :param _PrometheusEndpointInfo: Prometheus信息
27717
- 注意:此字段可能返回 null,表示取不到有效值。
27718
27511
  :type PrometheusEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.PrometheusEndpointInfo`
27719
27512
  :param _WebConsoleDomainEndpoint: 公网域名接入点
27720
- 注意:此字段可能返回 null,表示取不到有效值。
27721
27513
  :type WebConsoleDomainEndpoint: str
27514
+ :param _ControlPlaneEndpointInfo: 控制面所使用的VPC信息
27515
+ :type ControlPlaneEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
27722
27516
  """
27723
27517
  self._PublicAccessEndpoint = None
27724
27518
  self._WebConsoleEndpoint = None
@@ -27733,6 +27527,7 @@ OFF/ON/CREATING/DELETING
27733
27527
  self._PublicDataStreamStatus = None
27734
27528
  self._PrometheusEndpointInfo = None
27735
27529
  self._WebConsoleDomainEndpoint = None
27530
+ self._ControlPlaneEndpointInfo = None
27736
27531
 
27737
27532
  @property
27738
27533
  def PublicAccessEndpoint(self):
@@ -27826,7 +27621,6 @@ OFF/ON/CREATING/DELETING
27826
27621
  @property
27827
27622
  def PublicWebConsoleSwitchStatus(self):
27828
27623
  """公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
27829
- 注意:此字段可能返回 null,表示取不到有效值。
27830
27624
  :rtype: str
27831
27625
  """
27832
27626
  return self._PublicWebConsoleSwitchStatus
@@ -27839,7 +27633,6 @@ OFF/ON/CREATING/DELETING
27839
27633
  def VpcWebConsoleSwitchStatus(self):
27840
27634
  """Vpc管控台开关状态,示例值,
27841
27635
  OFF/ON/CREATING/DELETING
27842
- 注意:此字段可能返回 null,表示取不到有效值。
27843
27636
  :rtype: str
27844
27637
  """
27845
27638
  return self._VpcWebConsoleSwitchStatus
@@ -27851,7 +27644,6 @@ OFF/ON/CREATING/DELETING
27851
27644
  @property
27852
27645
  def PublicDataStreamStatus(self):
27853
27646
  """公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
27854
- 注意:此字段可能返回 null,表示取不到有效值。
27855
27647
  :rtype: str
27856
27648
  """
27857
27649
  return self._PublicDataStreamStatus
@@ -27863,7 +27655,6 @@ OFF/ON/CREATING/DELETING
27863
27655
  @property
27864
27656
  def PrometheusEndpointInfo(self):
27865
27657
  """Prometheus信息
27866
- 注意:此字段可能返回 null,表示取不到有效值。
27867
27658
  :rtype: :class:`tencentcloud.tdmq.v20200217.models.PrometheusEndpointInfo`
27868
27659
  """
27869
27660
  return self._PrometheusEndpointInfo
@@ -27875,7 +27666,6 @@ OFF/ON/CREATING/DELETING
27875
27666
  @property
27876
27667
  def WebConsoleDomainEndpoint(self):
27877
27668
  """公网域名接入点
27878
- 注意:此字段可能返回 null,表示取不到有效值。
27879
27669
  :rtype: str
27880
27670
  """
27881
27671
  return self._WebConsoleDomainEndpoint
@@ -27884,6 +27674,17 @@ OFF/ON/CREATING/DELETING
27884
27674
  def WebConsoleDomainEndpoint(self, WebConsoleDomainEndpoint):
27885
27675
  self._WebConsoleDomainEndpoint = WebConsoleDomainEndpoint
27886
27676
 
27677
+ @property
27678
+ def ControlPlaneEndpointInfo(self):
27679
+ """控制面所使用的VPC信息
27680
+ :rtype: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
27681
+ """
27682
+ return self._ControlPlaneEndpointInfo
27683
+
27684
+ @ControlPlaneEndpointInfo.setter
27685
+ def ControlPlaneEndpointInfo(self, ControlPlaneEndpointInfo):
27686
+ self._ControlPlaneEndpointInfo = ControlPlaneEndpointInfo
27687
+
27887
27688
 
27888
27689
  def _deserialize(self, params):
27889
27690
  self._PublicAccessEndpoint = params.get("PublicAccessEndpoint")
@@ -27901,6 +27702,9 @@ OFF/ON/CREATING/DELETING
27901
27702
  self._PrometheusEndpointInfo = PrometheusEndpointInfo()
27902
27703
  self._PrometheusEndpointInfo._deserialize(params.get("PrometheusEndpointInfo"))
27903
27704
  self._WebConsoleDomainEndpoint = params.get("WebConsoleDomainEndpoint")
27705
+ if params.get("ControlPlaneEndpointInfo") is not None:
27706
+ self._ControlPlaneEndpointInfo = VpcEndpointInfo()
27707
+ self._ControlPlaneEndpointInfo._deserialize(params.get("ControlPlaneEndpointInfo"))
27904
27708
  memeber_set = set(params.keys())
27905
27709
  for name, value in vars(self).items():
27906
27710
  property_name = name[1:]
@@ -27927,12 +27731,10 @@ class RabbitMQClusterInfo(AbstractModel):
27927
27731
  :param _CreateTime: 创建时间,毫秒为单位
27928
27732
  :type CreateTime: int
27929
27733
  :param _Remark: 集群说明信息
27930
- 注意:此字段可能返回 null,表示取不到有效值。
27931
27734
  :type Remark: str
27932
27735
  :param _Vpcs: VPC及网络信息
27933
27736
  :type Vpcs: list of VpcEndpointInfo
27934
27737
  :param _ZoneIds: 可用区信息
27935
- 注意:此字段可能返回 null,表示取不到有效值。
27936
27738
  :type ZoneIds: list of int
27937
27739
  :param _VirtualHostNumber: 虚拟主机数量
27938
27740
  :type VirtualHostNumber: int
@@ -27958,22 +27760,21 @@ class RabbitMQClusterInfo(AbstractModel):
27958
27760
  :param _ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
27959
27761
  :type ClusterStatus: int
27960
27762
  :param _AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
27961
- 注意:此字段可能返回 null,表示取不到有效值。
27962
27763
  :type AutoRenewFlag: int
27963
27764
  :param _MirrorQueuePolicyFlag: 是否开启镜像队列策略。1表示开启,0表示没开启。
27964
- 注意:此字段可能返回 null,表示取不到有效值。
27965
27765
  :type MirrorQueuePolicyFlag: int
27966
27766
  :param _MessageConsumeRate: 每秒消费消息数 单位:条/秒
27967
- 注意:此字段可能返回 null,表示取不到有效值。
27968
27767
  :type MessageConsumeRate: float
27969
27768
  :param _ClusterVersion: 集群版本信息
27970
- 注意:此字段可能返回 null,表示取不到有效值。
27971
27769
  :type ClusterVersion: str
27972
27770
  :param _PayMode: 计费模式,0-后付费,1-预付费
27973
- 注意:此字段可能返回 null,表示取不到有效值。
27974
27771
  :type PayMode: int
27975
27772
  :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
27976
27773
  :type InstanceType: int
27774
+ :param _IsolatedTime: 开始隔离时间
27775
+ :type IsolatedTime: int
27776
+ :param _Container: 是否为容器实例,默认 true
27777
+ :type Container: bool
27977
27778
  """
27978
27779
  self._ClusterId = None
27979
27780
  self._ClusterName = None
@@ -27999,6 +27800,8 @@ class RabbitMQClusterInfo(AbstractModel):
27999
27800
  self._ClusterVersion = None
28000
27801
  self._PayMode = None
28001
27802
  self._InstanceType = None
27803
+ self._IsolatedTime = None
27804
+ self._Container = None
28002
27805
 
28003
27806
  @property
28004
27807
  def ClusterId(self):
@@ -28047,7 +27850,6 @@ class RabbitMQClusterInfo(AbstractModel):
28047
27850
  @property
28048
27851
  def Remark(self):
28049
27852
  """集群说明信息
28050
- 注意:此字段可能返回 null,表示取不到有效值。
28051
27853
  :rtype: str
28052
27854
  """
28053
27855
  return self._Remark
@@ -28070,7 +27872,6 @@ class RabbitMQClusterInfo(AbstractModel):
28070
27872
  @property
28071
27873
  def ZoneIds(self):
28072
27874
  """可用区信息
28073
- 注意:此字段可能返回 null,表示取不到有效值。
28074
27875
  :rtype: list of int
28075
27876
  """
28076
27877
  return self._ZoneIds
@@ -28204,7 +28005,6 @@ class RabbitMQClusterInfo(AbstractModel):
28204
28005
  @property
28205
28006
  def AutoRenewFlag(self):
28206
28007
  """自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
28207
- 注意:此字段可能返回 null,表示取不到有效值。
28208
28008
  :rtype: int
28209
28009
  """
28210
28010
  return self._AutoRenewFlag
@@ -28216,7 +28016,6 @@ class RabbitMQClusterInfo(AbstractModel):
28216
28016
  @property
28217
28017
  def MirrorQueuePolicyFlag(self):
28218
28018
  """是否开启镜像队列策略。1表示开启,0表示没开启。
28219
- 注意:此字段可能返回 null,表示取不到有效值。
28220
28019
  :rtype: int
28221
28020
  """
28222
28021
  return self._MirrorQueuePolicyFlag
@@ -28228,7 +28027,6 @@ class RabbitMQClusterInfo(AbstractModel):
28228
28027
  @property
28229
28028
  def MessageConsumeRate(self):
28230
28029
  """每秒消费消息数 单位:条/秒
28231
- 注意:此字段可能返回 null,表示取不到有效值。
28232
28030
  :rtype: float
28233
28031
  """
28234
28032
  return self._MessageConsumeRate
@@ -28240,7 +28038,6 @@ class RabbitMQClusterInfo(AbstractModel):
28240
28038
  @property
28241
28039
  def ClusterVersion(self):
28242
28040
  """集群版本信息
28243
- 注意:此字段可能返回 null,表示取不到有效值。
28244
28041
  :rtype: str
28245
28042
  """
28246
28043
  return self._ClusterVersion
@@ -28252,7 +28049,6 @@ class RabbitMQClusterInfo(AbstractModel):
28252
28049
  @property
28253
28050
  def PayMode(self):
28254
28051
  """计费模式,0-后付费,1-预付费
28255
- 注意:此字段可能返回 null,表示取不到有效值。
28256
28052
  :rtype: int
28257
28053
  """
28258
28054
  return self._PayMode
@@ -28272,6 +28068,28 @@ class RabbitMQClusterInfo(AbstractModel):
28272
28068
  def InstanceType(self, InstanceType):
28273
28069
  self._InstanceType = InstanceType
28274
28070
 
28071
+ @property
28072
+ def IsolatedTime(self):
28073
+ """开始隔离时间
28074
+ :rtype: int
28075
+ """
28076
+ return self._IsolatedTime
28077
+
28078
+ @IsolatedTime.setter
28079
+ def IsolatedTime(self, IsolatedTime):
28080
+ self._IsolatedTime = IsolatedTime
28081
+
28082
+ @property
28083
+ def Container(self):
28084
+ """是否为容器实例,默认 true
28085
+ :rtype: bool
28086
+ """
28087
+ return self._Container
28088
+
28089
+ @Container.setter
28090
+ def Container(self, Container):
28091
+ self._Container = Container
28092
+
28275
28093
 
28276
28094
  def _deserialize(self, params):
28277
28095
  self._ClusterId = params.get("ClusterId")
@@ -28303,6 +28121,8 @@ class RabbitMQClusterInfo(AbstractModel):
28303
28121
  self._ClusterVersion = params.get("ClusterVersion")
28304
28122
  self._PayMode = params.get("PayMode")
28305
28123
  self._InstanceType = params.get("InstanceType")
28124
+ self._IsolatedTime = params.get("IsolatedTime")
28125
+ self._Container = params.get("Container")
28306
28126
  memeber_set = set(params.keys())
28307
28127
  for name, value in vars(self).items():
28308
28128
  property_name = name[1:]
@@ -28432,13 +28252,10 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
28432
28252
  def __init__(self):
28433
28253
  r"""
28434
28254
  :param _WhiteList: 废弃
28435
- 注意:此字段可能返回 null,表示取不到有效值。
28436
28255
  :type WhiteList: str
28437
28256
  :param _PublicControlConsoleWhiteList: 公网管控台白名单
28438
- 注意:此字段可能返回 null,表示取不到有效值。
28439
28257
  :type PublicControlConsoleWhiteList: str
28440
28258
  :param _PublicDataStreamWhiteList: 公网数据流白名单
28441
- 注意:此字段可能返回 null,表示取不到有效值。
28442
28259
  :type PublicDataStreamWhiteList: str
28443
28260
  :param _PublicControlConsoleWhiteListStatus: 公网管控台白名单状态
28444
28261
  注意:此字段可能返回 null,表示取不到有效值。
@@ -28456,7 +28273,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
28456
28273
  @property
28457
28274
  def WhiteList(self):
28458
28275
  """废弃
28459
- 注意:此字段可能返回 null,表示取不到有效值。
28460
28276
  :rtype: str
28461
28277
  """
28462
28278
  return self._WhiteList
@@ -28468,7 +28284,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
28468
28284
  @property
28469
28285
  def PublicControlConsoleWhiteList(self):
28470
28286
  """公网管控台白名单
28471
- 注意:此字段可能返回 null,表示取不到有效值。
28472
28287
  :rtype: str
28473
28288
  """
28474
28289
  return self._PublicControlConsoleWhiteList
@@ -28480,7 +28295,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
28480
28295
  @property
28481
28296
  def PublicDataStreamWhiteList(self):
28482
28297
  """公网数据流白名单
28483
- 注意:此字段可能返回 null,表示取不到有效值。
28484
28298
  :rtype: str
28485
28299
  """
28486
28300
  return self._PublicDataStreamWhiteList
@@ -28545,16 +28359,12 @@ class RabbitMQExchangeListInfo(AbstractModel):
28545
28359
  :param _ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
28546
28360
  :type ExchangeType: str
28547
28361
  :param _VirtualHost: VHost参数
28548
- 注意:此字段可能返回 null,表示取不到有效值。
28549
28362
  :type VirtualHost: str
28550
28363
  :param _ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
28551
- 注意:此字段可能返回 null,表示取不到有效值。
28552
28364
  :type ExchangeCreator: str
28553
28365
  :param _CreateTimeStamp: exchange 创建时间
28554
- 注意:此字段可能返回 null,表示取不到有效值。
28555
28366
  :type CreateTimeStamp: str
28556
28367
  :param _ModTimeStamp: exchange 修改时间
28557
- 注意:此字段可能返回 null,表示取不到有效值。
28558
28368
  :type ModTimeStamp: str
28559
28369
  :param _MessageRateIn: 输入消息速率
28560
28370
  注意:此字段可能返回 null,表示取不到有效值。
@@ -28563,22 +28373,17 @@ class RabbitMQExchangeListInfo(AbstractModel):
28563
28373
  注意:此字段可能返回 null,表示取不到有效值。
28564
28374
  :type MessageRateOut: float
28565
28375
  :param _Durable: 是否为持久化交换机,true 为持久化,false 为非持久化
28566
- 注意:此字段可能返回 null,表示取不到有效值。
28567
28376
  :type Durable: bool
28568
28377
  :param _AutoDelete: 是否为自动删除交换机,true 为自动删除,false 为非自动删除
28569
- 注意:此字段可能返回 null,表示取不到有效值。
28570
28378
  :type AutoDelete: bool
28571
28379
  :param _Internal: 是否为内部交换机,true 为内部交换机
28572
- 注意:此字段可能返回 null,表示取不到有效值。
28573
28380
  :type Internal: bool
28574
28381
  :param _InstanceId: 交换机所属实例 ID
28575
- 注意:此字段可能返回 null,表示取不到有效值。
28576
28382
  :type InstanceId: str
28577
28383
  :param _Policy: 生效的策略名称
28578
28384
  注意:此字段可能返回 null,表示取不到有效值。
28579
28385
  :type Policy: str
28580
28386
  :param _Arguments: 扩展参数 key-value 对象
28581
- 注意:此字段可能返回 null,表示取不到有效值。
28582
28387
  :type Arguments: str
28583
28388
  :param _MessagesDelayed: 未调度的延时消息数量
28584
28389
  注意:此字段可能返回 null,表示取不到有效值。
@@ -28638,7 +28443,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28638
28443
  @property
28639
28444
  def VirtualHost(self):
28640
28445
  """VHost参数
28641
- 注意:此字段可能返回 null,表示取不到有效值。
28642
28446
  :rtype: str
28643
28447
  """
28644
28448
  return self._VirtualHost
@@ -28650,7 +28454,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28650
28454
  @property
28651
28455
  def ExchangeCreator(self):
28652
28456
  """exchange 创建者, "system":"系统创建", "user":"用户创建"
28653
- 注意:此字段可能返回 null,表示取不到有效值。
28654
28457
  :rtype: str
28655
28458
  """
28656
28459
  return self._ExchangeCreator
@@ -28662,7 +28465,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28662
28465
  @property
28663
28466
  def CreateTimeStamp(self):
28664
28467
  """exchange 创建时间
28665
- 注意:此字段可能返回 null,表示取不到有效值。
28666
28468
  :rtype: str
28667
28469
  """
28668
28470
  return self._CreateTimeStamp
@@ -28674,7 +28476,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28674
28476
  @property
28675
28477
  def ModTimeStamp(self):
28676
28478
  """exchange 修改时间
28677
- 注意:此字段可能返回 null,表示取不到有效值。
28678
28479
  :rtype: str
28679
28480
  """
28680
28481
  return self._ModTimeStamp
@@ -28710,7 +28511,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28710
28511
  @property
28711
28512
  def Durable(self):
28712
28513
  """是否为持久化交换机,true 为持久化,false 为非持久化
28713
- 注意:此字段可能返回 null,表示取不到有效值。
28714
28514
  :rtype: bool
28715
28515
  """
28716
28516
  return self._Durable
@@ -28722,7 +28522,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28722
28522
  @property
28723
28523
  def AutoDelete(self):
28724
28524
  """是否为自动删除交换机,true 为自动删除,false 为非自动删除
28725
- 注意:此字段可能返回 null,表示取不到有效值。
28726
28525
  :rtype: bool
28727
28526
  """
28728
28527
  return self._AutoDelete
@@ -28734,7 +28533,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28734
28533
  @property
28735
28534
  def Internal(self):
28736
28535
  """是否为内部交换机,true 为内部交换机
28737
- 注意:此字段可能返回 null,表示取不到有效值。
28738
28536
  :rtype: bool
28739
28537
  """
28740
28538
  return self._Internal
@@ -28746,7 +28544,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28746
28544
  @property
28747
28545
  def InstanceId(self):
28748
28546
  """交换机所属实例 ID
28749
- 注意:此字段可能返回 null,表示取不到有效值。
28750
28547
  :rtype: str
28751
28548
  """
28752
28549
  return self._InstanceId
@@ -28770,7 +28567,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
28770
28567
  @property
28771
28568
  def Arguments(self):
28772
28569
  """扩展参数 key-value 对象
28773
- 注意:此字段可能返回 null,表示取不到有效值。
28774
28570
  :rtype: str
28775
28571
  """
28776
28572
  return self._Arguments
@@ -28833,19 +28629,14 @@ class RabbitMQPermission(AbstractModel):
28833
28629
  :param _VirtualHost: vhost名
28834
28630
  :type VirtualHost: str
28835
28631
  :param _ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
28836
- 注意:此字段可能返回 null,表示取不到有效值。
28837
28632
  :type ConfigRegexp: str
28838
28633
  :param _WriteRegexp: 权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
28839
- 注意:此字段可能返回 null,表示取不到有效值。
28840
28634
  :type WriteRegexp: str
28841
28635
  :param _ReadRegexp: 权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
28842
- 注意:此字段可能返回 null,表示取不到有效值。
28843
28636
  :type ReadRegexp: str
28844
28637
  :param _CreateTime: 创建时间
28845
- 注意:此字段可能返回 null,表示取不到有效值。
28846
28638
  :type CreateTime: str
28847
28639
  :param _ModifyTime: 修改时间
28848
- 注意:此字段可能返回 null,表示取不到有效值。
28849
28640
  :type ModifyTime: str
28850
28641
  """
28851
28642
  self._InstanceId = None
@@ -28893,7 +28684,6 @@ class RabbitMQPermission(AbstractModel):
28893
28684
  @property
28894
28685
  def ConfigRegexp(self):
28895
28686
  """权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
28896
- 注意:此字段可能返回 null,表示取不到有效值。
28897
28687
  :rtype: str
28898
28688
  """
28899
28689
  return self._ConfigRegexp
@@ -28905,7 +28695,6 @@ class RabbitMQPermission(AbstractModel):
28905
28695
  @property
28906
28696
  def WriteRegexp(self):
28907
28697
  """权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
28908
- 注意:此字段可能返回 null,表示取不到有效值。
28909
28698
  :rtype: str
28910
28699
  """
28911
28700
  return self._WriteRegexp
@@ -28917,7 +28706,6 @@ class RabbitMQPermission(AbstractModel):
28917
28706
  @property
28918
28707
  def ReadRegexp(self):
28919
28708
  """权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
28920
- 注意:此字段可能返回 null,表示取不到有效值。
28921
28709
  :rtype: str
28922
28710
  """
28923
28711
  return self._ReadRegexp
@@ -28929,7 +28717,6 @@ class RabbitMQPermission(AbstractModel):
28929
28717
  @property
28930
28718
  def CreateTime(self):
28931
28719
  """创建时间
28932
- 注意:此字段可能返回 null,表示取不到有效值。
28933
28720
  :rtype: str
28934
28721
  """
28935
28722
  return self._CreateTime
@@ -28941,7 +28728,6 @@ class RabbitMQPermission(AbstractModel):
28941
28728
  @property
28942
28729
  def ModifyTime(self):
28943
28730
  """修改时间
28944
- 注意:此字段可能返回 null,表示取不到有效值。
28945
28731
  :rtype: str
28946
28732
  """
28947
28733
  return self._ModifyTime
@@ -28971,7 +28757,7 @@ class RabbitMQPermission(AbstractModel):
28971
28757
 
28972
28758
 
28973
28759
  class RabbitMQPrivateNode(AbstractModel):
28974
- """RabbitMQ节点信息
28760
+ """RabbitMQ 节点信息
28975
28761
 
28976
28762
  """
28977
28763
 
@@ -28980,7 +28766,7 @@ class RabbitMQPrivateNode(AbstractModel):
28980
28766
  :param _NodeName: 节点名字
28981
28767
  注意:此字段可能返回 null,表示取不到有效值。
28982
28768
  :type NodeName: str
28983
- :param _NodeStatus: 节点状态
28769
+ :param _NodeStatus: 节点状态,running 运行中,down 异常
28984
28770
  注意:此字段可能返回 null,表示取不到有效值。
28985
28771
  :type NodeStatus: str
28986
28772
  :param _CPUUsage: CPU使用率
@@ -29017,7 +28803,7 @@ class RabbitMQPrivateNode(AbstractModel):
29017
28803
 
29018
28804
  @property
29019
28805
  def NodeStatus(self):
29020
- """节点状态
28806
+ """节点状态,running 运行中,down 异常
29021
28807
  注意:此字段可能返回 null,表示取不到有效值。
29022
28808
  :rtype: str
29023
28809
  """
@@ -29144,10 +28930,8 @@ class RabbitMQQueueListInfo(AbstractModel):
29144
28930
  注意:此字段可能返回 null,表示取不到有效值。
29145
28931
  :type Remark: str
29146
28932
  :param _ConsumerDetail: 消费者信息
29147
- 注意:此字段可能返回 null,表示取不到有效值。
29148
28933
  :type ConsumerDetail: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQQueueListConsumerDetailInfo`
29149
28934
  :param _QueueType: 队列类型,取值 "classic","quorum"
29150
- 注意:此字段可能返回 null,表示取不到有效值。
29151
28935
  :type QueueType: str
29152
28936
  :param _MessageHeapCount: 消息堆积数
29153
28937
  注意:此字段可能返回 null,表示取不到有效值。
@@ -29159,34 +28943,25 @@ class RabbitMQQueueListInfo(AbstractModel):
29159
28943
  注意:此字段可能返回 null,表示取不到有效值。
29160
28944
  :type MessageRateOut: float
29161
28945
  :param _CreateTime: 创建时间
29162
- 注意:此字段可能返回 null,表示取不到有效值。
29163
28946
  :type CreateTime: str
29164
28947
  :param _ModifyTime: 修改时间
29165
- 注意:此字段可能返回 null,表示取不到有效值。
29166
28948
  :type ModifyTime: str
29167
28949
  :param _Durable: 队列是否持久化,true 为持久化,false 为非持久化
29168
- 注意:此字段可能返回 null,表示取不到有效值。
29169
28950
  :type Durable: bool
29170
28951
  :param _AutoDelete: 队列是否为自动删除队列,true 为自动删除,false 为非自动删除
29171
- 注意:此字段可能返回 null,表示取不到有效值。
29172
28952
  :type AutoDelete: bool
29173
28953
  :param _InstanceId: 队列所属实例 ID
29174
- 注意:此字段可能返回 null,表示取不到有效值。
29175
28954
  :type InstanceId: str
29176
28955
  :param _VirtualHost: 队列所属虚拟主机名称
29177
- 注意:此字段可能返回 null,表示取不到有效值。
29178
28956
  :type VirtualHost: str
29179
28957
  :param _Node: 队列所在主节点名称
29180
- 注意:此字段可能返回 null,表示取不到有效值。
29181
28958
  :type Node: str
29182
28959
  :param _Policy: 生效的策略名称
29183
28960
  注意:此字段可能返回 null,表示取不到有效值。
29184
28961
  :type Policy: str
29185
28962
  :param _Arguments: 扩展参数 key-value 对象
29186
- 注意:此字段可能返回 null,表示取不到有效值。
29187
28963
  :type Arguments: str
29188
28964
  :param _Exclusive: 是否独占队列
29189
- 注意:此字段可能返回 null,表示取不到有效值。
29190
28965
  :type Exclusive: bool
29191
28966
  """
29192
28967
  self._QueueName = None
@@ -29233,7 +29008,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29233
29008
  @property
29234
29009
  def ConsumerDetail(self):
29235
29010
  """消费者信息
29236
- 注意:此字段可能返回 null,表示取不到有效值。
29237
29011
  :rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQQueueListConsumerDetailInfo`
29238
29012
  """
29239
29013
  return self._ConsumerDetail
@@ -29245,7 +29019,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29245
29019
  @property
29246
29020
  def QueueType(self):
29247
29021
  """队列类型,取值 "classic","quorum"
29248
- 注意:此字段可能返回 null,表示取不到有效值。
29249
29022
  :rtype: str
29250
29023
  """
29251
29024
  return self._QueueType
@@ -29293,7 +29066,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29293
29066
  @property
29294
29067
  def CreateTime(self):
29295
29068
  """创建时间
29296
- 注意:此字段可能返回 null,表示取不到有效值。
29297
29069
  :rtype: str
29298
29070
  """
29299
29071
  return self._CreateTime
@@ -29305,7 +29077,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29305
29077
  @property
29306
29078
  def ModifyTime(self):
29307
29079
  """修改时间
29308
- 注意:此字段可能返回 null,表示取不到有效值。
29309
29080
  :rtype: str
29310
29081
  """
29311
29082
  return self._ModifyTime
@@ -29317,7 +29088,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29317
29088
  @property
29318
29089
  def Durable(self):
29319
29090
  """队列是否持久化,true 为持久化,false 为非持久化
29320
- 注意:此字段可能返回 null,表示取不到有效值。
29321
29091
  :rtype: bool
29322
29092
  """
29323
29093
  return self._Durable
@@ -29329,7 +29099,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29329
29099
  @property
29330
29100
  def AutoDelete(self):
29331
29101
  """队列是否为自动删除队列,true 为自动删除,false 为非自动删除
29332
- 注意:此字段可能返回 null,表示取不到有效值。
29333
29102
  :rtype: bool
29334
29103
  """
29335
29104
  return self._AutoDelete
@@ -29341,7 +29110,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29341
29110
  @property
29342
29111
  def InstanceId(self):
29343
29112
  """队列所属实例 ID
29344
- 注意:此字段可能返回 null,表示取不到有效值。
29345
29113
  :rtype: str
29346
29114
  """
29347
29115
  return self._InstanceId
@@ -29353,7 +29121,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29353
29121
  @property
29354
29122
  def VirtualHost(self):
29355
29123
  """队列所属虚拟主机名称
29356
- 注意:此字段可能返回 null,表示取不到有效值。
29357
29124
  :rtype: str
29358
29125
  """
29359
29126
  return self._VirtualHost
@@ -29365,7 +29132,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29365
29132
  @property
29366
29133
  def Node(self):
29367
29134
  """队列所在主节点名称
29368
- 注意:此字段可能返回 null,表示取不到有效值。
29369
29135
  :rtype: str
29370
29136
  """
29371
29137
  return self._Node
@@ -29389,7 +29155,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29389
29155
  @property
29390
29156
  def Arguments(self):
29391
29157
  """扩展参数 key-value 对象
29392
- 注意:此字段可能返回 null,表示取不到有效值。
29393
29158
  :rtype: str
29394
29159
  """
29395
29160
  return self._Arguments
@@ -29401,7 +29166,6 @@ class RabbitMQQueueListInfo(AbstractModel):
29401
29166
  @property
29402
29167
  def Exclusive(self):
29403
29168
  """是否独占队列
29404
- 注意:此字段可能返回 null,表示取不到有效值。
29405
29169
  :rtype: bool
29406
29170
  """
29407
29171
  return self._Exclusive
@@ -29455,10 +29219,8 @@ class RabbitMQUser(AbstractModel):
29455
29219
  :param _Password: 密码,登录时使用
29456
29220
  :type Password: str
29457
29221
  :param _Description: 用户描述
29458
- 注意:此字段可能返回 null,表示取不到有效值。
29459
29222
  :type Description: str
29460
29223
  :param _Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
29461
- 注意:此字段可能返回 null,表示取不到有效值。
29462
29224
  :type Tags: list of str
29463
29225
  :param _CreateTime: 用户创建时间
29464
29226
  :type CreateTime: str
@@ -29520,7 +29282,6 @@ class RabbitMQUser(AbstractModel):
29520
29282
  @property
29521
29283
  def Description(self):
29522
29284
  """用户描述
29523
- 注意:此字段可能返回 null,表示取不到有效值。
29524
29285
  :rtype: str
29525
29286
  """
29526
29287
  return self._Description
@@ -29532,7 +29293,6 @@ class RabbitMQUser(AbstractModel):
29532
29293
  @property
29533
29294
  def Tags(self):
29534
29295
  """用户标签,用于决定改用户访问RabbitMQ Management的权限范围
29535
- 注意:此字段可能返回 null,表示取不到有效值。
29536
29296
  :rtype: list of str
29537
29297
  """
29538
29298
  return self._Tags
@@ -29632,7 +29392,6 @@ class RabbitMQVipInstance(AbstractModel):
29632
29392
  :param _InstanceName: 实例名称
29633
29393
  :type InstanceName: str
29634
29394
  :param _InstanceVersion: 实例版本
29635
- 注意:此字段可能返回 null,表示取不到有效值。
29636
29395
  :type InstanceVersion: str
29637
29396
  :param _Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
29638
29397
  :type Status: int
@@ -29653,7 +29412,6 @@ class RabbitMQVipInstance(AbstractModel):
29653
29412
  :param _PayMode: 0-后付费,1-预付费
29654
29413
  :type PayMode: int
29655
29414
  :param _Remark: 备注信息
29656
- 注意:此字段可能返回 null,表示取不到有效值。
29657
29415
  :type Remark: str
29658
29416
  :param _SpecName: 实例配置ID
29659
29417
  :type SpecName: str
@@ -29667,13 +29425,13 @@ class RabbitMQVipInstance(AbstractModel):
29667
29425
  注意:此字段可能返回 null,表示取不到有效值。
29668
29426
  :type PublicAccessEndpoint: str
29669
29427
  :param _Vpcs: VPC 接入点列表
29670
- 注意:此字段可能返回 null,表示取不到有效值。
29671
29428
  :type Vpcs: list of VpcEndpointInfo
29672
29429
  :param _CreateTime: 创建时间,毫秒为单位
29673
- 注意:此字段可能返回 null,表示取不到有效值。
29674
29430
  :type CreateTime: int
29675
29431
  :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
29676
29432
  :type InstanceType: int
29433
+ :param _IsolatedTime: 隔离时间,毫秒为单位
29434
+ :type IsolatedTime: int
29677
29435
  """
29678
29436
  self._InstanceId = None
29679
29437
  self._InstanceName = None
@@ -29695,6 +29453,7 @@ class RabbitMQVipInstance(AbstractModel):
29695
29453
  self._Vpcs = None
29696
29454
  self._CreateTime = None
29697
29455
  self._InstanceType = None
29456
+ self._IsolatedTime = None
29698
29457
 
29699
29458
  @property
29700
29459
  def InstanceId(self):
@@ -29721,7 +29480,6 @@ class RabbitMQVipInstance(AbstractModel):
29721
29480
  @property
29722
29481
  def InstanceVersion(self):
29723
29482
  """实例版本
29724
- 注意:此字段可能返回 null,表示取不到有效值。
29725
29483
  :rtype: str
29726
29484
  """
29727
29485
  return self._InstanceVersion
@@ -29832,7 +29590,6 @@ class RabbitMQVipInstance(AbstractModel):
29832
29590
  @property
29833
29591
  def Remark(self):
29834
29592
  """备注信息
29835
- 注意:此字段可能返回 null,表示取不到有效值。
29836
29593
  :rtype: str
29837
29594
  """
29838
29595
  return self._Remark
@@ -29891,7 +29648,6 @@ class RabbitMQVipInstance(AbstractModel):
29891
29648
  @property
29892
29649
  def Vpcs(self):
29893
29650
  """VPC 接入点列表
29894
- 注意:此字段可能返回 null,表示取不到有效值。
29895
29651
  :rtype: list of VpcEndpointInfo
29896
29652
  """
29897
29653
  return self._Vpcs
@@ -29903,7 +29659,6 @@ class RabbitMQVipInstance(AbstractModel):
29903
29659
  @property
29904
29660
  def CreateTime(self):
29905
29661
  """创建时间,毫秒为单位
29906
- 注意:此字段可能返回 null,表示取不到有效值。
29907
29662
  :rtype: int
29908
29663
  """
29909
29664
  return self._CreateTime
@@ -29923,6 +29678,17 @@ class RabbitMQVipInstance(AbstractModel):
29923
29678
  def InstanceType(self, InstanceType):
29924
29679
  self._InstanceType = InstanceType
29925
29680
 
29681
+ @property
29682
+ def IsolatedTime(self):
29683
+ """隔离时间,毫秒为单位
29684
+ :rtype: int
29685
+ """
29686
+ return self._IsolatedTime
29687
+
29688
+ @IsolatedTime.setter
29689
+ def IsolatedTime(self, IsolatedTime):
29690
+ self._IsolatedTime = IsolatedTime
29691
+
29926
29692
 
29927
29693
  def _deserialize(self, params):
29928
29694
  self._InstanceId = params.get("InstanceId")
@@ -29950,6 +29716,7 @@ class RabbitMQVipInstance(AbstractModel):
29950
29716
  self._Vpcs.append(obj)
29951
29717
  self._CreateTime = params.get("CreateTime")
29952
29718
  self._InstanceType = params.get("InstanceType")
29719
+ self._IsolatedTime = params.get("IsolatedTime")
29953
29720
  memeber_set = set(params.keys())
29954
29721
  for name, value in vars(self).items():
29955
29722
  property_name = name[1:]
@@ -29972,37 +29739,26 @@ class RabbitMQVirtualHostInfo(AbstractModel):
29972
29739
  :param _VirtualHost: vhost名
29973
29740
  :type VirtualHost: str
29974
29741
  :param _Description: vhost描述信息
29975
- 注意:此字段可能返回 null,表示取不到有效值。
29976
29742
  :type Description: str
29977
29743
  :param _Tags: vhost标签
29978
- 注意:此字段可能返回 null,表示取不到有效值。
29979
29744
  :type Tags: list of str
29980
29745
  :param _CreateTime: 创建时间
29981
- 注意:此字段可能返回 null,表示取不到有效值。
29982
29746
  :type CreateTime: str
29983
29747
  :param _ModifyTime: 修改时间
29984
- 注意:此字段可能返回 null,表示取不到有效值。
29985
29748
  :type ModifyTime: str
29986
29749
  :param _VirtualHostStatistics: vhost概览统计信息
29987
- 注意:此字段可能返回 null,表示取不到有效值。
29988
29750
  :type VirtualHostStatistics: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
29989
29751
  :param _TraceFlag: 消息轨迹开关,true打开,false关闭
29990
- 注意:此字段可能返回 null,表示取不到有效值。
29991
29752
  :type TraceFlag: bool
29992
29753
  :param _Status: vhost状态,与原生控制台对应,有running、partial、stopped、unknown
29993
- 注意:此字段可能返回 null,表示取不到有效值。
29994
29754
  :type Status: str
29995
29755
  :param _MessageHeapCount: 消息堆积数
29996
- 注意:此字段可能返回 null,表示取不到有效值。
29997
29756
  :type MessageHeapCount: int
29998
29757
  :param _MessageRateIn: 输入消息速率
29999
- 注意:此字段可能返回 null,表示取不到有效值。
30000
29758
  :type MessageRateIn: float
30001
29759
  :param _MessageRateOut: 输出消息速率
30002
- 注意:此字段可能返回 null,表示取不到有效值。
30003
29760
  :type MessageRateOut: float
30004
29761
  :param _MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
30005
- 注意:此字段可能返回 null,表示取不到有效值。
30006
29762
  :type MirrorQueuePolicyFlag: bool
30007
29763
  """
30008
29764
  self._InstanceId = None
@@ -30044,7 +29800,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30044
29800
  @property
30045
29801
  def Description(self):
30046
29802
  """vhost描述信息
30047
- 注意:此字段可能返回 null,表示取不到有效值。
30048
29803
  :rtype: str
30049
29804
  """
30050
29805
  return self._Description
@@ -30056,7 +29811,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30056
29811
  @property
30057
29812
  def Tags(self):
30058
29813
  """vhost标签
30059
- 注意:此字段可能返回 null,表示取不到有效值。
30060
29814
  :rtype: list of str
30061
29815
  """
30062
29816
  return self._Tags
@@ -30068,7 +29822,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30068
29822
  @property
30069
29823
  def CreateTime(self):
30070
29824
  """创建时间
30071
- 注意:此字段可能返回 null,表示取不到有效值。
30072
29825
  :rtype: str
30073
29826
  """
30074
29827
  return self._CreateTime
@@ -30080,7 +29833,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30080
29833
  @property
30081
29834
  def ModifyTime(self):
30082
29835
  """修改时间
30083
- 注意:此字段可能返回 null,表示取不到有效值。
30084
29836
  :rtype: str
30085
29837
  """
30086
29838
  return self._ModifyTime
@@ -30092,7 +29844,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30092
29844
  @property
30093
29845
  def VirtualHostStatistics(self):
30094
29846
  """vhost概览统计信息
30095
- 注意:此字段可能返回 null,表示取不到有效值。
30096
29847
  :rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
30097
29848
  """
30098
29849
  return self._VirtualHostStatistics
@@ -30104,7 +29855,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30104
29855
  @property
30105
29856
  def TraceFlag(self):
30106
29857
  """消息轨迹开关,true打开,false关闭
30107
- 注意:此字段可能返回 null,表示取不到有效值。
30108
29858
  :rtype: bool
30109
29859
  """
30110
29860
  return self._TraceFlag
@@ -30116,7 +29866,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30116
29866
  @property
30117
29867
  def Status(self):
30118
29868
  """vhost状态,与原生控制台对应,有running、partial、stopped、unknown
30119
- 注意:此字段可能返回 null,表示取不到有效值。
30120
29869
  :rtype: str
30121
29870
  """
30122
29871
  return self._Status
@@ -30128,7 +29877,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30128
29877
  @property
30129
29878
  def MessageHeapCount(self):
30130
29879
  """消息堆积数
30131
- 注意:此字段可能返回 null,表示取不到有效值。
30132
29880
  :rtype: int
30133
29881
  """
30134
29882
  return self._MessageHeapCount
@@ -30140,7 +29888,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30140
29888
  @property
30141
29889
  def MessageRateIn(self):
30142
29890
  """输入消息速率
30143
- 注意:此字段可能返回 null,表示取不到有效值。
30144
29891
  :rtype: float
30145
29892
  """
30146
29893
  return self._MessageRateIn
@@ -30152,7 +29899,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30152
29899
  @property
30153
29900
  def MessageRateOut(self):
30154
29901
  """输出消息速率
30155
- 注意:此字段可能返回 null,表示取不到有效值。
30156
29902
  :rtype: float
30157
29903
  """
30158
29904
  return self._MessageRateOut
@@ -30164,7 +29910,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
30164
29910
  @property
30165
29911
  def MirrorQueuePolicyFlag(self):
30166
29912
  """是否存在镜像队列策略,true 为存在,false 为不存
30167
- 注意:此字段可能返回 null,表示取不到有效值。
30168
29913
  :rtype: bool
30169
29914
  """
30170
29915
  return self._MirrorQueuePolicyFlag
@@ -30436,16 +30181,12 @@ class ReceiveMessageResponse(AbstractModel):
30436
30181
  :param _AckTopic: 提供给 Ack 接口,用来Ack哪一个topic中的消息
30437
30182
  :type AckTopic: str
30438
30183
  :param _ErrorMsg: 返回的错误信息,如果为空,说明没有错误
30439
- 注意:此字段可能返回 null,表示取不到有效值。
30440
30184
  :type ErrorMsg: str
30441
30185
  :param _SubName: 返回订阅者的名字,用来创建 ack consumer时使用
30442
- 注意:此字段可能返回 null,表示取不到有效值。
30443
30186
  :type SubName: str
30444
30187
  :param _MessageIDList: BatchReceivePolicy 一次性返回的多条消息的 MessageID,用 ‘###’ 来区分不同的 MessageID
30445
- 注意:此字段可能返回 null,表示取不到有效值。
30446
30188
  :type MessageIDList: str
30447
30189
  :param _MessagesPayload: BatchReceivePolicy 一次性返回的多条消息的消息内容,用 ‘###’ 来区分不同的消息内容
30448
- 注意:此字段可能返回 null,表示取不到有效值。
30449
30190
  :type MessagesPayload: str
30450
30191
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30451
30192
  :type RequestId: str
@@ -30495,7 +30236,6 @@ class ReceiveMessageResponse(AbstractModel):
30495
30236
  @property
30496
30237
  def ErrorMsg(self):
30497
30238
  """返回的错误信息,如果为空,说明没有错误
30498
- 注意:此字段可能返回 null,表示取不到有效值。
30499
30239
  :rtype: str
30500
30240
  """
30501
30241
  return self._ErrorMsg
@@ -30507,7 +30247,6 @@ class ReceiveMessageResponse(AbstractModel):
30507
30247
  @property
30508
30248
  def SubName(self):
30509
30249
  """返回订阅者的名字,用来创建 ack consumer时使用
30510
- 注意:此字段可能返回 null,表示取不到有效值。
30511
30250
  :rtype: str
30512
30251
  """
30513
30252
  return self._SubName
@@ -30519,7 +30258,6 @@ class ReceiveMessageResponse(AbstractModel):
30519
30258
  @property
30520
30259
  def MessageIDList(self):
30521
30260
  """BatchReceivePolicy 一次性返回的多条消息的 MessageID,用 ‘###’ 来区分不同的 MessageID
30522
- 注意:此字段可能返回 null,表示取不到有效值。
30523
30261
  :rtype: str
30524
30262
  """
30525
30263
  return self._MessageIDList
@@ -30531,7 +30269,6 @@ class ReceiveMessageResponse(AbstractModel):
30531
30269
  @property
30532
30270
  def MessagesPayload(self):
30533
30271
  """BatchReceivePolicy 一次性返回的多条消息的消息内容,用 ‘###’ 来区分不同的消息内容
30534
- 注意:此字段可能返回 null,表示取不到有效值。
30535
30272
  :rtype: str
30536
30273
  """
30537
30274
  return self._MessagesPayload
@@ -32179,6 +31916,12 @@ class RocketMQGroup(AbstractModel):
32179
31916
  :param _RetryMaxTimes: 重试次数
32180
31917
  注意:此字段可能返回 null,表示取不到有效值。
32181
31918
  :type RetryMaxTimes: int
31919
+ :param _InstanceId: 实例ID
31920
+ 注意:此字段可能返回 null,表示取不到有效值。
31921
+ :type InstanceId: str
31922
+ :param _Namespace: 命名空间
31923
+ 注意:此字段可能返回 null,表示取不到有效值。
31924
+ :type Namespace: str
32182
31925
  """
32183
31926
  self._Name = None
32184
31927
  self._ConsumerNum = None
@@ -32195,6 +31938,8 @@ class RocketMQGroup(AbstractModel):
32195
31938
  self._BroadcastEnabled = None
32196
31939
  self._GroupType = None
32197
31940
  self._RetryMaxTimes = None
31941
+ self._InstanceId = None
31942
+ self._Namespace = None
32198
31943
 
32199
31944
  @property
32200
31945
  def Name(self):
@@ -32366,6 +32111,30 @@ class RocketMQGroup(AbstractModel):
32366
32111
  def RetryMaxTimes(self, RetryMaxTimes):
32367
32112
  self._RetryMaxTimes = RetryMaxTimes
32368
32113
 
32114
+ @property
32115
+ def InstanceId(self):
32116
+ """实例ID
32117
+ 注意:此字段可能返回 null,表示取不到有效值。
32118
+ :rtype: str
32119
+ """
32120
+ return self._InstanceId
32121
+
32122
+ @InstanceId.setter
32123
+ def InstanceId(self, InstanceId):
32124
+ self._InstanceId = InstanceId
32125
+
32126
+ @property
32127
+ def Namespace(self):
32128
+ """命名空间
32129
+ 注意:此字段可能返回 null,表示取不到有效值。
32130
+ :rtype: str
32131
+ """
32132
+ return self._Namespace
32133
+
32134
+ @Namespace.setter
32135
+ def Namespace(self, Namespace):
32136
+ self._Namespace = Namespace
32137
+
32369
32138
 
32370
32139
  def _deserialize(self, params):
32371
32140
  self._Name = params.get("Name")
@@ -32383,6 +32152,8 @@ class RocketMQGroup(AbstractModel):
32383
32152
  self._BroadcastEnabled = params.get("BroadcastEnabled")
32384
32153
  self._GroupType = params.get("GroupType")
32385
32154
  self._RetryMaxTimes = params.get("RetryMaxTimes")
32155
+ self._InstanceId = params.get("InstanceId")
32156
+ self._Namespace = params.get("Namespace")
32386
32157
  memeber_set = set(params.keys())
32387
32158
  for name, value in vars(self).items():
32388
32159
  property_name = name[1:]
@@ -33830,6 +33601,12 @@ class RocketMQTopic(AbstractModel):
33830
33601
  :type CreateTime: int
33831
33602
  :param _UpdateTime: 创建时间,以毫秒为单位
33832
33603
  :type UpdateTime: int
33604
+ :param _InstanceId: 实例ID
33605
+ 注意:此字段可能返回 null,表示取不到有效值。
33606
+ :type InstanceId: str
33607
+ :param _Namespace: 命名空间
33608
+ 注意:此字段可能返回 null,表示取不到有效值。
33609
+ :type Namespace: str
33833
33610
  :param _LastUpdateTime: 最后写入时间,单位为秒
33834
33611
  注意:此字段可能返回 null,表示取不到有效值。
33835
33612
  :type LastUpdateTime: int
@@ -33847,6 +33624,8 @@ class RocketMQTopic(AbstractModel):
33847
33624
  self._PartitionNum = None
33848
33625
  self._CreateTime = None
33849
33626
  self._UpdateTime = None
33627
+ self._InstanceId = None
33628
+ self._Namespace = None
33850
33629
  self._LastUpdateTime = None
33851
33630
  self._SubscriptionCount = None
33852
33631
  self._SubscriptionData = None
@@ -33929,6 +33708,30 @@ class RocketMQTopic(AbstractModel):
33929
33708
  def UpdateTime(self, UpdateTime):
33930
33709
  self._UpdateTime = UpdateTime
33931
33710
 
33711
+ @property
33712
+ def InstanceId(self):
33713
+ """实例ID
33714
+ 注意:此字段可能返回 null,表示取不到有效值。
33715
+ :rtype: str
33716
+ """
33717
+ return self._InstanceId
33718
+
33719
+ @InstanceId.setter
33720
+ def InstanceId(self, InstanceId):
33721
+ self._InstanceId = InstanceId
33722
+
33723
+ @property
33724
+ def Namespace(self):
33725
+ """命名空间
33726
+ 注意:此字段可能返回 null,表示取不到有效值。
33727
+ :rtype: str
33728
+ """
33729
+ return self._Namespace
33730
+
33731
+ @Namespace.setter
33732
+ def Namespace(self, Namespace):
33733
+ self._Namespace = Namespace
33734
+
33932
33735
  @property
33933
33736
  def LastUpdateTime(self):
33934
33737
  """最后写入时间,单位为秒
@@ -33974,6 +33777,8 @@ class RocketMQTopic(AbstractModel):
33974
33777
  self._PartitionNum = params.get("PartitionNum")
33975
33778
  self._CreateTime = params.get("CreateTime")
33976
33779
  self._UpdateTime = params.get("UpdateTime")
33780
+ self._InstanceId = params.get("InstanceId")
33781
+ self._Namespace = params.get("Namespace")
33977
33782
  self._LastUpdateTime = params.get("LastUpdateTime")
33978
33783
  self._SubscriptionCount = params.get("SubscriptionCount")
33979
33784
  if params.get("SubscriptionData") is not None:
@@ -34292,7 +34097,6 @@ class RocketMQVipInstance(AbstractModel):
34292
34097
  :param _InstanceName: 实例名称
34293
34098
  :type InstanceName: str
34294
34099
  :param _InstanceVersion: 实例版本
34295
- 注意:此字段可能返回 null,表示取不到有效值。
34296
34100
  :type InstanceVersion: str
34297
34101
  :param _Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败
34298
34102
  :type Status: int
@@ -34313,24 +34117,18 @@ class RocketMQVipInstance(AbstractModel):
34313
34117
  :param _PayMode: 0-后付费,1-预付费
34314
34118
  :type PayMode: int
34315
34119
  :param _Remark: 备注信息
34316
- 注意:此字段可能返回 null,表示取不到有效值。
34317
34120
  :type Remark: str
34318
34121
  :param _SpecName: 实例配置ID
34319
34122
  :type SpecName: str
34320
34123
  :param _MaxRetention: 最大可设置消息保留时间,小时为单位
34321
- 注意:此字段可能返回 null,表示取不到有效值。
34322
34124
  :type MaxRetention: int
34323
34125
  :param _MinRetention: 最小可设置消息保留时间,小时为单位
34324
- 注意:此字段可能返回 null,表示取不到有效值。
34325
34126
  :type MinRetention: int
34326
34127
  :param _Retention: 实例消息保留时间,小时为单位
34327
- 注意:此字段可能返回 null,表示取不到有效值。
34328
34128
  :type Retention: int
34329
34129
  :param _AclEnabled: 是否开启ACL鉴权
34330
- 注意:此字段可能返回 null,表示取不到有效值。
34331
34130
  :type AclEnabled: bool
34332
34131
  :param _DestroyTime: 销毁时间
34333
- 注意:此字段可能返回 null,表示取不到有效值。
34334
34132
  :type DestroyTime: int
34335
34133
  """
34336
34134
  self._InstanceId = None
@@ -34378,7 +34176,6 @@ class RocketMQVipInstance(AbstractModel):
34378
34176
  @property
34379
34177
  def InstanceVersion(self):
34380
34178
  """实例版本
34381
- 注意:此字段可能返回 null,表示取不到有效值。
34382
34179
  :rtype: str
34383
34180
  """
34384
34181
  return self._InstanceVersion
@@ -34489,7 +34286,6 @@ class RocketMQVipInstance(AbstractModel):
34489
34286
  @property
34490
34287
  def Remark(self):
34491
34288
  """备注信息
34492
- 注意:此字段可能返回 null,表示取不到有效值。
34493
34289
  :rtype: str
34494
34290
  """
34495
34291
  return self._Remark
@@ -34512,7 +34308,6 @@ class RocketMQVipInstance(AbstractModel):
34512
34308
  @property
34513
34309
  def MaxRetention(self):
34514
34310
  """最大可设置消息保留时间,小时为单位
34515
- 注意:此字段可能返回 null,表示取不到有效值。
34516
34311
  :rtype: int
34517
34312
  """
34518
34313
  return self._MaxRetention
@@ -34524,7 +34319,6 @@ class RocketMQVipInstance(AbstractModel):
34524
34319
  @property
34525
34320
  def MinRetention(self):
34526
34321
  """最小可设置消息保留时间,小时为单位
34527
- 注意:此字段可能返回 null,表示取不到有效值。
34528
34322
  :rtype: int
34529
34323
  """
34530
34324
  return self._MinRetention
@@ -34536,7 +34330,6 @@ class RocketMQVipInstance(AbstractModel):
34536
34330
  @property
34537
34331
  def Retention(self):
34538
34332
  """实例消息保留时间,小时为单位
34539
- 注意:此字段可能返回 null,表示取不到有效值。
34540
34333
  :rtype: int
34541
34334
  """
34542
34335
  return self._Retention
@@ -34548,7 +34341,6 @@ class RocketMQVipInstance(AbstractModel):
34548
34341
  @property
34549
34342
  def AclEnabled(self):
34550
34343
  """是否开启ACL鉴权
34551
- 注意:此字段可能返回 null,表示取不到有效值。
34552
34344
  :rtype: bool
34553
34345
  """
34554
34346
  return self._AclEnabled
@@ -34560,7 +34352,6 @@ class RocketMQVipInstance(AbstractModel):
34560
34352
  @property
34561
34353
  def DestroyTime(self):
34562
34354
  """销毁时间
34563
- 注意:此字段可能返回 null,表示取不到有效值。
34564
34355
  :rtype: int
34565
34356
  """
34566
34357
  return self._DestroyTime
@@ -34617,12 +34408,15 @@ class Role(AbstractModel):
34617
34408
  :type CreateTime: str
34618
34409
  :param _UpdateTime: 更新时间。
34619
34410
  :type UpdateTime: str
34411
+ :param _PermType: 授权类型(Cluster:集群;TopicAndGroup:主题或消费组)
34412
+ :type PermType: str
34620
34413
  """
34621
34414
  self._RoleName = None
34622
34415
  self._Token = None
34623
34416
  self._Remark = None
34624
34417
  self._CreateTime = None
34625
34418
  self._UpdateTime = None
34419
+ self._PermType = None
34626
34420
 
34627
34421
  @property
34628
34422
  def RoleName(self):
@@ -34679,6 +34473,17 @@ class Role(AbstractModel):
34679
34473
  def UpdateTime(self, UpdateTime):
34680
34474
  self._UpdateTime = UpdateTime
34681
34475
 
34476
+ @property
34477
+ def PermType(self):
34478
+ """授权类型(Cluster:集群;TopicAndGroup:主题或消费组)
34479
+ :rtype: str
34480
+ """
34481
+ return self._PermType
34482
+
34483
+ @PermType.setter
34484
+ def PermType(self, PermType):
34485
+ self._PermType = PermType
34486
+
34682
34487
 
34683
34488
  def _deserialize(self, params):
34684
34489
  self._RoleName = params.get("RoleName")
@@ -34686,6 +34491,7 @@ class Role(AbstractModel):
34686
34491
  self._Remark = params.get("Remark")
34687
34492
  self._CreateTime = params.get("CreateTime")
34688
34493
  self._UpdateTime = params.get("UpdateTime")
34494
+ self._PermType = params.get("PermType")
34689
34495
  memeber_set = set(params.keys())
34690
34496
  for name, value in vars(self).items():
34691
34497
  property_name = name[1:]
@@ -35233,10 +35039,8 @@ class SendMessagesResponse(AbstractModel):
35233
35039
  def __init__(self):
35234
35040
  r"""
35235
35041
  :param _MessageId: 消息的messageID, 是全局唯一的,用来标识消息的元数据信息
35236
- 注意:此字段可能返回 null,表示取不到有效值。
35237
35042
  :type MessageId: str
35238
35043
  :param _ErrorMsg: 返回的错误消息,如果返回为 “”,说明没有错误
35239
- 注意:此字段可能返回 null,表示取不到有效值。
35240
35044
  :type ErrorMsg: str
35241
35045
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
35242
35046
  :type RequestId: str
@@ -35248,7 +35052,6 @@ class SendMessagesResponse(AbstractModel):
35248
35052
  @property
35249
35053
  def MessageId(self):
35250
35054
  """消息的messageID, 是全局唯一的,用来标识消息的元数据信息
35251
- 注意:此字段可能返回 null,表示取不到有效值。
35252
35055
  :rtype: str
35253
35056
  """
35254
35057
  return self._MessageId
@@ -35260,7 +35063,6 @@ class SendMessagesResponse(AbstractModel):
35260
35063
  @property
35261
35064
  def ErrorMsg(self):
35262
35065
  """返回的错误消息,如果返回为 “”,说明没有错误
35263
- 注意:此字段可能返回 null,表示取不到有效值。
35264
35066
  :rtype: str
35265
35067
  """
35266
35068
  return self._ErrorMsg
@@ -36387,6 +36189,11 @@ class Topic(AbstractModel):
36387
36189
 
36388
36190
  注意:此字段可能返回 null,表示取不到有效值。
36389
36191
  :type MsgTTL: int
36192
+ :param _ClusterId: 集群 ID
36193
+ :type ClusterId: str
36194
+ :param _Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
36195
+
36196
+ :type Tenant: str
36390
36197
  """
36391
36198
  self._AverageMsgSize = None
36392
36199
  self._ConsumerCount = None
@@ -36411,6 +36218,8 @@ class Topic(AbstractModel):
36411
36218
  self._ConsumerLimit = None
36412
36219
  self._PulsarTopicType = None
36413
36220
  self._MsgTTL = None
36221
+ self._ClusterId = None
36222
+ self._Tenant = None
36414
36223
 
36415
36224
  @property
36416
36225
  def AverageMsgSize(self):
@@ -36698,6 +36507,29 @@ class Topic(AbstractModel):
36698
36507
  def MsgTTL(self, MsgTTL):
36699
36508
  self._MsgTTL = MsgTTL
36700
36509
 
36510
+ @property
36511
+ def ClusterId(self):
36512
+ """集群 ID
36513
+ :rtype: str
36514
+ """
36515
+ return self._ClusterId
36516
+
36517
+ @ClusterId.setter
36518
+ def ClusterId(self, ClusterId):
36519
+ self._ClusterId = ClusterId
36520
+
36521
+ @property
36522
+ def Tenant(self):
36523
+ """用户自定义的租户别名,如果没有,会复用专业集群 ID
36524
+
36525
+ :rtype: str
36526
+ """
36527
+ return self._Tenant
36528
+
36529
+ @Tenant.setter
36530
+ def Tenant(self, Tenant):
36531
+ self._Tenant = Tenant
36532
+
36701
36533
 
36702
36534
  def _deserialize(self, params):
36703
36535
  self._AverageMsgSize = params.get("AverageMsgSize")
@@ -36728,6 +36560,8 @@ class Topic(AbstractModel):
36728
36560
  self._ConsumerLimit = params.get("ConsumerLimit")
36729
36561
  self._PulsarTopicType = params.get("PulsarTopicType")
36730
36562
  self._MsgTTL = params.get("MsgTTL")
36563
+ self._ClusterId = params.get("ClusterId")
36564
+ self._Tenant = params.get("Tenant")
36731
36565
  memeber_set = set(params.keys())
36732
36566
  for name, value in vars(self).items():
36733
36567
  property_name = name[1:]
@@ -37237,7 +37071,6 @@ class VirtualHostQuota(AbstractModel):
37237
37071
  :param _MaxVirtualHost: 允许创建最大vhost数
37238
37072
  :type MaxVirtualHost: int
37239
37073
  :param _UsedVirtualHost: 已创建vhost数
37240
- 注意:此字段可能返回 null,表示取不到有效值。
37241
37074
  :type UsedVirtualHost: int
37242
37075
  """
37243
37076
  self._MaxVirtualHost = None
@@ -37257,7 +37090,6 @@ class VirtualHostQuota(AbstractModel):
37257
37090
  @property
37258
37091
  def UsedVirtualHost(self):
37259
37092
  """已创建vhost数
37260
- 注意:此字段可能返回 null,表示取不到有效值。
37261
37093
  :rtype: int
37262
37094
  """
37263
37095
  return self._UsedVirtualHost
@@ -37458,7 +37290,6 @@ class VpcEndpointInfo(AbstractModel):
37458
37290
  :param _VpcEndpoint: vpc接入点信息
37459
37291
  :type VpcEndpoint: str
37460
37292
  :param _VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
37461
- 注意:此字段可能返回 null,表示取不到有效值。
37462
37293
  :type VpcDataStreamEndpointStatus: str
37463
37294
  """
37464
37295
  self._VpcId = None
@@ -37502,7 +37333,6 @@ class VpcEndpointInfo(AbstractModel):
37502
37333
  @property
37503
37334
  def VpcDataStreamEndpointStatus(self):
37504
37335
  """vpc接入点状态 OFF/ON/CREATING/DELETING
37505
- 注意:此字段可能返回 null,表示取不到有效值。
37506
37336
  :rtype: str
37507
37337
  """
37508
37338
  return self._VpcDataStreamEndpointStatus