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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/cfw_client.py +1 -1
  5. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/models.py +2 -2
  6. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cfw-3.0.1383/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cfw-3.0.1381/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cfw-3.0.1381 → tencentcloud-sdk-python-cfw-3.0.1383}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  15. {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
  16. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.0.1381
3
+ Version: 3.0.1383
4
4
  Summary: Tencent Cloud Cfw SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1381"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1381'
17
+ __version__ = '3.0.1383'
@@ -1459,7 +1459,7 @@ class CfwClient(AbstractClient):
1459
1459
 
1460
1460
 
1461
1461
  def DescribeSwitchLists(self, request):
1462
- """防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
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: (入参时、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
- """(入参时、Enable已弃用;由通用配置中新增规则启用状态控制)
24138
+ """(入参时Enable无意义;由通用配置中新增规则启用状态控制)
24139
24139
  规则状态,true表示启用,false表示禁用
24140
24140
  :rtype: str
24141
24141
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.0.1381
3
+ Version: 3.0.1383
4
4
  Summary: Tencent Cloud Cfw SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1383
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1381