tencentcloud-sdk-python-cfw 3.0.1381__tar.gz → 3.0.1383__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-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/setup.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/cfw_client.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/models.py +2 -2
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cfw-3.0.1383/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cfw-3.0.1381/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/README.rst +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cfw',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1383"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cfw SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1459,7 +1459,7 @@ class CfwClient(AbstractClient):
|
|
|
1459
1459
|
|
|
1460
1460
|
|
|
1461
1461
|
def DescribeSwitchLists(self, request):
|
|
1462
|
-
"""
|
|
1462
|
+
"""防火墙开关列表,请换用DescribeFwEdgeIps
|
|
1463
1463
|
|
|
1464
1464
|
:param request: Request instance for DescribeSwitchLists.
|
|
1465
1465
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchListsRequest`
|
|
@@ -23976,7 +23976,7 @@ drop:拒绝
|
|
|
23976
23976
|
:type ServiceTemplateId: str
|
|
23977
23977
|
:param _Id: (入参时无需填写,自动生成)规则对应的唯一id
|
|
23978
23978
|
:type Id: str
|
|
23979
|
-
:param _Enable:
|
|
23979
|
+
:param _Enable: (入参时Enable无意义;由通用配置中新增规则启用状态控制)
|
|
23980
23980
|
规则状态,true表示启用,false表示禁用
|
|
23981
23981
|
:type Enable: str
|
|
23982
23982
|
:param _Uid: 规则对应的唯一内部id
|
|
@@ -24135,7 +24135,7 @@ drop:拒绝
|
|
|
24135
24135
|
|
|
24136
24136
|
@property
|
|
24137
24137
|
def Enable(self):
|
|
24138
|
-
"""
|
|
24138
|
+
"""(入参时Enable无意义;由通用配置中新增规则启用状态控制)
|
|
24139
24139
|
规则状态,true表示启用,false表示禁用
|
|
24140
24140
|
:rtype: str
|
|
24141
24141
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1383
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1381
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|