tencentcloud-sdk-python-cls 3.1.102__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.102 → tencentcloud_sdk_python_cls-3.1.107}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/models.py +36 -2
- {tencentcloud_sdk_python_cls-3.1.102 → 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.102/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → tencentcloud_sdk_python_cls-3.1.107}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.102 → 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():
|
|
@@ -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.102
|
|
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
|