tencentcloud-sdk-python-cls 3.1.101__tar.gz → 3.1.107__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.101 → tencentcloud_sdk_python_cls-3.1.107}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/models.py +40 -6
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.107/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.101/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.107}/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.107
|
|
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.107
|
|
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.107,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -25,15 +25,47 @@ class AccessControlRule(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param
|
|
28
|
+
:param _CidrBlocks: <p>网段或IP,支持IPv4或IPv6。</p>
|
|
29
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
|
+
:type CidrBlocks: list of str
|
|
31
|
+
:param _Action: <p>ACCEPT 或 DROP。</p>
|
|
32
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
33
|
+
:type Action: str
|
|
34
|
+
:param _AccessMode: <p>访问方式:public - 公网,internal - 内网</p>
|
|
29
35
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
36
|
:type AccessMode: str
|
|
31
37
|
"""
|
|
38
|
+
self._CidrBlocks = None
|
|
39
|
+
self._Action = None
|
|
32
40
|
self._AccessMode = None
|
|
33
41
|
|
|
42
|
+
@property
|
|
43
|
+
def CidrBlocks(self):
|
|
44
|
+
r"""<p>网段或IP,支持IPv4或IPv6。</p>
|
|
45
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
46
|
+
:rtype: list of str
|
|
47
|
+
"""
|
|
48
|
+
return self._CidrBlocks
|
|
49
|
+
|
|
50
|
+
@CidrBlocks.setter
|
|
51
|
+
def CidrBlocks(self, CidrBlocks):
|
|
52
|
+
self._CidrBlocks = CidrBlocks
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def Action(self):
|
|
56
|
+
r"""<p>ACCEPT 或 DROP。</p>
|
|
57
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
58
|
+
:rtype: str
|
|
59
|
+
"""
|
|
60
|
+
return self._Action
|
|
61
|
+
|
|
62
|
+
@Action.setter
|
|
63
|
+
def Action(self, Action):
|
|
64
|
+
self._Action = Action
|
|
65
|
+
|
|
34
66
|
@property
|
|
35
67
|
def AccessMode(self):
|
|
36
|
-
r"""
|
|
68
|
+
r"""<p>访问方式:public - 公网,internal - 内网</p>
|
|
37
69
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
38
70
|
:rtype: str
|
|
39
71
|
"""
|
|
@@ -45,6 +77,8 @@ class AccessControlRule(AbstractModel):
|
|
|
45
77
|
|
|
46
78
|
|
|
47
79
|
def _deserialize(self, params):
|
|
80
|
+
self._CidrBlocks = params.get("CidrBlocks")
|
|
81
|
+
self._Action = params.get("Action")
|
|
48
82
|
self._AccessMode = params.get("AccessMode")
|
|
49
83
|
memeber_set = set(params.keys())
|
|
50
84
|
for name, value in vars(self).items():
|
|
@@ -14162,7 +14196,7 @@ class CreateSplunkDeliverRequest(AbstractModel):
|
|
|
14162
14196
|
r"""
|
|
14163
14197
|
:param _TopicId: <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
14164
14198
|
:type TopicId: str
|
|
14165
|
-
:param _Name: <p>splunk
|
|
14199
|
+
:param _Name: <p>splunk投递任务名称;name有如下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
|
|
14166
14200
|
:type Name: str
|
|
14167
14201
|
:param _NetInfo: <p>Splunk投递任务-目标配置-网络信息</p>
|
|
14168
14202
|
:type NetInfo: :class:`tencentcloud.cls.v20201016.models.NetInfo`
|
|
@@ -14211,7 +14245,7 @@ class CreateSplunkDeliverRequest(AbstractModel):
|
|
|
14211
14245
|
|
|
14212
14246
|
@property
|
|
14213
14247
|
def Name(self):
|
|
14214
|
-
r"""<p>splunk
|
|
14248
|
+
r"""<p>splunk投递任务名称;name有如下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
|
|
14215
14249
|
:rtype: str
|
|
14216
14250
|
"""
|
|
14217
14251
|
return self._Name
|
|
@@ -42286,7 +42320,7 @@ class ModifySplunkDeliverRequest(AbstractModel):
|
|
|
42286
42320
|
:type TaskId: str
|
|
42287
42321
|
:param _TopicId: <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
42288
42322
|
:type TopicId: str
|
|
42289
|
-
:param _Name: <p
|
|
42323
|
+
:param _Name: <p>投递任务名称name有以下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
|
|
42290
42324
|
:type Name: str
|
|
42291
42325
|
:param _Enable: <p>投递任务启用状态;0:禁用;1:启用</p>
|
|
42292
42326
|
:type Enable: int
|
|
@@ -42350,7 +42384,7 @@ class ModifySplunkDeliverRequest(AbstractModel):
|
|
|
42350
42384
|
|
|
42351
42385
|
@property
|
|
42352
42386
|
def Name(self):
|
|
42353
|
-
r"""<p
|
|
42387
|
+
r"""<p>投递任务名称name有以下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
|
|
42354
42388
|
:rtype: str
|
|
42355
42389
|
"""
|
|
42356
42390
|
return self._Name
|
|
@@ -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.107
|
|
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.107
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.107
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.101
|
|
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
|