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
|
@@ -256,52 +256,6 @@ class TcbClient(AbstractClient):
|
|
|
256
256
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
257
257
|
|
|
258
258
|
|
|
259
|
-
def CreateWxCloudBaseRunEnv(self, request):
|
|
260
|
-
r"""创建微信云托管
|
|
261
|
-
|
|
262
|
-
:param request: Request instance for CreateWxCloudBaseRunEnv.
|
|
263
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.CreateWxCloudBaseRunEnvRequest`
|
|
264
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.CreateWxCloudBaseRunEnvResponse`
|
|
265
|
-
|
|
266
|
-
"""
|
|
267
|
-
try:
|
|
268
|
-
params = request._serialize()
|
|
269
|
-
headers = request.headers
|
|
270
|
-
body = self.call("CreateWxCloudBaseRunEnv", params, headers=headers)
|
|
271
|
-
response = json.loads(body)
|
|
272
|
-
model = models.CreateWxCloudBaseRunEnvResponse()
|
|
273
|
-
model._deserialize(response["Response"])
|
|
274
|
-
return model
|
|
275
|
-
except Exception as e:
|
|
276
|
-
if isinstance(e, TencentCloudSDKException):
|
|
277
|
-
raise
|
|
278
|
-
else:
|
|
279
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
def CreateWxCloudBaseRunServerDBCluster(self, request):
|
|
283
|
-
r"""开通微信云托管MySQL数据库服务
|
|
284
|
-
|
|
285
|
-
:param request: Request instance for CreateWxCloudBaseRunServerDBCluster.
|
|
286
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.CreateWxCloudBaseRunServerDBClusterRequest`
|
|
287
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.CreateWxCloudBaseRunServerDBClusterResponse`
|
|
288
|
-
|
|
289
|
-
"""
|
|
290
|
-
try:
|
|
291
|
-
params = request._serialize()
|
|
292
|
-
headers = request.headers
|
|
293
|
-
body = self.call("CreateWxCloudBaseRunServerDBCluster", params, headers=headers)
|
|
294
|
-
response = json.loads(body)
|
|
295
|
-
model = models.CreateWxCloudBaseRunServerDBClusterResponse()
|
|
296
|
-
model._deserialize(response["Response"])
|
|
297
|
-
return model
|
|
298
|
-
except Exception as e:
|
|
299
|
-
if isinstance(e, TencentCloudSDKException):
|
|
300
|
-
raise
|
|
301
|
-
else:
|
|
302
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
303
|
-
|
|
304
|
-
|
|
305
259
|
def DeleteCloudBaseProjectLatestVersion(self, request):
|
|
306
260
|
r"""删除云项目
|
|
307
261
|
|
|
@@ -578,121 +532,6 @@ class TcbClient(AbstractClient):
|
|
|
578
532
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
579
533
|
|
|
580
534
|
|
|
581
|
-
def DescribeCloudBaseRunAllVpcs(self, request):
|
|
582
|
-
r"""查询环境下所有的vpc列表
|
|
583
|
-
|
|
584
|
-
:param request: Request instance for DescribeCloudBaseRunAllVpcs.
|
|
585
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunAllVpcsRequest`
|
|
586
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunAllVpcsResponse`
|
|
587
|
-
|
|
588
|
-
"""
|
|
589
|
-
try:
|
|
590
|
-
params = request._serialize()
|
|
591
|
-
headers = request.headers
|
|
592
|
-
body = self.call("DescribeCloudBaseRunAllVpcs", params, headers=headers)
|
|
593
|
-
response = json.loads(body)
|
|
594
|
-
model = models.DescribeCloudBaseRunAllVpcsResponse()
|
|
595
|
-
model._deserialize(response["Response"])
|
|
596
|
-
return model
|
|
597
|
-
except Exception as e:
|
|
598
|
-
if isinstance(e, TencentCloudSDKException):
|
|
599
|
-
raise
|
|
600
|
-
else:
|
|
601
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
def DescribeCloudBaseRunConfForGateWay(self, request):
|
|
605
|
-
r"""独立网关中拉取云托管服务对应的配置信息
|
|
606
|
-
|
|
607
|
-
:param request: Request instance for DescribeCloudBaseRunConfForGateWay.
|
|
608
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunConfForGateWayRequest`
|
|
609
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunConfForGateWayResponse`
|
|
610
|
-
|
|
611
|
-
"""
|
|
612
|
-
try:
|
|
613
|
-
params = request._serialize()
|
|
614
|
-
headers = request.headers
|
|
615
|
-
body = self.call("DescribeCloudBaseRunConfForGateWay", params, headers=headers)
|
|
616
|
-
response = json.loads(body)
|
|
617
|
-
model = models.DescribeCloudBaseRunConfForGateWayResponse()
|
|
618
|
-
model._deserialize(response["Response"])
|
|
619
|
-
return model
|
|
620
|
-
except Exception as e:
|
|
621
|
-
if isinstance(e, TencentCloudSDKException):
|
|
622
|
-
raise
|
|
623
|
-
else:
|
|
624
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
def DescribeCloudBaseRunOneClickTaskExternal(self, request):
|
|
628
|
-
r"""查询一键部署任务 (特定接口:外部查询使用)
|
|
629
|
-
|
|
630
|
-
:param request: Request instance for DescribeCloudBaseRunOneClickTaskExternal.
|
|
631
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunOneClickTaskExternalRequest`
|
|
632
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunOneClickTaskExternalResponse`
|
|
633
|
-
|
|
634
|
-
"""
|
|
635
|
-
try:
|
|
636
|
-
params = request._serialize()
|
|
637
|
-
headers = request.headers
|
|
638
|
-
body = self.call("DescribeCloudBaseRunOneClickTaskExternal", params, headers=headers)
|
|
639
|
-
response = json.loads(body)
|
|
640
|
-
model = models.DescribeCloudBaseRunOneClickTaskExternalResponse()
|
|
641
|
-
model._deserialize(response["Response"])
|
|
642
|
-
return model
|
|
643
|
-
except Exception as e:
|
|
644
|
-
if isinstance(e, TencentCloudSDKException):
|
|
645
|
-
raise
|
|
646
|
-
else:
|
|
647
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
def DescribeCloudBaseRunOperationTypes(self, request):
|
|
651
|
-
r"""查询服务、版本和操作类型
|
|
652
|
-
|
|
653
|
-
:param request: Request instance for DescribeCloudBaseRunOperationTypes.
|
|
654
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunOperationTypesRequest`
|
|
655
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunOperationTypesResponse`
|
|
656
|
-
|
|
657
|
-
"""
|
|
658
|
-
try:
|
|
659
|
-
params = request._serialize()
|
|
660
|
-
headers = request.headers
|
|
661
|
-
body = self.call("DescribeCloudBaseRunOperationTypes", params, headers=headers)
|
|
662
|
-
response = json.loads(body)
|
|
663
|
-
model = models.DescribeCloudBaseRunOperationTypesResponse()
|
|
664
|
-
model._deserialize(response["Response"])
|
|
665
|
-
return model
|
|
666
|
-
except Exception as e:
|
|
667
|
-
if isinstance(e, TencentCloudSDKException):
|
|
668
|
-
raise
|
|
669
|
-
else:
|
|
670
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
def DescribeCloudBaseRunPodList(self, request):
|
|
674
|
-
r"""查询云托管服务版本容器列表
|
|
675
|
-
|
|
676
|
-
:param request: Request instance for DescribeCloudBaseRunPodList.
|
|
677
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunPodListRequest`
|
|
678
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunPodListResponse`
|
|
679
|
-
|
|
680
|
-
"""
|
|
681
|
-
try:
|
|
682
|
-
params = request._serialize()
|
|
683
|
-
headers = request.headers
|
|
684
|
-
body = self.call("DescribeCloudBaseRunPodList", params, headers=headers)
|
|
685
|
-
response = json.loads(body)
|
|
686
|
-
model = models.DescribeCloudBaseRunPodListResponse()
|
|
687
|
-
model._deserialize(response["Response"])
|
|
688
|
-
return model
|
|
689
|
-
except Exception as e:
|
|
690
|
-
if isinstance(e, TencentCloudSDKException):
|
|
691
|
-
raise
|
|
692
|
-
else:
|
|
693
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
694
|
-
|
|
695
|
-
|
|
696
535
|
def DescribeCloudBaseRunResource(self, request):
|
|
697
536
|
r"""查看容器托管的集群状态
|
|
698
537
|
|
|
@@ -762,29 +601,6 @@ class TcbClient(AbstractClient):
|
|
|
762
601
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
763
602
|
|
|
764
603
|
|
|
765
|
-
def DescribeCloudBaseRunServerDomainName(self, request):
|
|
766
|
-
r"""查询微信云托管服务域名
|
|
767
|
-
|
|
768
|
-
:param request: Request instance for DescribeCloudBaseRunServerDomainName.
|
|
769
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunServerDomainNameRequest`
|
|
770
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunServerDomainNameResponse`
|
|
771
|
-
|
|
772
|
-
"""
|
|
773
|
-
try:
|
|
774
|
-
params = request._serialize()
|
|
775
|
-
headers = request.headers
|
|
776
|
-
body = self.call("DescribeCloudBaseRunServerDomainName", params, headers=headers)
|
|
777
|
-
response = json.loads(body)
|
|
778
|
-
model = models.DescribeCloudBaseRunServerDomainNameResponse()
|
|
779
|
-
model._deserialize(response["Response"])
|
|
780
|
-
return model
|
|
781
|
-
except Exception as e:
|
|
782
|
-
if isinstance(e, TencentCloudSDKException):
|
|
783
|
-
raise
|
|
784
|
-
else:
|
|
785
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
786
|
-
|
|
787
|
-
|
|
788
604
|
def DescribeCloudBaseRunServerVersion(self, request):
|
|
789
605
|
r"""查询服务版本的详情,CPU和MEM 请使用CPUSize和MemSize
|
|
790
606
|
|
|
@@ -831,29 +647,6 @@ class TcbClient(AbstractClient):
|
|
|
831
647
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
832
648
|
|
|
833
649
|
|
|
834
|
-
def DescribeCloudBaseRunVersionRsByCondition(self, request):
|
|
835
|
-
r"""DescribeCloudBaseRunVersionRsByCondition 获取云托管详情
|
|
836
|
-
|
|
837
|
-
:param request: Request instance for DescribeCloudBaseRunVersionRsByCondition.
|
|
838
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunVersionRsByConditionRequest`
|
|
839
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeCloudBaseRunVersionRsByConditionResponse`
|
|
840
|
-
|
|
841
|
-
"""
|
|
842
|
-
try:
|
|
843
|
-
params = request._serialize()
|
|
844
|
-
headers = request.headers
|
|
845
|
-
body = self.call("DescribeCloudBaseRunVersionRsByCondition", params, headers=headers)
|
|
846
|
-
response = json.loads(body)
|
|
847
|
-
model = models.DescribeCloudBaseRunVersionRsByConditionResponse()
|
|
848
|
-
model._deserialize(response["Response"])
|
|
849
|
-
return model
|
|
850
|
-
except Exception as e:
|
|
851
|
-
if isinstance(e, TencentCloudSDKException):
|
|
852
|
-
raise
|
|
853
|
-
else:
|
|
854
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
855
|
-
|
|
856
|
-
|
|
857
650
|
def DescribeCloudBaseRunVersionSnapshot(self, request):
|
|
858
651
|
r"""查询版本历史
|
|
859
652
|
|
|
@@ -1341,52 +1134,6 @@ class TcbClient(AbstractClient):
|
|
|
1341
1134
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1342
1135
|
|
|
1343
1136
|
|
|
1344
|
-
def DescribeWxCloudBaseRunEnvs(self, request):
|
|
1345
|
-
r"""查询微信云托管环境信息
|
|
1346
|
-
|
|
1347
|
-
:param request: Request instance for DescribeWxCloudBaseRunEnvs.
|
|
1348
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeWxCloudBaseRunEnvsRequest`
|
|
1349
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeWxCloudBaseRunEnvsResponse`
|
|
1350
|
-
|
|
1351
|
-
"""
|
|
1352
|
-
try:
|
|
1353
|
-
params = request._serialize()
|
|
1354
|
-
headers = request.headers
|
|
1355
|
-
body = self.call("DescribeWxCloudBaseRunEnvs", params, headers=headers)
|
|
1356
|
-
response = json.loads(body)
|
|
1357
|
-
model = models.DescribeWxCloudBaseRunEnvsResponse()
|
|
1358
|
-
model._deserialize(response["Response"])
|
|
1359
|
-
return model
|
|
1360
|
-
except Exception as e:
|
|
1361
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1362
|
-
raise
|
|
1363
|
-
else:
|
|
1364
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
def DescribeWxCloudBaseRunSubNets(self, request):
|
|
1368
|
-
r"""查询微信云托管子网
|
|
1369
|
-
|
|
1370
|
-
:param request: Request instance for DescribeWxCloudBaseRunSubNets.
|
|
1371
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeWxCloudBaseRunSubNetsRequest`
|
|
1372
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeWxCloudBaseRunSubNetsResponse`
|
|
1373
|
-
|
|
1374
|
-
"""
|
|
1375
|
-
try:
|
|
1376
|
-
params = request._serialize()
|
|
1377
|
-
headers = request.headers
|
|
1378
|
-
body = self.call("DescribeWxCloudBaseRunSubNets", params, headers=headers)
|
|
1379
|
-
response = json.loads(body)
|
|
1380
|
-
model = models.DescribeWxCloudBaseRunSubNetsResponse()
|
|
1381
|
-
model._deserialize(response["Response"])
|
|
1382
|
-
return model
|
|
1383
|
-
except Exception as e:
|
|
1384
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1385
|
-
raise
|
|
1386
|
-
else:
|
|
1387
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
1137
|
def DescribeWxGatewayRoutes(self, request):
|
|
1391
1138
|
r"""查看安全网关路由
|
|
1392
1139
|
|
|
@@ -1755,29 +1502,6 @@ class TcbClient(AbstractClient):
|
|
|
1755
1502
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1756
1503
|
|
|
1757
1504
|
|
|
1758
|
-
def RollUpdateCloudBaseRunServerVersion(self, request):
|
|
1759
|
-
r"""针对特定的版本,进行滚动更新
|
|
1760
|
-
|
|
1761
|
-
:param request: Request instance for RollUpdateCloudBaseRunServerVersion.
|
|
1762
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.RollUpdateCloudBaseRunServerVersionRequest`
|
|
1763
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.RollUpdateCloudBaseRunServerVersionResponse`
|
|
1764
|
-
|
|
1765
|
-
"""
|
|
1766
|
-
try:
|
|
1767
|
-
params = request._serialize()
|
|
1768
|
-
headers = request.headers
|
|
1769
|
-
body = self.call("RollUpdateCloudBaseRunServerVersion", params, headers=headers)
|
|
1770
|
-
response = json.loads(body)
|
|
1771
|
-
model = models.RollUpdateCloudBaseRunServerVersionResponse()
|
|
1772
|
-
model._deserialize(response["Response"])
|
|
1773
|
-
return model
|
|
1774
|
-
except Exception as e:
|
|
1775
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1776
|
-
raise
|
|
1777
|
-
else:
|
|
1778
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
1505
|
def SearchClsLog(self, request):
|
|
1782
1506
|
r"""搜索CLS日志,TCB角色密钥访问
|
|
1783
1507
|
|
|
@@ -205,42 +205,6 @@ class TcbClient(AbstractClient):
|
|
|
205
205
|
|
|
206
206
|
return await self.call_and_deserialize(**kwargs)
|
|
207
207
|
|
|
208
|
-
async def CreateWxCloudBaseRunEnv(
|
|
209
|
-
self,
|
|
210
|
-
request: models.CreateWxCloudBaseRunEnvRequest,
|
|
211
|
-
opts: Dict = None,
|
|
212
|
-
) -> models.CreateWxCloudBaseRunEnvResponse:
|
|
213
|
-
"""
|
|
214
|
-
创建微信云托管
|
|
215
|
-
"""
|
|
216
|
-
|
|
217
|
-
kwargs = {}
|
|
218
|
-
kwargs["action"] = "CreateWxCloudBaseRunEnv"
|
|
219
|
-
kwargs["params"] = request._serialize()
|
|
220
|
-
kwargs["resp_cls"] = models.CreateWxCloudBaseRunEnvResponse
|
|
221
|
-
kwargs["headers"] = request.headers
|
|
222
|
-
kwargs["opts"] = opts or {}
|
|
223
|
-
|
|
224
|
-
return await self.call_and_deserialize(**kwargs)
|
|
225
|
-
|
|
226
|
-
async def CreateWxCloudBaseRunServerDBCluster(
|
|
227
|
-
self,
|
|
228
|
-
request: models.CreateWxCloudBaseRunServerDBClusterRequest,
|
|
229
|
-
opts: Dict = None,
|
|
230
|
-
) -> models.CreateWxCloudBaseRunServerDBClusterResponse:
|
|
231
|
-
"""
|
|
232
|
-
开通微信云托管MySQL数据库服务
|
|
233
|
-
"""
|
|
234
|
-
|
|
235
|
-
kwargs = {}
|
|
236
|
-
kwargs["action"] = "CreateWxCloudBaseRunServerDBCluster"
|
|
237
|
-
kwargs["params"] = request._serialize()
|
|
238
|
-
kwargs["resp_cls"] = models.CreateWxCloudBaseRunServerDBClusterResponse
|
|
239
|
-
kwargs["headers"] = request.headers
|
|
240
|
-
kwargs["opts"] = opts or {}
|
|
241
|
-
|
|
242
|
-
return await self.call_and_deserialize(**kwargs)
|
|
243
|
-
|
|
244
208
|
async def DeleteCloudBaseProjectLatestVersion(
|
|
245
209
|
self,
|
|
246
210
|
request: models.DeleteCloudBaseProjectLatestVersionRequest,
|
|
@@ -457,96 +421,6 @@ class TcbClient(AbstractClient):
|
|
|
457
421
|
|
|
458
422
|
return await self.call_and_deserialize(**kwargs)
|
|
459
423
|
|
|
460
|
-
async def DescribeCloudBaseRunAllVpcs(
|
|
461
|
-
self,
|
|
462
|
-
request: models.DescribeCloudBaseRunAllVpcsRequest,
|
|
463
|
-
opts: Dict = None,
|
|
464
|
-
) -> models.DescribeCloudBaseRunAllVpcsResponse:
|
|
465
|
-
"""
|
|
466
|
-
查询环境下所有的vpc列表
|
|
467
|
-
"""
|
|
468
|
-
|
|
469
|
-
kwargs = {}
|
|
470
|
-
kwargs["action"] = "DescribeCloudBaseRunAllVpcs"
|
|
471
|
-
kwargs["params"] = request._serialize()
|
|
472
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunAllVpcsResponse
|
|
473
|
-
kwargs["headers"] = request.headers
|
|
474
|
-
kwargs["opts"] = opts or {}
|
|
475
|
-
|
|
476
|
-
return await self.call_and_deserialize(**kwargs)
|
|
477
|
-
|
|
478
|
-
async def DescribeCloudBaseRunConfForGateWay(
|
|
479
|
-
self,
|
|
480
|
-
request: models.DescribeCloudBaseRunConfForGateWayRequest,
|
|
481
|
-
opts: Dict = None,
|
|
482
|
-
) -> models.DescribeCloudBaseRunConfForGateWayResponse:
|
|
483
|
-
"""
|
|
484
|
-
独立网关中拉取云托管服务对应的配置信息
|
|
485
|
-
"""
|
|
486
|
-
|
|
487
|
-
kwargs = {}
|
|
488
|
-
kwargs["action"] = "DescribeCloudBaseRunConfForGateWay"
|
|
489
|
-
kwargs["params"] = request._serialize()
|
|
490
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunConfForGateWayResponse
|
|
491
|
-
kwargs["headers"] = request.headers
|
|
492
|
-
kwargs["opts"] = opts or {}
|
|
493
|
-
|
|
494
|
-
return await self.call_and_deserialize(**kwargs)
|
|
495
|
-
|
|
496
|
-
async def DescribeCloudBaseRunOneClickTaskExternal(
|
|
497
|
-
self,
|
|
498
|
-
request: models.DescribeCloudBaseRunOneClickTaskExternalRequest,
|
|
499
|
-
opts: Dict = None,
|
|
500
|
-
) -> models.DescribeCloudBaseRunOneClickTaskExternalResponse:
|
|
501
|
-
"""
|
|
502
|
-
查询一键部署任务 (特定接口:外部查询使用)
|
|
503
|
-
"""
|
|
504
|
-
|
|
505
|
-
kwargs = {}
|
|
506
|
-
kwargs["action"] = "DescribeCloudBaseRunOneClickTaskExternal"
|
|
507
|
-
kwargs["params"] = request._serialize()
|
|
508
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunOneClickTaskExternalResponse
|
|
509
|
-
kwargs["headers"] = request.headers
|
|
510
|
-
kwargs["opts"] = opts or {}
|
|
511
|
-
|
|
512
|
-
return await self.call_and_deserialize(**kwargs)
|
|
513
|
-
|
|
514
|
-
async def DescribeCloudBaseRunOperationTypes(
|
|
515
|
-
self,
|
|
516
|
-
request: models.DescribeCloudBaseRunOperationTypesRequest,
|
|
517
|
-
opts: Dict = None,
|
|
518
|
-
) -> models.DescribeCloudBaseRunOperationTypesResponse:
|
|
519
|
-
"""
|
|
520
|
-
查询服务、版本和操作类型
|
|
521
|
-
"""
|
|
522
|
-
|
|
523
|
-
kwargs = {}
|
|
524
|
-
kwargs["action"] = "DescribeCloudBaseRunOperationTypes"
|
|
525
|
-
kwargs["params"] = request._serialize()
|
|
526
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunOperationTypesResponse
|
|
527
|
-
kwargs["headers"] = request.headers
|
|
528
|
-
kwargs["opts"] = opts or {}
|
|
529
|
-
|
|
530
|
-
return await self.call_and_deserialize(**kwargs)
|
|
531
|
-
|
|
532
|
-
async def DescribeCloudBaseRunPodList(
|
|
533
|
-
self,
|
|
534
|
-
request: models.DescribeCloudBaseRunPodListRequest,
|
|
535
|
-
opts: Dict = None,
|
|
536
|
-
) -> models.DescribeCloudBaseRunPodListResponse:
|
|
537
|
-
"""
|
|
538
|
-
查询云托管服务版本容器列表
|
|
539
|
-
"""
|
|
540
|
-
|
|
541
|
-
kwargs = {}
|
|
542
|
-
kwargs["action"] = "DescribeCloudBaseRunPodList"
|
|
543
|
-
kwargs["params"] = request._serialize()
|
|
544
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunPodListResponse
|
|
545
|
-
kwargs["headers"] = request.headers
|
|
546
|
-
kwargs["opts"] = opts or {}
|
|
547
|
-
|
|
548
|
-
return await self.call_and_deserialize(**kwargs)
|
|
549
|
-
|
|
550
424
|
async def DescribeCloudBaseRunResource(
|
|
551
425
|
self,
|
|
552
426
|
request: models.DescribeCloudBaseRunResourceRequest,
|
|
@@ -601,24 +475,6 @@ class TcbClient(AbstractClient):
|
|
|
601
475
|
|
|
602
476
|
return await self.call_and_deserialize(**kwargs)
|
|
603
477
|
|
|
604
|
-
async def DescribeCloudBaseRunServerDomainName(
|
|
605
|
-
self,
|
|
606
|
-
request: models.DescribeCloudBaseRunServerDomainNameRequest,
|
|
607
|
-
opts: Dict = None,
|
|
608
|
-
) -> models.DescribeCloudBaseRunServerDomainNameResponse:
|
|
609
|
-
"""
|
|
610
|
-
查询微信云托管服务域名
|
|
611
|
-
"""
|
|
612
|
-
|
|
613
|
-
kwargs = {}
|
|
614
|
-
kwargs["action"] = "DescribeCloudBaseRunServerDomainName"
|
|
615
|
-
kwargs["params"] = request._serialize()
|
|
616
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunServerDomainNameResponse
|
|
617
|
-
kwargs["headers"] = request.headers
|
|
618
|
-
kwargs["opts"] = opts or {}
|
|
619
|
-
|
|
620
|
-
return await self.call_and_deserialize(**kwargs)
|
|
621
|
-
|
|
622
478
|
async def DescribeCloudBaseRunServerVersion(
|
|
623
479
|
self,
|
|
624
480
|
request: models.DescribeCloudBaseRunServerVersionRequest,
|
|
@@ -655,24 +511,6 @@ class TcbClient(AbstractClient):
|
|
|
655
511
|
|
|
656
512
|
return await self.call_and_deserialize(**kwargs)
|
|
657
513
|
|
|
658
|
-
async def DescribeCloudBaseRunVersionRsByCondition(
|
|
659
|
-
self,
|
|
660
|
-
request: models.DescribeCloudBaseRunVersionRsByConditionRequest,
|
|
661
|
-
opts: Dict = None,
|
|
662
|
-
) -> models.DescribeCloudBaseRunVersionRsByConditionResponse:
|
|
663
|
-
"""
|
|
664
|
-
DescribeCloudBaseRunVersionRsByCondition 获取云托管详情
|
|
665
|
-
"""
|
|
666
|
-
|
|
667
|
-
kwargs = {}
|
|
668
|
-
kwargs["action"] = "DescribeCloudBaseRunVersionRsByCondition"
|
|
669
|
-
kwargs["params"] = request._serialize()
|
|
670
|
-
kwargs["resp_cls"] = models.DescribeCloudBaseRunVersionRsByConditionResponse
|
|
671
|
-
kwargs["headers"] = request.headers
|
|
672
|
-
kwargs["opts"] = opts or {}
|
|
673
|
-
|
|
674
|
-
return await self.call_and_deserialize(**kwargs)
|
|
675
|
-
|
|
676
514
|
async def DescribeCloudBaseRunVersionSnapshot(
|
|
677
515
|
self,
|
|
678
516
|
request: models.DescribeCloudBaseRunVersionSnapshotRequest,
|
|
@@ -1055,42 +893,6 @@ class TcbClient(AbstractClient):
|
|
|
1055
893
|
|
|
1056
894
|
return await self.call_and_deserialize(**kwargs)
|
|
1057
895
|
|
|
1058
|
-
async def DescribeWxCloudBaseRunEnvs(
|
|
1059
|
-
self,
|
|
1060
|
-
request: models.DescribeWxCloudBaseRunEnvsRequest,
|
|
1061
|
-
opts: Dict = None,
|
|
1062
|
-
) -> models.DescribeWxCloudBaseRunEnvsResponse:
|
|
1063
|
-
"""
|
|
1064
|
-
查询微信云托管环境信息
|
|
1065
|
-
"""
|
|
1066
|
-
|
|
1067
|
-
kwargs = {}
|
|
1068
|
-
kwargs["action"] = "DescribeWxCloudBaseRunEnvs"
|
|
1069
|
-
kwargs["params"] = request._serialize()
|
|
1070
|
-
kwargs["resp_cls"] = models.DescribeWxCloudBaseRunEnvsResponse
|
|
1071
|
-
kwargs["headers"] = request.headers
|
|
1072
|
-
kwargs["opts"] = opts or {}
|
|
1073
|
-
|
|
1074
|
-
return await self.call_and_deserialize(**kwargs)
|
|
1075
|
-
|
|
1076
|
-
async def DescribeWxCloudBaseRunSubNets(
|
|
1077
|
-
self,
|
|
1078
|
-
request: models.DescribeWxCloudBaseRunSubNetsRequest,
|
|
1079
|
-
opts: Dict = None,
|
|
1080
|
-
) -> models.DescribeWxCloudBaseRunSubNetsResponse:
|
|
1081
|
-
"""
|
|
1082
|
-
查询微信云托管子网
|
|
1083
|
-
"""
|
|
1084
|
-
|
|
1085
|
-
kwargs = {}
|
|
1086
|
-
kwargs["action"] = "DescribeWxCloudBaseRunSubNets"
|
|
1087
|
-
kwargs["params"] = request._serialize()
|
|
1088
|
-
kwargs["resp_cls"] = models.DescribeWxCloudBaseRunSubNetsResponse
|
|
1089
|
-
kwargs["headers"] = request.headers
|
|
1090
|
-
kwargs["opts"] = opts or {}
|
|
1091
|
-
|
|
1092
|
-
return await self.call_and_deserialize(**kwargs)
|
|
1093
|
-
|
|
1094
896
|
async def DescribeWxGatewayRoutes(
|
|
1095
897
|
self,
|
|
1096
898
|
request: models.DescribeWxGatewayRoutesRequest,
|
|
@@ -1379,24 +1181,6 @@ class TcbClient(AbstractClient):
|
|
|
1379
1181
|
|
|
1380
1182
|
return await self.call_and_deserialize(**kwargs)
|
|
1381
1183
|
|
|
1382
|
-
async def RollUpdateCloudBaseRunServerVersion(
|
|
1383
|
-
self,
|
|
1384
|
-
request: models.RollUpdateCloudBaseRunServerVersionRequest,
|
|
1385
|
-
opts: Dict = None,
|
|
1386
|
-
) -> models.RollUpdateCloudBaseRunServerVersionResponse:
|
|
1387
|
-
"""
|
|
1388
|
-
针对特定的版本,进行滚动更新
|
|
1389
|
-
"""
|
|
1390
|
-
|
|
1391
|
-
kwargs = {}
|
|
1392
|
-
kwargs["action"] = "RollUpdateCloudBaseRunServerVersion"
|
|
1393
|
-
kwargs["params"] = request._serialize()
|
|
1394
|
-
kwargs["resp_cls"] = models.RollUpdateCloudBaseRunServerVersionResponse
|
|
1395
|
-
kwargs["headers"] = request.headers
|
|
1396
|
-
kwargs["opts"] = opts or {}
|
|
1397
|
-
|
|
1398
|
-
return await self.call_and_deserialize(**kwargs)
|
|
1399
|
-
|
|
1400
1184
|
async def SearchClsLog(
|
|
1401
1185
|
self,
|
|
1402
1186
|
request: models.SearchClsLogRequest,
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
# CAM签名/鉴权错误。
|
|
18
18
|
AUTHFAILURE = 'AuthFailure'
|
|
19
19
|
|
|
20
|
+
# 操作失败。
|
|
21
|
+
FAILEDOPERATION = 'FailedOperation'
|
|
22
|
+
|
|
20
23
|
# 内部错误。
|
|
21
24
|
INTERNALERROR = 'InternalError'
|
|
22
25
|
|
|
@@ -29,6 +32,9 @@ LIMITEXCEEDED = 'LimitExceeded'
|
|
|
29
32
|
# 缺少参数错误。
|
|
30
33
|
MISSINGPARAMETER = 'MissingParameter'
|
|
31
34
|
|
|
35
|
+
# 请求的次数超过了频率限制。
|
|
36
|
+
REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
|
|
37
|
+
|
|
32
38
|
# 资源被占用。
|
|
33
39
|
RESOURCEINUSE = 'ResourceInUse'
|
|
34
40
|
|
|
@@ -38,5 +44,26 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
|
38
44
|
# 资源不存在。
|
|
39
45
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
|
40
46
|
|
|
47
|
+
# 请求的云托管服务未找到
|
|
48
|
+
RESOURCENOTFOUND_SERVERNOTFOUND = 'ResourceNotFound.ServerNotFound'
|
|
49
|
+
|
|
50
|
+
# 请求参数中的云托管版本未找到
|
|
51
|
+
RESOURCENOTFOUND_VERSIONNOTFOUND = 'ResourceNotFound.VersionNotFound'
|
|
52
|
+
|
|
41
53
|
# 资源不可用。
|
|
42
54
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
|
55
|
+
|
|
56
|
+
# 资源被封禁
|
|
57
|
+
RESOURCEUNAVAILABLE_RESOURCEBANNED = 'ResourceUnavailable.ResourceBanned'
|
|
58
|
+
|
|
59
|
+
# 资源已冻结
|
|
60
|
+
RESOURCEUNAVAILABLE_RESOURCEFROZEN = 'ResourceUnavailable.ResourceFrozen'
|
|
61
|
+
|
|
62
|
+
# 资源已隔离
|
|
63
|
+
RESOURCEUNAVAILABLE_RESOURCEISOLATED = 'ResourceUnavailable.ResourceIsolated'
|
|
64
|
+
|
|
65
|
+
# 未授权操作。
|
|
66
|
+
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
67
|
+
|
|
68
|
+
# 操作不支持。
|
|
69
|
+
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|