tencentcloud-sdk-python 3.0.1474__py2.py3-none-any.whl → 3.0.1477__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/autoscaling/v20180419/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +143 -18
- tencentcloud/cdn/v20180606/models.py +12 -2
- tencentcloud/cdwdoris/v20211228/models.py +15 -0
- tencentcloud/ckafka/v20190819/models.py +45 -0
- tencentcloud/cloudapp/v20220530/models.py +75 -0
- tencentcloud/cloudhsm/v20191112/models.py +15 -15
- tencentcloud/cls/v20201016/cls_client.py +4 -4
- tencentcloud/cls/v20201016/models.py +79 -58
- tencentcloud/ctem/v20231128/models.py +45 -0
- tencentcloud/dbbrain/v20191016/models.py +19 -2
- tencentcloud/dbbrain/v20210527/models.py +33 -12
- tencentcloud/dc/v20180410/models.py +150 -0
- tencentcloud/dlc/v20210125/errorcodes.py +6 -3
- tencentcloud/dts/v20211206/dts_client.py +1 -1
- tencentcloud/dts/v20211206/models.py +33 -10
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20250101/es_client.py +24 -1
- tencentcloud/es/v20250101/models.py +261 -2
- tencentcloud/ess/v20201111/ess_client.py +120 -0
- tencentcloud/ess/v20201111/models.py +1215 -10
- tencentcloud/essbasic/v20210526/models.py +19 -4
- tencentcloud/gwlb/v20240906/gwlb_client.py +23 -0
- tencentcloud/gwlb/v20240906/models.py +150 -0
- tencentcloud/hunyuan/v20230901/models.py +16 -4
- tencentcloud/ioa/v20220601/errorcodes.py +3 -0
- tencentcloud/ioa/v20220601/ioa_client.py +92 -0
- tencentcloud/ioa/v20220601/models.py +1114 -71
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +2022 -116
- tencentcloud/lcic/v20220817/models.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +14 -0
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +7 -7
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +480 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +815 -2
- tencentcloud/mqtt/v20240516/models.py +15 -0
- tencentcloud/nlp/v20190408/nlp_client.py +9 -3
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +250 -2
- tencentcloud/oceanus/v20190422/oceanus_client.py +46 -0
- tencentcloud/ocr/v20181119/models.py +20 -0
- tencentcloud/ocr/v20181119/ocr_client.py +3 -3
- tencentcloud/postgres/v20170312/models.py +14 -14
- tencentcloud/postgres/v20170312/postgres_client.py +2 -2
- tencentcloud/privatedns/v20201028/errorcodes.py +36 -0
- tencentcloud/privatedns/v20201028/models.py +1699 -86
- tencentcloud/privatedns/v20201028/privatedns_client.py +253 -0
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/teo/v20220901/errorcodes.py +1 -1
- tencentcloud/teo/v20220901/models.py +422 -123
- tencentcloud/teo/v20220901/teo_client.py +2 -2
- tencentcloud/tke/v20180525/models.py +55 -26
- tencentcloud/trtc/v20190722/models.py +15 -15
- tencentcloud/tse/v20201207/models.py +50 -0
- tencentcloud/vpc/v20170312/models.py +408 -2
- tencentcloud/vpc/v20170312/vpc_client.py +92 -0
- tencentcloud/wedata/v20210820/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/models.py +1240 -81
- tencentcloud/wedata/v20210820/wedata_client.py +1 -1
- tencentcloud/wedata/v20250806/errorcodes.py +18 -0
- tencentcloud/wedata/v20250806/models.py +20670 -9356
- tencentcloud/wedata/v20250806/wedata_client.py +982 -16
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/RECORD +71 -71
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/top_level.txt +0 -0
|
@@ -49,6 +49,75 @@ class PrivatednsClient(AbstractClient):
|
|
|
49
49
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
50
50
|
|
|
51
51
|
|
|
52
|
+
def CreateExtendEndpoint(self, request):
|
|
53
|
+
r"""创建终端节点
|
|
54
|
+
|
|
55
|
+
:param request: Request instance for CreateExtendEndpoint.
|
|
56
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateExtendEndpointRequest`
|
|
57
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateExtendEndpointResponse`
|
|
58
|
+
|
|
59
|
+
"""
|
|
60
|
+
try:
|
|
61
|
+
params = request._serialize()
|
|
62
|
+
headers = request.headers
|
|
63
|
+
body = self.call("CreateExtendEndpoint", params, headers=headers)
|
|
64
|
+
response = json.loads(body)
|
|
65
|
+
model = models.CreateExtendEndpointResponse()
|
|
66
|
+
model._deserialize(response["Response"])
|
|
67
|
+
return model
|
|
68
|
+
except Exception as e:
|
|
69
|
+
if isinstance(e, TencentCloudSDKException):
|
|
70
|
+
raise
|
|
71
|
+
else:
|
|
72
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
def CreateForwardRule(self, request):
|
|
76
|
+
r"""创建自定义转发规则
|
|
77
|
+
|
|
78
|
+
:param request: Request instance for CreateForwardRule.
|
|
79
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateForwardRuleRequest`
|
|
80
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateForwardRuleResponse`
|
|
81
|
+
|
|
82
|
+
"""
|
|
83
|
+
try:
|
|
84
|
+
params = request._serialize()
|
|
85
|
+
headers = request.headers
|
|
86
|
+
body = self.call("CreateForwardRule", params, headers=headers)
|
|
87
|
+
response = json.loads(body)
|
|
88
|
+
model = models.CreateForwardRuleResponse()
|
|
89
|
+
model._deserialize(response["Response"])
|
|
90
|
+
return model
|
|
91
|
+
except Exception as e:
|
|
92
|
+
if isinstance(e, TencentCloudSDKException):
|
|
93
|
+
raise
|
|
94
|
+
else:
|
|
95
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
def CreateInboundEndpoint(self, request):
|
|
99
|
+
r"""删除入站终端节点
|
|
100
|
+
|
|
101
|
+
:param request: Request instance for CreateInboundEndpoint.
|
|
102
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateInboundEndpointRequest`
|
|
103
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateInboundEndpointResponse`
|
|
104
|
+
|
|
105
|
+
"""
|
|
106
|
+
try:
|
|
107
|
+
params = request._serialize()
|
|
108
|
+
headers = request.headers
|
|
109
|
+
body = self.call("CreateInboundEndpoint", params, headers=headers)
|
|
110
|
+
response = json.loads(body)
|
|
111
|
+
model = models.CreateInboundEndpointResponse()
|
|
112
|
+
model._deserialize(response["Response"])
|
|
113
|
+
return model
|
|
114
|
+
except Exception as e:
|
|
115
|
+
if isinstance(e, TencentCloudSDKException):
|
|
116
|
+
raise
|
|
117
|
+
else:
|
|
118
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
119
|
+
|
|
120
|
+
|
|
52
121
|
def CreatePrivateDNSAccount(self, request):
|
|
53
122
|
r"""跨账号关联VPC时绑定其他账号
|
|
54
123
|
|
|
@@ -118,6 +187,75 @@ class PrivatednsClient(AbstractClient):
|
|
|
118
187
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
119
188
|
|
|
120
189
|
|
|
190
|
+
def DeleteEndPoint(self, request):
|
|
191
|
+
r"""删除终端节点
|
|
192
|
+
|
|
193
|
+
:param request: Request instance for DeleteEndPoint.
|
|
194
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DeleteEndPointRequest`
|
|
195
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DeleteEndPointResponse`
|
|
196
|
+
|
|
197
|
+
"""
|
|
198
|
+
try:
|
|
199
|
+
params = request._serialize()
|
|
200
|
+
headers = request.headers
|
|
201
|
+
body = self.call("DeleteEndPoint", params, headers=headers)
|
|
202
|
+
response = json.loads(body)
|
|
203
|
+
model = models.DeleteEndPointResponse()
|
|
204
|
+
model._deserialize(response["Response"])
|
|
205
|
+
return model
|
|
206
|
+
except Exception as e:
|
|
207
|
+
if isinstance(e, TencentCloudSDKException):
|
|
208
|
+
raise
|
|
209
|
+
else:
|
|
210
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
def DeleteForwardRule(self, request):
|
|
214
|
+
r"""删除转发规则并停止转发
|
|
215
|
+
|
|
216
|
+
:param request: Request instance for DeleteForwardRule.
|
|
217
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DeleteForwardRuleRequest`
|
|
218
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DeleteForwardRuleResponse`
|
|
219
|
+
|
|
220
|
+
"""
|
|
221
|
+
try:
|
|
222
|
+
params = request._serialize()
|
|
223
|
+
headers = request.headers
|
|
224
|
+
body = self.call("DeleteForwardRule", params, headers=headers)
|
|
225
|
+
response = json.loads(body)
|
|
226
|
+
model = models.DeleteForwardRuleResponse()
|
|
227
|
+
model._deserialize(response["Response"])
|
|
228
|
+
return model
|
|
229
|
+
except Exception as e:
|
|
230
|
+
if isinstance(e, TencentCloudSDKException):
|
|
231
|
+
raise
|
|
232
|
+
else:
|
|
233
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
def DeleteInboundEndpoint(self, request):
|
|
237
|
+
r"""删除入站终端节点
|
|
238
|
+
|
|
239
|
+
:param request: Request instance for DeleteInboundEndpoint.
|
|
240
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DeleteInboundEndpointRequest`
|
|
241
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DeleteInboundEndpointResponse`
|
|
242
|
+
|
|
243
|
+
"""
|
|
244
|
+
try:
|
|
245
|
+
params = request._serialize()
|
|
246
|
+
headers = request.headers
|
|
247
|
+
body = self.call("DeleteInboundEndpoint", params, headers=headers)
|
|
248
|
+
response = json.loads(body)
|
|
249
|
+
model = models.DeleteInboundEndpointResponse()
|
|
250
|
+
model._deserialize(response["Response"])
|
|
251
|
+
return model
|
|
252
|
+
except Exception as e:
|
|
253
|
+
if isinstance(e, TencentCloudSDKException):
|
|
254
|
+
raise
|
|
255
|
+
else:
|
|
256
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
257
|
+
|
|
258
|
+
|
|
121
259
|
def DeletePrivateDNSAccount(self, request):
|
|
122
260
|
r"""删除私有域解析账号
|
|
123
261
|
|
|
@@ -279,6 +417,75 @@ class PrivatednsClient(AbstractClient):
|
|
|
279
417
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
280
418
|
|
|
281
419
|
|
|
420
|
+
def DescribeExtendEndpointList(self, request):
|
|
421
|
+
r"""获取终端节点列表
|
|
422
|
+
|
|
423
|
+
:param request: Request instance for DescribeExtendEndpointList.
|
|
424
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DescribeExtendEndpointListRequest`
|
|
425
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DescribeExtendEndpointListResponse`
|
|
426
|
+
|
|
427
|
+
"""
|
|
428
|
+
try:
|
|
429
|
+
params = request._serialize()
|
|
430
|
+
headers = request.headers
|
|
431
|
+
body = self.call("DescribeExtendEndpointList", params, headers=headers)
|
|
432
|
+
response = json.loads(body)
|
|
433
|
+
model = models.DescribeExtendEndpointListResponse()
|
|
434
|
+
model._deserialize(response["Response"])
|
|
435
|
+
return model
|
|
436
|
+
except Exception as e:
|
|
437
|
+
if isinstance(e, TencentCloudSDKException):
|
|
438
|
+
raise
|
|
439
|
+
else:
|
|
440
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
def DescribeForwardRuleList(self, request):
|
|
444
|
+
r"""查询转发规则列表
|
|
445
|
+
|
|
446
|
+
:param request: Request instance for DescribeForwardRuleList.
|
|
447
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DescribeForwardRuleListRequest`
|
|
448
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DescribeForwardRuleListResponse`
|
|
449
|
+
|
|
450
|
+
"""
|
|
451
|
+
try:
|
|
452
|
+
params = request._serialize()
|
|
453
|
+
headers = request.headers
|
|
454
|
+
body = self.call("DescribeForwardRuleList", params, headers=headers)
|
|
455
|
+
response = json.loads(body)
|
|
456
|
+
model = models.DescribeForwardRuleListResponse()
|
|
457
|
+
model._deserialize(response["Response"])
|
|
458
|
+
return model
|
|
459
|
+
except Exception as e:
|
|
460
|
+
if isinstance(e, TencentCloudSDKException):
|
|
461
|
+
raise
|
|
462
|
+
else:
|
|
463
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
def DescribeInboundEndpointList(self, request):
|
|
467
|
+
r"""获取入站终端节点列表
|
|
468
|
+
|
|
469
|
+
:param request: Request instance for DescribeInboundEndpointList.
|
|
470
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DescribeInboundEndpointListRequest`
|
|
471
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DescribeInboundEndpointListResponse`
|
|
472
|
+
|
|
473
|
+
"""
|
|
474
|
+
try:
|
|
475
|
+
params = request._serialize()
|
|
476
|
+
headers = request.headers
|
|
477
|
+
body = self.call("DescribeInboundEndpointList", params, headers=headers)
|
|
478
|
+
response = json.loads(body)
|
|
479
|
+
model = models.DescribeInboundEndpointListResponse()
|
|
480
|
+
model._deserialize(response["Response"])
|
|
481
|
+
return model
|
|
482
|
+
except Exception as e:
|
|
483
|
+
if isinstance(e, TencentCloudSDKException):
|
|
484
|
+
raise
|
|
485
|
+
else:
|
|
486
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
487
|
+
|
|
488
|
+
|
|
282
489
|
def DescribePrivateDNSAccountList(self, request):
|
|
283
490
|
r"""获取私有域解析账号列表
|
|
284
491
|
|
|
@@ -463,6 +670,52 @@ class PrivatednsClient(AbstractClient):
|
|
|
463
670
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
464
671
|
|
|
465
672
|
|
|
673
|
+
def ModifyForwardRule(self, request):
|
|
674
|
+
r"""修改转发规则
|
|
675
|
+
|
|
676
|
+
:param request: Request instance for ModifyForwardRule.
|
|
677
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.ModifyForwardRuleRequest`
|
|
678
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.ModifyForwardRuleResponse`
|
|
679
|
+
|
|
680
|
+
"""
|
|
681
|
+
try:
|
|
682
|
+
params = request._serialize()
|
|
683
|
+
headers = request.headers
|
|
684
|
+
body = self.call("ModifyForwardRule", params, headers=headers)
|
|
685
|
+
response = json.loads(body)
|
|
686
|
+
model = models.ModifyForwardRuleResponse()
|
|
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
|
+
def ModifyInboundEndpoint(self, request):
|
|
697
|
+
r"""删除入站终端节点
|
|
698
|
+
|
|
699
|
+
:param request: Request instance for ModifyInboundEndpoint.
|
|
700
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.ModifyInboundEndpointRequest`
|
|
701
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.ModifyInboundEndpointResponse`
|
|
702
|
+
|
|
703
|
+
"""
|
|
704
|
+
try:
|
|
705
|
+
params = request._serialize()
|
|
706
|
+
headers = request.headers
|
|
707
|
+
body = self.call("ModifyInboundEndpoint", params, headers=headers)
|
|
708
|
+
response = json.loads(body)
|
|
709
|
+
model = models.ModifyInboundEndpointResponse()
|
|
710
|
+
model._deserialize(response["Response"])
|
|
711
|
+
return model
|
|
712
|
+
except Exception as e:
|
|
713
|
+
if isinstance(e, TencentCloudSDKException):
|
|
714
|
+
raise
|
|
715
|
+
else:
|
|
716
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
717
|
+
|
|
718
|
+
|
|
466
719
|
def ModifyPrivateZone(self, request):
|
|
467
720
|
r"""修改私有域信息
|
|
468
721
|
|
|
@@ -3444,14 +3444,14 @@ class DeleteParamTemplateRequest(AbstractModel):
|
|
|
3444
3444
|
|
|
3445
3445
|
def __init__(self):
|
|
3446
3446
|
r"""
|
|
3447
|
-
:param _TemplateId: 参数模板 ID。请登录 [Redis
|
|
3447
|
+
:param _TemplateId: 参数模板 ID。请登录 [Redis 控制台的参数模板](https://console.cloud.tencent.com/redis/templates)页面获取模板 ID。
|
|
3448
3448
|
:type TemplateId: str
|
|
3449
3449
|
"""
|
|
3450
3450
|
self._TemplateId = None
|
|
3451
3451
|
|
|
3452
3452
|
@property
|
|
3453
3453
|
def TemplateId(self):
|
|
3454
|
-
r"""参数模板 ID。请登录 [Redis
|
|
3454
|
+
r"""参数模板 ID。请登录 [Redis 控制台的参数模板](https://console.cloud.tencent.com/redis/templates)页面获取模板 ID。
|
|
3455
3455
|
:rtype: str
|
|
3456
3456
|
"""
|
|
3457
3457
|
return self._TemplateId
|
|
@@ -77,7 +77,7 @@ FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicT
|
|
|
77
77
|
# 边缘客户端证书已过期,暂不支持下发过期证书。
|
|
78
78
|
FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
|
|
79
79
|
|
|
80
|
-
# 调用 DNSPod
|
|
80
|
+
# 调用 DNSPod 失败,请稍后重试,若无法解决,请提交工单。
|
|
81
81
|
FAILEDOPERATION_FAILEDTOCALLDNSPOD = 'FailedOperation.FailedToCallDNSPod'
|
|
82
82
|
|
|
83
83
|
# 有其他任务正在部署中,请稍后重试。
|