tencentcloud-sdk-python-cfw 3.0.1255__tar.gz → 3.0.1256__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.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/setup.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/cfw/v20190904/cfw_client.py +3 -1
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/cfw/v20190904/models.py +2 -2
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cfw-3.0.1256/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cfw-3.0.1255/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/README.rst +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.1255 → tencentcloud-sdk-python-cfw-3.0.1256}/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.1256"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cfw SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1338,7 +1338,9 @@ class CfwClient(AbstractClient):
|
|
|
1338
1338
|
|
|
1339
1339
|
|
|
1340
1340
|
def DescribeNatSwitchList(self, request):
|
|
1341
|
-
"""
|
|
1341
|
+
"""旧接口,不再维护
|
|
1342
|
+
|
|
1343
|
+
查询NAT边界防火墙开关列表
|
|
1342
1344
|
|
|
1343
1345
|
:param request: Request instance for DescribeNatSwitchList.
|
|
1344
1346
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeNatSwitchListRequest`
|
|
@@ -7822,7 +7822,7 @@ true为启用,false为不启用
|
|
|
7822
7822
|
:type Port: str
|
|
7823
7823
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
|
7824
7824
|
:type Protocol: str
|
|
7825
|
-
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
|
|
7825
|
+
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
|
|
7826
7826
|
:type ServiceTemplateId: str
|
|
7827
7827
|
:param _RuleUuid: 规则的uuid
|
|
7828
7828
|
:type RuleUuid: int
|
|
@@ -11689,7 +11689,7 @@ class EdgeIpInfo(AbstractModel):
|
|
|
11689
11689
|
r"""
|
|
11690
11690
|
:param _PublicIp: 公网IP
|
|
11691
11691
|
:type PublicIp: str
|
|
11692
|
-
:param _PublicIpType: 公网 IP 类型
|
|
11692
|
+
:param _PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
|
|
11693
11693
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11694
11694
|
:type PublicIpType: int
|
|
11695
11695
|
:param _InstanceId: 实例ID
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1256
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1255
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|