tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -16601,6 +16601,60 @@ class DescribeRocketMQEnvironmentRolesResponse(AbstractModel):
|
|
|
16601
16601
|
self._RequestId = params.get("RequestId")
|
|
16602
16602
|
|
|
16603
16603
|
|
|
16604
|
+
class DescribeRocketMQGeneralSKUsRequest(AbstractModel):
|
|
16605
|
+
r"""DescribeRocketMQGeneralSKUs请求参数结构体
|
|
16606
|
+
|
|
16607
|
+
"""
|
|
16608
|
+
|
|
16609
|
+
|
|
16610
|
+
class DescribeRocketMQGeneralSKUsResponse(AbstractModel):
|
|
16611
|
+
r"""DescribeRocketMQGeneralSKUs返回参数结构体
|
|
16612
|
+
|
|
16613
|
+
"""
|
|
16614
|
+
|
|
16615
|
+
def __init__(self):
|
|
16616
|
+
r"""
|
|
16617
|
+
:param _Skus: 商品配置信息
|
|
16618
|
+
:type Skus: list of GeneralSKU
|
|
16619
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16620
|
+
:type RequestId: str
|
|
16621
|
+
"""
|
|
16622
|
+
self._Skus = None
|
|
16623
|
+
self._RequestId = None
|
|
16624
|
+
|
|
16625
|
+
@property
|
|
16626
|
+
def Skus(self):
|
|
16627
|
+
r"""商品配置信息
|
|
16628
|
+
:rtype: list of GeneralSKU
|
|
16629
|
+
"""
|
|
16630
|
+
return self._Skus
|
|
16631
|
+
|
|
16632
|
+
@Skus.setter
|
|
16633
|
+
def Skus(self, Skus):
|
|
16634
|
+
self._Skus = Skus
|
|
16635
|
+
|
|
16636
|
+
@property
|
|
16637
|
+
def RequestId(self):
|
|
16638
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16639
|
+
:rtype: str
|
|
16640
|
+
"""
|
|
16641
|
+
return self._RequestId
|
|
16642
|
+
|
|
16643
|
+
@RequestId.setter
|
|
16644
|
+
def RequestId(self, RequestId):
|
|
16645
|
+
self._RequestId = RequestId
|
|
16646
|
+
|
|
16647
|
+
|
|
16648
|
+
def _deserialize(self, params):
|
|
16649
|
+
if params.get("Skus") is not None:
|
|
16650
|
+
self._Skus = []
|
|
16651
|
+
for item in params.get("Skus"):
|
|
16652
|
+
obj = GeneralSKU()
|
|
16653
|
+
obj._deserialize(item)
|
|
16654
|
+
self._Skus.append(obj)
|
|
16655
|
+
self._RequestId = params.get("RequestId")
|
|
16656
|
+
|
|
16657
|
+
|
|
16604
16658
|
class DescribeRocketMQGroupsRequest(AbstractModel):
|
|
16605
16659
|
r"""DescribeRocketMQGroups请求参数结构体
|
|
16606
16660
|
|
|
@@ -16614,7 +16668,7 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
|
|
|
16614
16668
|
:type NamespaceId: str
|
|
16615
16669
|
:param _Offset: 偏移量
|
|
16616
16670
|
:type Offset: int
|
|
16617
|
-
:param _Limit:
|
|
16671
|
+
:param _Limit: 单次查询最大条数。取值范围:[0~100],默认值为20
|
|
16618
16672
|
:type Limit: int
|
|
16619
16673
|
:param _FilterTopic: 主题名称,输入此参数可查询该主题下所有的订阅组
|
|
16620
16674
|
:type FilterTopic: str
|
|
@@ -16678,7 +16732,7 @@ class DescribeRocketMQGroupsRequest(AbstractModel):
|
|
|
16678
16732
|
|
|
16679
16733
|
@property
|
|
16680
16734
|
def Limit(self):
|
|
16681
|
-
r"""
|
|
16735
|
+
r"""单次查询最大条数。取值范围:[0~100],默认值为20
|
|
16682
16736
|
:rtype: int
|
|
16683
16737
|
"""
|
|
16684
16738
|
return self._Limit
|
|
@@ -22215,6 +22269,137 @@ class FilterSubscription(AbstractModel):
|
|
|
22215
22269
|
|
|
22216
22270
|
|
|
22217
22271
|
|
|
22272
|
+
class GeneralSKU(AbstractModel):
|
|
22273
|
+
r"""通用集群售卖信息
|
|
22274
|
+
|
|
22275
|
+
"""
|
|
22276
|
+
|
|
22277
|
+
def __init__(self):
|
|
22278
|
+
r"""
|
|
22279
|
+
:param _SkuCode: 规格标识
|
|
22280
|
+
:type SkuCode: str
|
|
22281
|
+
:param _OnSale: 是否可售卖
|
|
22282
|
+
:type OnSale: bool
|
|
22283
|
+
:param _TpsLimit: TPS上限
|
|
22284
|
+
:type TpsLimit: int
|
|
22285
|
+
:param _TopicNumLimit: 主题数免费额度
|
|
22286
|
+
:type TopicNumLimit: int
|
|
22287
|
+
:param _TopicNumUpperLimit: 主题数上限
|
|
22288
|
+
:type TopicNumUpperLimit: int
|
|
22289
|
+
:param _PriceTags: 计费项信息
|
|
22290
|
+
:type PriceTags: list of PriceTag
|
|
22291
|
+
:param _NodeCount: 存储节点个数
|
|
22292
|
+
:type NodeCount: int
|
|
22293
|
+
"""
|
|
22294
|
+
self._SkuCode = None
|
|
22295
|
+
self._OnSale = None
|
|
22296
|
+
self._TpsLimit = None
|
|
22297
|
+
self._TopicNumLimit = None
|
|
22298
|
+
self._TopicNumUpperLimit = None
|
|
22299
|
+
self._PriceTags = None
|
|
22300
|
+
self._NodeCount = None
|
|
22301
|
+
|
|
22302
|
+
@property
|
|
22303
|
+
def SkuCode(self):
|
|
22304
|
+
r"""规格标识
|
|
22305
|
+
:rtype: str
|
|
22306
|
+
"""
|
|
22307
|
+
return self._SkuCode
|
|
22308
|
+
|
|
22309
|
+
@SkuCode.setter
|
|
22310
|
+
def SkuCode(self, SkuCode):
|
|
22311
|
+
self._SkuCode = SkuCode
|
|
22312
|
+
|
|
22313
|
+
@property
|
|
22314
|
+
def OnSale(self):
|
|
22315
|
+
r"""是否可售卖
|
|
22316
|
+
:rtype: bool
|
|
22317
|
+
"""
|
|
22318
|
+
return self._OnSale
|
|
22319
|
+
|
|
22320
|
+
@OnSale.setter
|
|
22321
|
+
def OnSale(self, OnSale):
|
|
22322
|
+
self._OnSale = OnSale
|
|
22323
|
+
|
|
22324
|
+
@property
|
|
22325
|
+
def TpsLimit(self):
|
|
22326
|
+
r"""TPS上限
|
|
22327
|
+
:rtype: int
|
|
22328
|
+
"""
|
|
22329
|
+
return self._TpsLimit
|
|
22330
|
+
|
|
22331
|
+
@TpsLimit.setter
|
|
22332
|
+
def TpsLimit(self, TpsLimit):
|
|
22333
|
+
self._TpsLimit = TpsLimit
|
|
22334
|
+
|
|
22335
|
+
@property
|
|
22336
|
+
def TopicNumLimit(self):
|
|
22337
|
+
r"""主题数免费额度
|
|
22338
|
+
:rtype: int
|
|
22339
|
+
"""
|
|
22340
|
+
return self._TopicNumLimit
|
|
22341
|
+
|
|
22342
|
+
@TopicNumLimit.setter
|
|
22343
|
+
def TopicNumLimit(self, TopicNumLimit):
|
|
22344
|
+
self._TopicNumLimit = TopicNumLimit
|
|
22345
|
+
|
|
22346
|
+
@property
|
|
22347
|
+
def TopicNumUpperLimit(self):
|
|
22348
|
+
r"""主题数上限
|
|
22349
|
+
:rtype: int
|
|
22350
|
+
"""
|
|
22351
|
+
return self._TopicNumUpperLimit
|
|
22352
|
+
|
|
22353
|
+
@TopicNumUpperLimit.setter
|
|
22354
|
+
def TopicNumUpperLimit(self, TopicNumUpperLimit):
|
|
22355
|
+
self._TopicNumUpperLimit = TopicNumUpperLimit
|
|
22356
|
+
|
|
22357
|
+
@property
|
|
22358
|
+
def PriceTags(self):
|
|
22359
|
+
r"""计费项信息
|
|
22360
|
+
:rtype: list of PriceTag
|
|
22361
|
+
"""
|
|
22362
|
+
return self._PriceTags
|
|
22363
|
+
|
|
22364
|
+
@PriceTags.setter
|
|
22365
|
+
def PriceTags(self, PriceTags):
|
|
22366
|
+
self._PriceTags = PriceTags
|
|
22367
|
+
|
|
22368
|
+
@property
|
|
22369
|
+
def NodeCount(self):
|
|
22370
|
+
r"""存储节点个数
|
|
22371
|
+
:rtype: int
|
|
22372
|
+
"""
|
|
22373
|
+
return self._NodeCount
|
|
22374
|
+
|
|
22375
|
+
@NodeCount.setter
|
|
22376
|
+
def NodeCount(self, NodeCount):
|
|
22377
|
+
self._NodeCount = NodeCount
|
|
22378
|
+
|
|
22379
|
+
|
|
22380
|
+
def _deserialize(self, params):
|
|
22381
|
+
self._SkuCode = params.get("SkuCode")
|
|
22382
|
+
self._OnSale = params.get("OnSale")
|
|
22383
|
+
self._TpsLimit = params.get("TpsLimit")
|
|
22384
|
+
self._TopicNumLimit = params.get("TopicNumLimit")
|
|
22385
|
+
self._TopicNumUpperLimit = params.get("TopicNumUpperLimit")
|
|
22386
|
+
if params.get("PriceTags") is not None:
|
|
22387
|
+
self._PriceTags = []
|
|
22388
|
+
for item in params.get("PriceTags"):
|
|
22389
|
+
obj = PriceTag()
|
|
22390
|
+
obj._deserialize(item)
|
|
22391
|
+
self._PriceTags.append(obj)
|
|
22392
|
+
self._NodeCount = params.get("NodeCount")
|
|
22393
|
+
memeber_set = set(params.keys())
|
|
22394
|
+
for name, value in vars(self).items():
|
|
22395
|
+
property_name = name[1:]
|
|
22396
|
+
if property_name in memeber_set:
|
|
22397
|
+
memeber_set.remove(property_name)
|
|
22398
|
+
if len(memeber_set) > 0:
|
|
22399
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
22400
|
+
|
|
22401
|
+
|
|
22402
|
+
|
|
22218
22403
|
class GetTopicListRequest(AbstractModel):
|
|
22219
22404
|
r"""GetTopicList请求参数结构体
|
|
22220
22405
|
|
|
@@ -24455,7 +24640,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
|
24455
24640
|
r"""
|
|
24456
24641
|
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
|
24457
24642
|
:type InstanceId: str
|
|
24458
|
-
:param _User: 用户名,形如
|
|
24643
|
+
:param _User: 用户名,形如rabbitmq。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。当前不支持修改admin的密码。
|
|
24459
24644
|
:type User: str
|
|
24460
24645
|
:param _Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
|
24461
24646
|
:type Password: str
|
|
@@ -24490,7 +24675,7 @@ management:普通控制台用户,monitoring:管理型控制台用户,其
|
|
|
24490
24675
|
|
|
24491
24676
|
@property
|
|
24492
24677
|
def User(self):
|
|
24493
|
-
r"""用户名,形如
|
|
24678
|
+
r"""用户名,形如rabbitmq。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。当前不支持修改admin的密码。
|
|
24494
24679
|
:rtype: str
|
|
24495
24680
|
"""
|
|
24496
24681
|
return self._User
|
|
@@ -24621,6 +24806,8 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
|
24621
24806
|
:type RemoveAllTags: bool
|
|
24622
24807
|
:param _Tags: 修改实例的标签信息,全量标签信息,非增量
|
|
24623
24808
|
:type Tags: list of Tag
|
|
24809
|
+
:param _EnableRiskWarning: 是否开启集群风险提示
|
|
24810
|
+
:type EnableRiskWarning: bool
|
|
24624
24811
|
"""
|
|
24625
24812
|
self._InstanceId = None
|
|
24626
24813
|
self._ClusterName = None
|
|
@@ -24628,6 +24815,7 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
|
24628
24815
|
self._EnableDeletionProtection = None
|
|
24629
24816
|
self._RemoveAllTags = None
|
|
24630
24817
|
self._Tags = None
|
|
24818
|
+
self._EnableRiskWarning = None
|
|
24631
24819
|
|
|
24632
24820
|
@property
|
|
24633
24821
|
def InstanceId(self):
|
|
@@ -24695,6 +24883,17 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
|
24695
24883
|
def Tags(self, Tags):
|
|
24696
24884
|
self._Tags = Tags
|
|
24697
24885
|
|
|
24886
|
+
@property
|
|
24887
|
+
def EnableRiskWarning(self):
|
|
24888
|
+
r"""是否开启集群风险提示
|
|
24889
|
+
:rtype: bool
|
|
24890
|
+
"""
|
|
24891
|
+
return self._EnableRiskWarning
|
|
24892
|
+
|
|
24893
|
+
@EnableRiskWarning.setter
|
|
24894
|
+
def EnableRiskWarning(self, EnableRiskWarning):
|
|
24895
|
+
self._EnableRiskWarning = EnableRiskWarning
|
|
24896
|
+
|
|
24698
24897
|
|
|
24699
24898
|
def _deserialize(self, params):
|
|
24700
24899
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -24708,6 +24907,7 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
|
24708
24907
|
obj = Tag()
|
|
24709
24908
|
obj._deserialize(item)
|
|
24710
24909
|
self._Tags.append(obj)
|
|
24910
|
+
self._EnableRiskWarning = params.get("EnableRiskWarning")
|
|
24711
24911
|
memeber_set = set(params.keys())
|
|
24712
24912
|
for name, value in vars(self).items():
|
|
24713
24913
|
property_name = name[1:]
|
|
@@ -26633,6 +26833,93 @@ class PartitionsTopic(AbstractModel):
|
|
|
26633
26833
|
|
|
26634
26834
|
|
|
26635
26835
|
|
|
26836
|
+
class PriceTag(AbstractModel):
|
|
26837
|
+
r"""价格标签信息,一个完整的价格标签包含计价类别和计费项标签。
|
|
26838
|
+
|
|
26839
|
+
"""
|
|
26840
|
+
|
|
26841
|
+
def __init__(self):
|
|
26842
|
+
r"""
|
|
26843
|
+
:param _Name: 计价名称。枚举值如下:
|
|
26844
|
+
|
|
26845
|
+
- tps:TPS基础价
|
|
26846
|
+
- stepTps:TPS步长
|
|
26847
|
+
:type Name: str
|
|
26848
|
+
:param _Category: 计价类别
|
|
26849
|
+
:type Category: str
|
|
26850
|
+
:param _Code: 计费项标签
|
|
26851
|
+
:type Code: str
|
|
26852
|
+
:param _Step: 计费项对应的步长数
|
|
26853
|
+
:type Step: int
|
|
26854
|
+
"""
|
|
26855
|
+
self._Name = None
|
|
26856
|
+
self._Category = None
|
|
26857
|
+
self._Code = None
|
|
26858
|
+
self._Step = None
|
|
26859
|
+
|
|
26860
|
+
@property
|
|
26861
|
+
def Name(self):
|
|
26862
|
+
r"""计价名称。枚举值如下:
|
|
26863
|
+
|
|
26864
|
+
- tps:TPS基础价
|
|
26865
|
+
- stepTps:TPS步长
|
|
26866
|
+
:rtype: str
|
|
26867
|
+
"""
|
|
26868
|
+
return self._Name
|
|
26869
|
+
|
|
26870
|
+
@Name.setter
|
|
26871
|
+
def Name(self, Name):
|
|
26872
|
+
self._Name = Name
|
|
26873
|
+
|
|
26874
|
+
@property
|
|
26875
|
+
def Category(self):
|
|
26876
|
+
r"""计价类别
|
|
26877
|
+
:rtype: str
|
|
26878
|
+
"""
|
|
26879
|
+
return self._Category
|
|
26880
|
+
|
|
26881
|
+
@Category.setter
|
|
26882
|
+
def Category(self, Category):
|
|
26883
|
+
self._Category = Category
|
|
26884
|
+
|
|
26885
|
+
@property
|
|
26886
|
+
def Code(self):
|
|
26887
|
+
r"""计费项标签
|
|
26888
|
+
:rtype: str
|
|
26889
|
+
"""
|
|
26890
|
+
return self._Code
|
|
26891
|
+
|
|
26892
|
+
@Code.setter
|
|
26893
|
+
def Code(self, Code):
|
|
26894
|
+
self._Code = Code
|
|
26895
|
+
|
|
26896
|
+
@property
|
|
26897
|
+
def Step(self):
|
|
26898
|
+
r"""计费项对应的步长数
|
|
26899
|
+
:rtype: int
|
|
26900
|
+
"""
|
|
26901
|
+
return self._Step
|
|
26902
|
+
|
|
26903
|
+
@Step.setter
|
|
26904
|
+
def Step(self, Step):
|
|
26905
|
+
self._Step = Step
|
|
26906
|
+
|
|
26907
|
+
|
|
26908
|
+
def _deserialize(self, params):
|
|
26909
|
+
self._Name = params.get("Name")
|
|
26910
|
+
self._Category = params.get("Category")
|
|
26911
|
+
self._Code = params.get("Code")
|
|
26912
|
+
self._Step = params.get("Step")
|
|
26913
|
+
memeber_set = set(params.keys())
|
|
26914
|
+
for name, value in vars(self).items():
|
|
26915
|
+
property_name = name[1:]
|
|
26916
|
+
if property_name in memeber_set:
|
|
26917
|
+
memeber_set.remove(property_name)
|
|
26918
|
+
if len(memeber_set) > 0:
|
|
26919
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
26920
|
+
|
|
26921
|
+
|
|
26922
|
+
|
|
26636
26923
|
class ProducerInfo(AbstractModel):
|
|
26637
26924
|
r"""生产者客户端详情
|
|
26638
26925
|
|
|
@@ -28649,6 +28936,12 @@ OFF/ON/CREATING/DELETING
|
|
|
28649
28936
|
:type PublicTlsAccessEndpoint: str
|
|
28650
28937
|
:param _PublicIpReused: 公网IP是否复用
|
|
28651
28938
|
:type PublicIpReused: bool
|
|
28939
|
+
:param _PublicWebConsoleErrorMessage: 公网控制台接入点操作的错误信息
|
|
28940
|
+
:type PublicWebConsoleErrorMessage: str
|
|
28941
|
+
:param _VpcWebConsoleErrorMessage: 内网控制台接入点操作的错误信息
|
|
28942
|
+
:type VpcWebConsoleErrorMessage: str
|
|
28943
|
+
:param _PublicDataStreamErrorMessage: 公网接入点操作的错误信息
|
|
28944
|
+
:type PublicDataStreamErrorMessage: str
|
|
28652
28945
|
"""
|
|
28653
28946
|
self._PublicAccessEndpoint = None
|
|
28654
28947
|
self._WebConsoleEndpoint = None
|
|
@@ -28666,6 +28959,9 @@ OFF/ON/CREATING/DELETING
|
|
|
28666
28959
|
self._ControlPlaneEndpointInfo = None
|
|
28667
28960
|
self._PublicTlsAccessEndpoint = None
|
|
28668
28961
|
self._PublicIpReused = None
|
|
28962
|
+
self._PublicWebConsoleErrorMessage = None
|
|
28963
|
+
self._VpcWebConsoleErrorMessage = None
|
|
28964
|
+
self._PublicDataStreamErrorMessage = None
|
|
28669
28965
|
|
|
28670
28966
|
@property
|
|
28671
28967
|
def PublicAccessEndpoint(self):
|
|
@@ -28845,6 +29141,39 @@ OFF/ON/CREATING/DELETING
|
|
|
28845
29141
|
def PublicIpReused(self, PublicIpReused):
|
|
28846
29142
|
self._PublicIpReused = PublicIpReused
|
|
28847
29143
|
|
|
29144
|
+
@property
|
|
29145
|
+
def PublicWebConsoleErrorMessage(self):
|
|
29146
|
+
r"""公网控制台接入点操作的错误信息
|
|
29147
|
+
:rtype: str
|
|
29148
|
+
"""
|
|
29149
|
+
return self._PublicWebConsoleErrorMessage
|
|
29150
|
+
|
|
29151
|
+
@PublicWebConsoleErrorMessage.setter
|
|
29152
|
+
def PublicWebConsoleErrorMessage(self, PublicWebConsoleErrorMessage):
|
|
29153
|
+
self._PublicWebConsoleErrorMessage = PublicWebConsoleErrorMessage
|
|
29154
|
+
|
|
29155
|
+
@property
|
|
29156
|
+
def VpcWebConsoleErrorMessage(self):
|
|
29157
|
+
r"""内网控制台接入点操作的错误信息
|
|
29158
|
+
:rtype: str
|
|
29159
|
+
"""
|
|
29160
|
+
return self._VpcWebConsoleErrorMessage
|
|
29161
|
+
|
|
29162
|
+
@VpcWebConsoleErrorMessage.setter
|
|
29163
|
+
def VpcWebConsoleErrorMessage(self, VpcWebConsoleErrorMessage):
|
|
29164
|
+
self._VpcWebConsoleErrorMessage = VpcWebConsoleErrorMessage
|
|
29165
|
+
|
|
29166
|
+
@property
|
|
29167
|
+
def PublicDataStreamErrorMessage(self):
|
|
29168
|
+
r"""公网接入点操作的错误信息
|
|
29169
|
+
:rtype: str
|
|
29170
|
+
"""
|
|
29171
|
+
return self._PublicDataStreamErrorMessage
|
|
29172
|
+
|
|
29173
|
+
@PublicDataStreamErrorMessage.setter
|
|
29174
|
+
def PublicDataStreamErrorMessage(self, PublicDataStreamErrorMessage):
|
|
29175
|
+
self._PublicDataStreamErrorMessage = PublicDataStreamErrorMessage
|
|
29176
|
+
|
|
28848
29177
|
|
|
28849
29178
|
def _deserialize(self, params):
|
|
28850
29179
|
self._PublicAccessEndpoint = params.get("PublicAccessEndpoint")
|
|
@@ -28867,6 +29196,9 @@ OFF/ON/CREATING/DELETING
|
|
|
28867
29196
|
self._ControlPlaneEndpointInfo._deserialize(params.get("ControlPlaneEndpointInfo"))
|
|
28868
29197
|
self._PublicTlsAccessEndpoint = params.get("PublicTlsAccessEndpoint")
|
|
28869
29198
|
self._PublicIpReused = params.get("PublicIpReused")
|
|
29199
|
+
self._PublicWebConsoleErrorMessage = params.get("PublicWebConsoleErrorMessage")
|
|
29200
|
+
self._VpcWebConsoleErrorMessage = params.get("VpcWebConsoleErrorMessage")
|
|
29201
|
+
self._PublicDataStreamErrorMessage = params.get("PublicDataStreamErrorMessage")
|
|
28870
29202
|
memeber_set = set(params.keys())
|
|
28871
29203
|
for name, value in vars(self).items():
|
|
28872
29204
|
property_name = name[1:]
|
|
@@ -28941,6 +29273,14 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
|
28941
29273
|
:type Tags: list of Tag
|
|
28942
29274
|
:param _EnableDeletionProtection: 是否已开启删除保护
|
|
28943
29275
|
:type EnableDeletionProtection: bool
|
|
29276
|
+
:param _MirroredQueueRisk: 是否有vhost未开启镜像队列风险
|
|
29277
|
+
:type MirroredQueueRisk: bool
|
|
29278
|
+
:param _EnableRiskWarning: 是否提示风险
|
|
29279
|
+
:type EnableRiskWarning: bool
|
|
29280
|
+
:param _ConsumeTimeout: 消费超时时间
|
|
29281
|
+
:type ConsumeTimeout: int
|
|
29282
|
+
:param _ChannelMax: 最大Channel数
|
|
29283
|
+
:type ChannelMax: int
|
|
28944
29284
|
"""
|
|
28945
29285
|
self._ClusterId = None
|
|
28946
29286
|
self._ClusterName = None
|
|
@@ -28970,6 +29310,10 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
|
28970
29310
|
self._Container = None
|
|
28971
29311
|
self._Tags = None
|
|
28972
29312
|
self._EnableDeletionProtection = None
|
|
29313
|
+
self._MirroredQueueRisk = None
|
|
29314
|
+
self._EnableRiskWarning = None
|
|
29315
|
+
self._ConsumeTimeout = None
|
|
29316
|
+
self._ChannelMax = None
|
|
28973
29317
|
|
|
28974
29318
|
@property
|
|
28975
29319
|
def ClusterId(self):
|
|
@@ -29280,6 +29624,50 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
|
29280
29624
|
def EnableDeletionProtection(self, EnableDeletionProtection):
|
|
29281
29625
|
self._EnableDeletionProtection = EnableDeletionProtection
|
|
29282
29626
|
|
|
29627
|
+
@property
|
|
29628
|
+
def MirroredQueueRisk(self):
|
|
29629
|
+
r"""是否有vhost未开启镜像队列风险
|
|
29630
|
+
:rtype: bool
|
|
29631
|
+
"""
|
|
29632
|
+
return self._MirroredQueueRisk
|
|
29633
|
+
|
|
29634
|
+
@MirroredQueueRisk.setter
|
|
29635
|
+
def MirroredQueueRisk(self, MirroredQueueRisk):
|
|
29636
|
+
self._MirroredQueueRisk = MirroredQueueRisk
|
|
29637
|
+
|
|
29638
|
+
@property
|
|
29639
|
+
def EnableRiskWarning(self):
|
|
29640
|
+
r"""是否提示风险
|
|
29641
|
+
:rtype: bool
|
|
29642
|
+
"""
|
|
29643
|
+
return self._EnableRiskWarning
|
|
29644
|
+
|
|
29645
|
+
@EnableRiskWarning.setter
|
|
29646
|
+
def EnableRiskWarning(self, EnableRiskWarning):
|
|
29647
|
+
self._EnableRiskWarning = EnableRiskWarning
|
|
29648
|
+
|
|
29649
|
+
@property
|
|
29650
|
+
def ConsumeTimeout(self):
|
|
29651
|
+
r"""消费超时时间
|
|
29652
|
+
:rtype: int
|
|
29653
|
+
"""
|
|
29654
|
+
return self._ConsumeTimeout
|
|
29655
|
+
|
|
29656
|
+
@ConsumeTimeout.setter
|
|
29657
|
+
def ConsumeTimeout(self, ConsumeTimeout):
|
|
29658
|
+
self._ConsumeTimeout = ConsumeTimeout
|
|
29659
|
+
|
|
29660
|
+
@property
|
|
29661
|
+
def ChannelMax(self):
|
|
29662
|
+
r"""最大Channel数
|
|
29663
|
+
:rtype: int
|
|
29664
|
+
"""
|
|
29665
|
+
return self._ChannelMax
|
|
29666
|
+
|
|
29667
|
+
@ChannelMax.setter
|
|
29668
|
+
def ChannelMax(self, ChannelMax):
|
|
29669
|
+
self._ChannelMax = ChannelMax
|
|
29670
|
+
|
|
29283
29671
|
|
|
29284
29672
|
def _deserialize(self, params):
|
|
29285
29673
|
self._ClusterId = params.get("ClusterId")
|
|
@@ -29320,6 +29708,10 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
|
29320
29708
|
obj._deserialize(item)
|
|
29321
29709
|
self._Tags.append(obj)
|
|
29322
29710
|
self._EnableDeletionProtection = params.get("EnableDeletionProtection")
|
|
29711
|
+
self._MirroredQueueRisk = params.get("MirroredQueueRisk")
|
|
29712
|
+
self._EnableRiskWarning = params.get("EnableRiskWarning")
|
|
29713
|
+
self._ConsumeTimeout = params.get("ConsumeTimeout")
|
|
29714
|
+
self._ChannelMax = params.get("ChannelMax")
|
|
29323
29715
|
memeber_set = set(params.keys())
|
|
29324
29716
|
for name, value in vars(self).items():
|
|
29325
29717
|
property_name = name[1:]
|
|
@@ -34247,11 +34639,17 @@ UNKNOWN: 查询不到消费状态
|
|
|
34247
34639
|
:param _ExceptionDesc: 异常信息
|
|
34248
34640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
34249
34641
|
:type ExceptionDesc: str
|
|
34642
|
+
:param _ConsumeStatusSource: 消费状态来源,枚举值如下:
|
|
34643
|
+
|
|
34644
|
+
- DIFF_OFFSET:通过服务端offset计算
|
|
34645
|
+
- TRACE_REPORT:通过上报的轨迹判断
|
|
34646
|
+
:type ConsumeStatusSource: str
|
|
34250
34647
|
"""
|
|
34251
34648
|
self._Group = None
|
|
34252
34649
|
self._ConsumeStatus = None
|
|
34253
34650
|
self._TrackType = None
|
|
34254
34651
|
self._ExceptionDesc = None
|
|
34652
|
+
self._ConsumeStatusSource = None
|
|
34255
34653
|
|
|
34256
34654
|
@property
|
|
34257
34655
|
def Group(self):
|
|
@@ -34304,12 +34702,27 @@ UNKNOWN: 查询不到消费状态
|
|
|
34304
34702
|
def ExceptionDesc(self, ExceptionDesc):
|
|
34305
34703
|
self._ExceptionDesc = ExceptionDesc
|
|
34306
34704
|
|
|
34705
|
+
@property
|
|
34706
|
+
def ConsumeStatusSource(self):
|
|
34707
|
+
r"""消费状态来源,枚举值如下:
|
|
34708
|
+
|
|
34709
|
+
- DIFF_OFFSET:通过服务端offset计算
|
|
34710
|
+
- TRACE_REPORT:通过上报的轨迹判断
|
|
34711
|
+
:rtype: str
|
|
34712
|
+
"""
|
|
34713
|
+
return self._ConsumeStatusSource
|
|
34714
|
+
|
|
34715
|
+
@ConsumeStatusSource.setter
|
|
34716
|
+
def ConsumeStatusSource(self, ConsumeStatusSource):
|
|
34717
|
+
self._ConsumeStatusSource = ConsumeStatusSource
|
|
34718
|
+
|
|
34307
34719
|
|
|
34308
34720
|
def _deserialize(self, params):
|
|
34309
34721
|
self._Group = params.get("Group")
|
|
34310
34722
|
self._ConsumeStatus = params.get("ConsumeStatus")
|
|
34311
34723
|
self._TrackType = params.get("TrackType")
|
|
34312
34724
|
self._ExceptionDesc = params.get("ExceptionDesc")
|
|
34725
|
+
self._ConsumeStatusSource = params.get("ConsumeStatusSource")
|
|
34313
34726
|
memeber_set = set(params.keys())
|
|
34314
34727
|
for name, value in vars(self).items():
|
|
34315
34728
|
property_name = name[1:]
|
|
@@ -38720,12 +39133,15 @@ class VpcEndpointInfo(AbstractModel):
|
|
|
38720
39133
|
:type VpcDataStreamEndpointStatus: str
|
|
38721
39134
|
:param _VpcTlsEndpoint: TLS加密的数据流接入点
|
|
38722
39135
|
:type VpcTlsEndpoint: str
|
|
39136
|
+
:param _VpcErrorMessage: VPC 接入点操作失败的错误信息
|
|
39137
|
+
:type VpcErrorMessage: str
|
|
38723
39138
|
"""
|
|
38724
39139
|
self._VpcId = None
|
|
38725
39140
|
self._SubnetId = None
|
|
38726
39141
|
self._VpcEndpoint = None
|
|
38727
39142
|
self._VpcDataStreamEndpointStatus = None
|
|
38728
39143
|
self._VpcTlsEndpoint = None
|
|
39144
|
+
self._VpcErrorMessage = None
|
|
38729
39145
|
|
|
38730
39146
|
@property
|
|
38731
39147
|
def VpcId(self):
|
|
@@ -38782,6 +39198,17 @@ class VpcEndpointInfo(AbstractModel):
|
|
|
38782
39198
|
def VpcTlsEndpoint(self, VpcTlsEndpoint):
|
|
38783
39199
|
self._VpcTlsEndpoint = VpcTlsEndpoint
|
|
38784
39200
|
|
|
39201
|
+
@property
|
|
39202
|
+
def VpcErrorMessage(self):
|
|
39203
|
+
r"""VPC 接入点操作失败的错误信息
|
|
39204
|
+
:rtype: str
|
|
39205
|
+
"""
|
|
39206
|
+
return self._VpcErrorMessage
|
|
39207
|
+
|
|
39208
|
+
@VpcErrorMessage.setter
|
|
39209
|
+
def VpcErrorMessage(self, VpcErrorMessage):
|
|
39210
|
+
self._VpcErrorMessage = VpcErrorMessage
|
|
39211
|
+
|
|
38785
39212
|
|
|
38786
39213
|
def _deserialize(self, params):
|
|
38787
39214
|
self._VpcId = params.get("VpcId")
|
|
@@ -38789,6 +39216,7 @@ class VpcEndpointInfo(AbstractModel):
|
|
|
38789
39216
|
self._VpcEndpoint = params.get("VpcEndpoint")
|
|
38790
39217
|
self._VpcDataStreamEndpointStatus = params.get("VpcDataStreamEndpointStatus")
|
|
38791
39218
|
self._VpcTlsEndpoint = params.get("VpcTlsEndpoint")
|
|
39219
|
+
self._VpcErrorMessage = params.get("VpcErrorMessage")
|
|
38792
39220
|
memeber_set = set(params.keys())
|
|
38793
39221
|
for name, value in vars(self).items():
|
|
38794
39222
|
property_name = name[1:]
|
|
@@ -2027,6 +2027,30 @@ class TdmqClient(AbstractClient):
|
|
|
2027
2027
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2028
2028
|
|
|
2029
2029
|
|
|
2030
|
+
def DescribeRocketMQGeneralSKUs(self, request):
|
|
2031
|
+
r"""查询通用集群售卖规格。
|
|
2032
|
+
当前 API 适用集群:4.x 通用集群。查询 5.x 集群的售卖规格接口文档见 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)。
|
|
2033
|
+
|
|
2034
|
+
:param request: Request instance for DescribeRocketMQGeneralSKUs.
|
|
2035
|
+
:type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeRocketMQGeneralSKUsRequest`
|
|
2036
|
+
:rtype: :class:`tencentcloud.tdmq.v20200217.models.DescribeRocketMQGeneralSKUsResponse`
|
|
2037
|
+
|
|
2038
|
+
"""
|
|
2039
|
+
try:
|
|
2040
|
+
params = request._serialize()
|
|
2041
|
+
headers = request.headers
|
|
2042
|
+
body = self.call("DescribeRocketMQGeneralSKUs", params, headers=headers)
|
|
2043
|
+
response = json.loads(body)
|
|
2044
|
+
model = models.DescribeRocketMQGeneralSKUsResponse()
|
|
2045
|
+
model._deserialize(response["Response"])
|
|
2046
|
+
return model
|
|
2047
|
+
except Exception as e:
|
|
2048
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2049
|
+
raise
|
|
2050
|
+
else:
|
|
2051
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2052
|
+
|
|
2053
|
+
|
|
2030
2054
|
def DescribeRocketMQGroups(self, request):
|
|
2031
2055
|
r"""查询 RocketMQ 消费组列表。
|
|
2032
2056
|
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的消费组列表接口文档见 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)。
|
|
@@ -1596,6 +1596,25 @@ class TdmqClient(AbstractClient):
|
|
|
1596
1596
|
|
|
1597
1597
|
return await self.call_and_deserialize(**kwargs)
|
|
1598
1598
|
|
|
1599
|
+
async def DescribeRocketMQGeneralSKUs(
|
|
1600
|
+
self,
|
|
1601
|
+
request: models.DescribeRocketMQGeneralSKUsRequest,
|
|
1602
|
+
opts: Dict = None,
|
|
1603
|
+
) -> models.DescribeRocketMQGeneralSKUsResponse:
|
|
1604
|
+
"""
|
|
1605
|
+
查询通用集群售卖规格。
|
|
1606
|
+
当前 API 适用集群:4.x 通用集群。查询 5.x 集群的售卖规格接口文档见 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)。
|
|
1607
|
+
"""
|
|
1608
|
+
|
|
1609
|
+
kwargs = {}
|
|
1610
|
+
kwargs["action"] = "DescribeRocketMQGeneralSKUs"
|
|
1611
|
+
kwargs["params"] = request._serialize()
|
|
1612
|
+
kwargs["resp_cls"] = models.DescribeRocketMQGeneralSKUsResponse
|
|
1613
|
+
kwargs["headers"] = request.headers
|
|
1614
|
+
kwargs["opts"] = opts or {}
|
|
1615
|
+
|
|
1616
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1617
|
+
|
|
1599
1618
|
async def DescribeRocketMQGroups(
|
|
1600
1619
|
self,
|
|
1601
1620
|
request: models.DescribeRocketMQGroupsRequest,
|