tencentcloud-sdk-python-cls 3.1.128__tar.gz → 3.1.130__tar.gz
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_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/v20201016/models.py +94 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.130/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.128/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.130}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.130
|
|
4
4
|
Summary: Tencent Cloud Cls SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.130
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.130,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -10697,6 +10697,12 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10697
10697
|
:type EndTime: int
|
|
10698
10698
|
:param _HasServicesLog: <p>是否开启投递服务日志。1关闭,2开启。默认开启</p>
|
|
10699
10699
|
:type HasServicesLog: int
|
|
10700
|
+
:param _AutoCreateField: <p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
10701
|
+
:type AutoCreateField: bool
|
|
10702
|
+
:param _DlcFailHandle: <p>将投递失败的日志存储至DLC表</p>
|
|
10703
|
+
:type DlcFailHandle: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
10704
|
+
:param _DSLFilter: <p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
10705
|
+
:type DSLFilter: str
|
|
10700
10706
|
"""
|
|
10701
10707
|
self._TopicId = None
|
|
10702
10708
|
self._Name = None
|
|
@@ -10707,6 +10713,9 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10707
10713
|
self._Interval = None
|
|
10708
10714
|
self._EndTime = None
|
|
10709
10715
|
self._HasServicesLog = None
|
|
10716
|
+
self._AutoCreateField = None
|
|
10717
|
+
self._DlcFailHandle = None
|
|
10718
|
+
self._DSLFilter = None
|
|
10710
10719
|
|
|
10711
10720
|
@property
|
|
10712
10721
|
def TopicId(self):
|
|
@@ -10807,6 +10816,39 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10807
10816
|
def HasServicesLog(self, HasServicesLog):
|
|
10808
10817
|
self._HasServicesLog = HasServicesLog
|
|
10809
10818
|
|
|
10819
|
+
@property
|
|
10820
|
+
def AutoCreateField(self):
|
|
10821
|
+
r"""<p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
10822
|
+
:rtype: bool
|
|
10823
|
+
"""
|
|
10824
|
+
return self._AutoCreateField
|
|
10825
|
+
|
|
10826
|
+
@AutoCreateField.setter
|
|
10827
|
+
def AutoCreateField(self, AutoCreateField):
|
|
10828
|
+
self._AutoCreateField = AutoCreateField
|
|
10829
|
+
|
|
10830
|
+
@property
|
|
10831
|
+
def DlcFailHandle(self):
|
|
10832
|
+
r"""<p>将投递失败的日志存储至DLC表</p>
|
|
10833
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
10834
|
+
"""
|
|
10835
|
+
return self._DlcFailHandle
|
|
10836
|
+
|
|
10837
|
+
@DlcFailHandle.setter
|
|
10838
|
+
def DlcFailHandle(self, DlcFailHandle):
|
|
10839
|
+
self._DlcFailHandle = DlcFailHandle
|
|
10840
|
+
|
|
10841
|
+
@property
|
|
10842
|
+
def DSLFilter(self):
|
|
10843
|
+
r"""<p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
10844
|
+
:rtype: str
|
|
10845
|
+
"""
|
|
10846
|
+
return self._DSLFilter
|
|
10847
|
+
|
|
10848
|
+
@DSLFilter.setter
|
|
10849
|
+
def DSLFilter(self, DSLFilter):
|
|
10850
|
+
self._DSLFilter = DSLFilter
|
|
10851
|
+
|
|
10810
10852
|
|
|
10811
10853
|
def _deserialize(self, params):
|
|
10812
10854
|
self._TopicId = params.get("TopicId")
|
|
@@ -10820,6 +10862,11 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10820
10862
|
self._Interval = params.get("Interval")
|
|
10821
10863
|
self._EndTime = params.get("EndTime")
|
|
10822
10864
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
10865
|
+
self._AutoCreateField = params.get("AutoCreateField")
|
|
10866
|
+
if params.get("DlcFailHandle") is not None:
|
|
10867
|
+
self._DlcFailHandle = DlcFailHandle()
|
|
10868
|
+
self._DlcFailHandle._deserialize(params.get("DlcFailHandle"))
|
|
10869
|
+
self._DSLFilter = params.get("DSLFilter")
|
|
10823
10870
|
memeber_set = set(params.keys())
|
|
10824
10871
|
for name, value in vars(self).items():
|
|
10825
10872
|
property_name = name[1:]
|
|
@@ -39333,6 +39380,12 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39333
39380
|
:type HasServicesLog: int
|
|
39334
39381
|
:param _Status: <p>任务状态。</p><p>枚举值:</p><ul><li>1: 运行</li><li>2: 停止</li></ul>
|
|
39335
39382
|
:type Status: int
|
|
39383
|
+
:param _AutoCreateField: <p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
39384
|
+
:type AutoCreateField: bool
|
|
39385
|
+
:param _DlcFailHandle: <p>将投递失败的日志存储至DLC表</p>
|
|
39386
|
+
:type DlcFailHandle: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
39387
|
+
:param _DSLFilter: <p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
39388
|
+
:type DSLFilter: str
|
|
39336
39389
|
"""
|
|
39337
39390
|
self._TopicId = None
|
|
39338
39391
|
self._TaskId = None
|
|
@@ -39345,6 +39398,9 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39345
39398
|
self._DlcInfo = None
|
|
39346
39399
|
self._HasServicesLog = None
|
|
39347
39400
|
self._Status = None
|
|
39401
|
+
self._AutoCreateField = None
|
|
39402
|
+
self._DlcFailHandle = None
|
|
39403
|
+
self._DSLFilter = None
|
|
39348
39404
|
|
|
39349
39405
|
@property
|
|
39350
39406
|
def TopicId(self):
|
|
@@ -39467,6 +39523,39 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39467
39523
|
def Status(self, Status):
|
|
39468
39524
|
self._Status = Status
|
|
39469
39525
|
|
|
39526
|
+
@property
|
|
39527
|
+
def AutoCreateField(self):
|
|
39528
|
+
r"""<p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
39529
|
+
:rtype: bool
|
|
39530
|
+
"""
|
|
39531
|
+
return self._AutoCreateField
|
|
39532
|
+
|
|
39533
|
+
@AutoCreateField.setter
|
|
39534
|
+
def AutoCreateField(self, AutoCreateField):
|
|
39535
|
+
self._AutoCreateField = AutoCreateField
|
|
39536
|
+
|
|
39537
|
+
@property
|
|
39538
|
+
def DlcFailHandle(self):
|
|
39539
|
+
r"""<p>将投递失败的日志存储至DLC表</p>
|
|
39540
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
39541
|
+
"""
|
|
39542
|
+
return self._DlcFailHandle
|
|
39543
|
+
|
|
39544
|
+
@DlcFailHandle.setter
|
|
39545
|
+
def DlcFailHandle(self, DlcFailHandle):
|
|
39546
|
+
self._DlcFailHandle = DlcFailHandle
|
|
39547
|
+
|
|
39548
|
+
@property
|
|
39549
|
+
def DSLFilter(self):
|
|
39550
|
+
r"""<p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
39551
|
+
:rtype: str
|
|
39552
|
+
"""
|
|
39553
|
+
return self._DSLFilter
|
|
39554
|
+
|
|
39555
|
+
@DSLFilter.setter
|
|
39556
|
+
def DSLFilter(self, DSLFilter):
|
|
39557
|
+
self._DSLFilter = DSLFilter
|
|
39558
|
+
|
|
39470
39559
|
|
|
39471
39560
|
def _deserialize(self, params):
|
|
39472
39561
|
self._TopicId = params.get("TopicId")
|
|
@@ -39482,6 +39571,11 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39482
39571
|
self._DlcInfo._deserialize(params.get("DlcInfo"))
|
|
39483
39572
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
39484
39573
|
self._Status = params.get("Status")
|
|
39574
|
+
self._AutoCreateField = params.get("AutoCreateField")
|
|
39575
|
+
if params.get("DlcFailHandle") is not None:
|
|
39576
|
+
self._DlcFailHandle = DlcFailHandle()
|
|
39577
|
+
self._DlcFailHandle._deserialize(params.get("DlcFailHandle"))
|
|
39578
|
+
self._DSLFilter = params.get("DSLFilter")
|
|
39485
39579
|
memeber_set = set(params.keys())
|
|
39486
39580
|
for name, value in vars(self).items():
|
|
39487
39581
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.130
|
|
4
4
|
Summary: Tencent Cloud Cls SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.130
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.130
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.128
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|