tencentcloud-sdk-python 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/billing/v20180709/models.py +0 -14
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +117 -0
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +49 -20
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +74 -1145
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +2 -86
- tencentcloud/dbbrain/v20191016/models.py +0 -36
- tencentcloud/dbbrain/v20210527/models.py +0 -106
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/domain/v20180808/models.py +0 -8
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/ess/v20201111/models.py +4 -2
- tencentcloud/essbasic/v20210526/models.py +4 -2
- tencentcloud/fmu/v20191213/errorcodes.py +3 -0
- tencentcloud/fmu/v20191213/models.py +4 -4
- tencentcloud/goosefs/v20220519/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +1 -1
- tencentcloud/iotcloud/v20210408/models.py +2 -4
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/lighthouse/v20200324/models.py +12 -20
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lowcode/v20210108/models.py +0 -2
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +251 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/errorcodes.py +34 -0
- tencentcloud/mps/v20190612/models.py +4129 -429
- tencentcloud/mps/v20190612/mps_client.py +208 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +64 -0
- tencentcloud/redis/v20180412/redis_client.py +23 -0
- tencentcloud/svp/v20240125/models.py +0 -42
- tencentcloud/tcb/v20180608/models.py +109 -348
- tencentcloud/tcb/v20180608/tcb_client.py +23 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +158 -436
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +122 -0
- tencentcloud/weilingwith/v20230427/models.py +0 -964
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -5219,10 +5219,12 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5219
5219
|
:param _Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。
|
5220
5220
|
|
5221
5221
|
:type Port: int
|
5222
|
-
:param _TargetGroupInstances:
|
5222
|
+
:param _TargetGroupInstances: 目标组绑定的后端服务器,单次最多支持50个。
|
5223
5223
|
:type TargetGroupInstances: list of TargetGroupInstance
|
5224
5224
|
:param _Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
|
5225
5225
|
:type Type: str
|
5226
|
+
:param _Protocol: 目标组后端转发协议。v2新版目标组该项必填。目前支持tcp、udp。
|
5227
|
+
:type Protocol: str
|
5226
5228
|
:param _Tags: 标签。
|
5227
5229
|
:type Tags: list of TagInfo
|
5228
5230
|
:param _Weight: 后端服务默认权重。
|
@@ -5238,6 +5240,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5238
5240
|
self._Port = None
|
5239
5241
|
self._TargetGroupInstances = None
|
5240
5242
|
self._Type = None
|
5243
|
+
self._Protocol = None
|
5241
5244
|
self._Tags = None
|
5242
5245
|
self._Weight = None
|
5243
5246
|
|
@@ -5277,7 +5280,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5277
5280
|
|
5278
5281
|
@property
|
5279
5282
|
def TargetGroupInstances(self):
|
5280
|
-
"""
|
5283
|
+
"""目标组绑定的后端服务器,单次最多支持50个。
|
5281
5284
|
:rtype: list of TargetGroupInstance
|
5282
5285
|
"""
|
5283
5286
|
return self._TargetGroupInstances
|
@@ -5297,6 +5300,17 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5297
5300
|
def Type(self, Type):
|
5298
5301
|
self._Type = Type
|
5299
5302
|
|
5303
|
+
@property
|
5304
|
+
def Protocol(self):
|
5305
|
+
"""目标组后端转发协议。v2新版目标组该项必填。目前支持tcp、udp。
|
5306
|
+
:rtype: str
|
5307
|
+
"""
|
5308
|
+
return self._Protocol
|
5309
|
+
|
5310
|
+
@Protocol.setter
|
5311
|
+
def Protocol(self, Protocol):
|
5312
|
+
self._Protocol = Protocol
|
5313
|
+
|
5300
5314
|
@property
|
5301
5315
|
def Tags(self):
|
5302
5316
|
"""标签。
|
@@ -5336,6 +5350,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
5336
5350
|
obj._deserialize(item)
|
5337
5351
|
self._TargetGroupInstances.append(obj)
|
5338
5352
|
self._Type = params.get("Type")
|
5353
|
+
self._Protocol = params.get("Protocol")
|
5339
5354
|
if params.get("Tags") is not None:
|
5340
5355
|
self._Tags = []
|
5341
5356
|
for item in params.get("Tags"):
|
@@ -5409,7 +5424,9 @@ class CreateTopicRequest(AbstractModel):
|
|
5409
5424
|
:type PartitionCount: int
|
5410
5425
|
:param _TopicType: 日志类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
|
5411
5426
|
:type TopicType: str
|
5412
|
-
:param _Period:
|
5427
|
+
:param _Period: 存储时间,单位天
|
5428
|
+
- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
5429
|
+
- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
5413
5430
|
:type Period: int
|
5414
5431
|
:param _StorageType: 日志主题的存储类型,可选值 HOT(标准存储),COLD(低频存储);默认为HOT。
|
5415
5432
|
:type StorageType: str
|
@@ -5455,7 +5472,9 @@ class CreateTopicRequest(AbstractModel):
|
|
5455
5472
|
|
5456
5473
|
@property
|
5457
5474
|
def Period(self):
|
5458
|
-
"""
|
5475
|
+
"""存储时间,单位天
|
5476
|
+
- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
5477
|
+
- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
5459
5478
|
:rtype: int
|
5460
5479
|
"""
|
5461
5480
|
return self._Period
|
@@ -13422,7 +13441,12 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
|
|
13422
13441
|
:param _NumericalVpcId: 数值形式的私有网络 ID
|
13423
13442
|
注意:此字段可能返回 null,表示取不到有效值。
|
13424
13443
|
:type NumericalVpcId: int
|
13425
|
-
:param _VipIsp: 负载均衡IP
|
13444
|
+
:param _VipIsp: 负载均衡IP地址所属的运营商。
|
13445
|
+
|
13446
|
+
- BGP : BGP(多线)
|
13447
|
+
- CMCC:中国移动单线
|
13448
|
+
- CTCC:中国电信单线
|
13449
|
+
- CUCC:中国联通单线
|
13426
13450
|
注意:此字段可能返回 null,表示取不到有效值。
|
13427
13451
|
:type VipIsp: str
|
13428
13452
|
:param _MasterZone: 主可用区
|
@@ -13852,7 +13876,12 @@ OPEN:公网属性, INTERNAL:内网属性;对于内网属性的负载均
|
|
13852
13876
|
|
13853
13877
|
@property
|
13854
13878
|
def VipIsp(self):
|
13855
|
-
"""负载均衡IP
|
13879
|
+
"""负载均衡IP地址所属的运营商。
|
13880
|
+
|
13881
|
+
- BGP : BGP(多线)
|
13882
|
+
- CMCC:中国移动单线
|
13883
|
+
- CTCC:中国电信单线
|
13884
|
+
- CUCC:中国联通单线
|
13856
13885
|
注意:此字段可能返回 null,表示取不到有效值。
|
13857
13886
|
:rtype: str
|
13858
13887
|
"""
|
@@ -14377,7 +14406,7 @@ class LoadBalancerDetail(AbstractModel):
|
|
14377
14406
|
:param _LoadBalancerName: 负载均衡实例的名称。
|
14378
14407
|
:type LoadBalancerName: str
|
14379
14408
|
:param _LoadBalancerType: 负载均衡实例的网络类型:
|
14380
|
-
|
14409
|
+
Public:公网属性,Private:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档。
|
14381
14410
|
注意:此字段可能返回 null,表示取不到有效值。
|
14382
14411
|
:type LoadBalancerType: str
|
14383
14412
|
:param _Status: 负载均衡实例的状态,包括
|
@@ -14568,7 +14597,7 @@ OPEN:公网属性,INTERNAL:内网属性;对于内网属性的负载均
|
|
14568
14597
|
@property
|
14569
14598
|
def LoadBalancerType(self):
|
14570
14599
|
"""负载均衡实例的网络类型:
|
14571
|
-
|
14600
|
+
Public:公网属性,Private:内网属性;对于内网属性的负载均衡,可通过绑定EIP出公网,具体可参考EIP文档。
|
14572
14601
|
注意:此字段可能返回 null,表示取不到有效值。
|
14573
14602
|
:rtype: str
|
14574
14603
|
"""
|
@@ -18878,12 +18907,10 @@ class RewriteTarget(AbstractModel):
|
|
18878
18907
|
|
18879
18908
|
def __init__(self):
|
18880
18909
|
r"""
|
18881
|
-
:param _TargetListenerId: 重定向目标的监听器ID
|
18882
|
-
注意:此字段可能返回 null,表示无重定向。
|
18910
|
+
:param _TargetListenerId: 重定向目标的监听器ID,该字段仅配置了重定向时有效。
|
18883
18911
|
注意:此字段可能返回 null,表示取不到有效值。
|
18884
18912
|
:type TargetListenerId: str
|
18885
|
-
:param _TargetLocationId: 重定向目标的转发规则ID
|
18886
|
-
注意:此字段可能返回 null,表示无重定向。
|
18913
|
+
:param _TargetLocationId: 重定向目标的转发规则ID,该字段仅配置了重定向时有效。
|
18887
18914
|
注意:此字段可能返回 null,表示取不到有效值。
|
18888
18915
|
:type TargetLocationId: str
|
18889
18916
|
:param _RewriteCode: 重定向状态码
|
@@ -18904,8 +18931,7 @@ class RewriteTarget(AbstractModel):
|
|
18904
18931
|
|
18905
18932
|
@property
|
18906
18933
|
def TargetListenerId(self):
|
18907
|
-
"""重定向目标的监听器ID
|
18908
|
-
注意:此字段可能返回 null,表示无重定向。
|
18934
|
+
"""重定向目标的监听器ID,该字段仅配置了重定向时有效。
|
18909
18935
|
注意:此字段可能返回 null,表示取不到有效值。
|
18910
18936
|
:rtype: str
|
18911
18937
|
"""
|
@@ -18917,8 +18943,7 @@ class RewriteTarget(AbstractModel):
|
|
18917
18943
|
|
18918
18944
|
@property
|
18919
18945
|
def TargetLocationId(self):
|
18920
|
-
"""重定向目标的转发规则ID
|
18921
|
-
注意:此字段可能返回 null,表示无重定向。
|
18946
|
+
"""重定向目标的转发规则ID,该字段仅配置了重定向时有效。
|
18922
18947
|
注意:此字段可能返回 null,表示取不到有效值。
|
18923
18948
|
:rtype: str
|
18924
18949
|
"""
|
@@ -20317,11 +20342,11 @@ class SetLoadBalancerClsLogRequest(AbstractModel):
|
|
20317
20342
|
:type LoadBalancerId: str
|
20318
20343
|
:param _LogSetId: 日志服务(CLS)的日志集 ID。
|
20319
20344
|
<li>增加和更新日志主题时可调用 [DescribeLogsets](https://cloud.tencent.com/document/product/614/58624) 接口获取日志集 ID。</li>
|
20320
|
-
<li
|
20345
|
+
<li>删除日志主题时,此参数填写为**空字符串**即可。</li>
|
20321
20346
|
:type LogSetId: str
|
20322
20347
|
:param _LogTopicId: 日志服务(CLS)的日志主题 ID。
|
20323
20348
|
<li>增加和更新日志主题时可调用 [DescribeTopics](https://cloud.tencent.com/document/product/614/56454) 接口获取日志主题 ID。</li>
|
20324
|
-
<li
|
20349
|
+
<li>删除日志主题时,此参数填写为**空字符串**即可。</li>
|
20325
20350
|
:type LogTopicId: str
|
20326
20351
|
:param _LogType: 日志类型:
|
20327
20352
|
<li>ACCESS:访问日志</li>
|
@@ -20349,7 +20374,7 @@ class SetLoadBalancerClsLogRequest(AbstractModel):
|
|
20349
20374
|
def LogSetId(self):
|
20350
20375
|
"""日志服务(CLS)的日志集 ID。
|
20351
20376
|
<li>增加和更新日志主题时可调用 [DescribeLogsets](https://cloud.tencent.com/document/product/614/58624) 接口获取日志集 ID。</li>
|
20352
|
-
<li
|
20377
|
+
<li>删除日志主题时,此参数填写为**空字符串**即可。</li>
|
20353
20378
|
:rtype: str
|
20354
20379
|
"""
|
20355
20380
|
return self._LogSetId
|
@@ -20362,7 +20387,7 @@ class SetLoadBalancerClsLogRequest(AbstractModel):
|
|
20362
20387
|
def LogTopicId(self):
|
20363
20388
|
"""日志服务(CLS)的日志主题 ID。
|
20364
20389
|
<li>增加和更新日志主题时可调用 [DescribeTopics](https://cloud.tencent.com/document/product/614/56454) 接口获取日志主题 ID。</li>
|
20365
|
-
<li
|
20390
|
+
<li>删除日志主题时,此参数填写为**空字符串**即可。</li>
|
20366
20391
|
:rtype: str
|
20367
20392
|
"""
|
20368
20393
|
return self._LogTopicId
|
@@ -21582,6 +21607,8 @@ class TargetGroupInstance(AbstractModel):
|
|
21582
21607
|
:param _Port: 目标组实例的端口
|
21583
21608
|
:type Port: int
|
21584
21609
|
:param _Weight: 目标组实例的权重
|
21610
|
+
|
21611
|
+
v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
|
21585
21612
|
:type Weight: int
|
21586
21613
|
:param _NewPort: 目标组实例的新端口
|
21587
21614
|
:type NewPort: int
|
@@ -21616,6 +21643,8 @@ class TargetGroupInstance(AbstractModel):
|
|
21616
21643
|
@property
|
21617
21644
|
def Weight(self):
|
21618
21645
|
"""目标组实例的权重
|
21646
|
+
|
21647
|
+
v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
|
21619
21648
|
:rtype: int
|
21620
21649
|
"""
|
21621
21650
|
return self._Weight
|
@@ -217,29 +217,6 @@ class ClsClient(AbstractClient):
|
|
217
217
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
218
218
|
|
219
219
|
|
220
|
-
def CreateCloudProductLogTask(self, request):
|
221
|
-
"""内部云产品接入使用相关接口
|
222
|
-
|
223
|
-
:param request: Request instance for CreateCloudProductLogTask.
|
224
|
-
:type request: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskRequest`
|
225
|
-
:rtype: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskResponse`
|
226
|
-
|
227
|
-
"""
|
228
|
-
try:
|
229
|
-
params = request._serialize()
|
230
|
-
headers = request.headers
|
231
|
-
body = self.call("CreateCloudProductLogTask", params, headers=headers)
|
232
|
-
response = json.loads(body)
|
233
|
-
model = models.CreateCloudProductLogTaskResponse()
|
234
|
-
model._deserialize(response["Response"])
|
235
|
-
return model
|
236
|
-
except Exception as e:
|
237
|
-
if isinstance(e, TencentCloudSDKException):
|
238
|
-
raise
|
239
|
-
else:
|
240
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
241
|
-
|
242
|
-
|
243
220
|
def CreateConfig(self, request):
|
244
221
|
"""创建采集规则配置
|
245
222
|
|
@@ -723,29 +700,6 @@ class ClsClient(AbstractClient):
|
|
723
700
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
724
701
|
|
725
702
|
|
726
|
-
def DeleteCloudProductLogTask(self, request):
|
727
|
-
"""内部云产品接入使用相关接口
|
728
|
-
|
729
|
-
:param request: Request instance for DeleteCloudProductLogTask.
|
730
|
-
:type request: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskRequest`
|
731
|
-
:rtype: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskResponse`
|
732
|
-
|
733
|
-
"""
|
734
|
-
try:
|
735
|
-
params = request._serialize()
|
736
|
-
headers = request.headers
|
737
|
-
body = self.call("DeleteCloudProductLogTask", params, headers=headers)
|
738
|
-
response = json.loads(body)
|
739
|
-
model = models.DeleteCloudProductLogTaskResponse()
|
740
|
-
model._deserialize(response["Response"])
|
741
|
-
return model
|
742
|
-
except Exception as e:
|
743
|
-
if isinstance(e, TencentCloudSDKException):
|
744
|
-
raise
|
745
|
-
else:
|
746
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
747
|
-
|
748
|
-
|
749
703
|
def DeleteConfig(self, request):
|
750
704
|
"""删除采集规则配置
|
751
705
|
|
@@ -1252,29 +1206,6 @@ class ClsClient(AbstractClient):
|
|
1252
1206
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1253
1207
|
|
1254
1208
|
|
1255
|
-
def DescribeCloudProductLogTasks(self, request):
|
1256
|
-
"""云产品接入使用相关接口
|
1257
|
-
|
1258
|
-
:param request: Request instance for DescribeCloudProductLogTasks.
|
1259
|
-
:type request: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksRequest`
|
1260
|
-
:rtype: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksResponse`
|
1261
|
-
|
1262
|
-
"""
|
1263
|
-
try:
|
1264
|
-
params = request._serialize()
|
1265
|
-
headers = request.headers
|
1266
|
-
body = self.call("DescribeCloudProductLogTasks", params, headers=headers)
|
1267
|
-
response = json.loads(body)
|
1268
|
-
model = models.DescribeCloudProductLogTasksResponse()
|
1269
|
-
model._deserialize(response["Response"])
|
1270
|
-
return model
|
1271
|
-
except Exception as e:
|
1272
|
-
if isinstance(e, TencentCloudSDKException):
|
1273
|
-
raise
|
1274
|
-
else:
|
1275
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1276
|
-
|
1277
|
-
|
1278
1209
|
def DescribeConfigExtras(self, request):
|
1279
1210
|
"""本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
|
1280
1211
|
|
@@ -1989,29 +1920,6 @@ class ClsClient(AbstractClient):
|
|
1989
1920
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1990
1921
|
|
1991
1922
|
|
1992
|
-
def ModifyCloudProductLogTask(self, request):
|
1993
|
-
"""内部云产品接入使用相关接口
|
1994
|
-
|
1995
|
-
:param request: Request instance for ModifyCloudProductLogTask.
|
1996
|
-
:type request: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskRequest`
|
1997
|
-
:rtype: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskResponse`
|
1998
|
-
|
1999
|
-
"""
|
2000
|
-
try:
|
2001
|
-
params = request._serialize()
|
2002
|
-
headers = request.headers
|
2003
|
-
body = self.call("ModifyCloudProductLogTask", params, headers=headers)
|
2004
|
-
response = json.loads(body)
|
2005
|
-
model = models.ModifyCloudProductLogTaskResponse()
|
2006
|
-
model._deserialize(response["Response"])
|
2007
|
-
return model
|
2008
|
-
except Exception as e:
|
2009
|
-
if isinstance(e, TencentCloudSDKException):
|
2010
|
-
raise
|
2011
|
-
else:
|
2012
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2013
|
-
|
2014
|
-
|
2015
1923
|
def ModifyConfig(self, request):
|
2016
1924
|
"""修改采集规则配置
|
2017
1925
|
|