tencentcloud-sdk-python-cfw 3.0.1394__tar.gz → 3.0.1402__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.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/setup.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/cfw/v20190904/models.py +2 -2
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cfw-3.0.1402/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cfw-3.0.1394/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/README.rst +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1394 → tencentcloud-sdk-python-cfw-3.0.1402}/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.1402"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cfw SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -8811,7 +8811,7 @@ class DescribeCfwEipsRequest(AbstractModel):
|
|
|
8811
8811
|
:type Mode: int
|
|
8812
8812
|
:param _NatGatewayId: ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
|
|
8813
8813
|
:type NatGatewayId: str
|
|
8814
|
-
:param _CfwInstance: 防火墙实例id
|
|
8814
|
+
:param _CfwInstance: 防火墙实例id,当前仅支持接入模式的实例,该字段必填
|
|
8815
8815
|
:type CfwInstance: str
|
|
8816
8816
|
"""
|
|
8817
8817
|
self._Mode = None
|
|
@@ -8842,7 +8842,7 @@ class DescribeCfwEipsRequest(AbstractModel):
|
|
|
8842
8842
|
|
|
8843
8843
|
@property
|
|
8844
8844
|
def CfwInstance(self):
|
|
8845
|
-
"""防火墙实例id
|
|
8845
|
+
"""防火墙实例id,当前仅支持接入模式的实例,该字段必填
|
|
8846
8846
|
:rtype: str
|
|
8847
8847
|
"""
|
|
8848
8848
|
return self._CfwInstance
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1402
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1394
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|