tencentcloud-sdk-python-cfw 3.1.101__tar.gz → 3.1.105__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.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/setup.py +1 -1
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/models.py +31 -24
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cfw-3.1.105/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cfw-3.1.101/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/README.rst +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cfw-3.1.101 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cfw
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.105
|
|
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
|
|
@@ -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.105
|
|
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-cfw',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.105,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cfw SDK for Python',
|
|
@@ -1915,27 +1915,30 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1915
1915
|
|
|
1916
1916
|
def __init__(self):
|
|
1917
1917
|
r"""
|
|
1918
|
-
:param _InstanceId:
|
|
1918
|
+
:param _InstanceId: <p>实例ID</p>
|
|
1919
1919
|
:type InstanceId: str
|
|
1920
|
-
:param _InstanceName:
|
|
1920
|
+
:param _InstanceName: <p>实例名称</p>
|
|
1921
1921
|
:type InstanceName: str
|
|
1922
|
-
:param _InsType:
|
|
1922
|
+
:param _InsType: <p>实例类型</p>
|
|
1923
1923
|
:type InsType: str
|
|
1924
|
-
:param _CidrLst:
|
|
1924
|
+
:param _CidrLst: <p>实例的网段列表</p>
|
|
1925
1925
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1926
1926
|
:type CidrLst: list of str
|
|
1927
|
-
:param _InstanceRegion:
|
|
1927
|
+
:param _InstanceRegion: <p>实例所属地域</p>
|
|
1928
1928
|
:type InstanceRegion: str
|
|
1929
|
+
:param _IsCrossInstance: <p>是否跨账号</p>
|
|
1930
|
+
:type IsCrossInstance: int
|
|
1929
1931
|
"""
|
|
1930
1932
|
self._InstanceId = None
|
|
1931
1933
|
self._InstanceName = None
|
|
1932
1934
|
self._InsType = None
|
|
1933
1935
|
self._CidrLst = None
|
|
1934
1936
|
self._InstanceRegion = None
|
|
1937
|
+
self._IsCrossInstance = None
|
|
1935
1938
|
|
|
1936
1939
|
@property
|
|
1937
1940
|
def InstanceId(self):
|
|
1938
|
-
r"""
|
|
1941
|
+
r"""<p>实例ID</p>
|
|
1939
1942
|
:rtype: str
|
|
1940
1943
|
"""
|
|
1941
1944
|
return self._InstanceId
|
|
@@ -1946,7 +1949,7 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1946
1949
|
|
|
1947
1950
|
@property
|
|
1948
1951
|
def InstanceName(self):
|
|
1949
|
-
r"""
|
|
1952
|
+
r"""<p>实例名称</p>
|
|
1950
1953
|
:rtype: str
|
|
1951
1954
|
"""
|
|
1952
1955
|
return self._InstanceName
|
|
@@ -1957,7 +1960,7 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1957
1960
|
|
|
1958
1961
|
@property
|
|
1959
1962
|
def InsType(self):
|
|
1960
|
-
r"""
|
|
1963
|
+
r"""<p>实例类型</p>
|
|
1961
1964
|
:rtype: str
|
|
1962
1965
|
"""
|
|
1963
1966
|
return self._InsType
|
|
@@ -1968,7 +1971,7 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1968
1971
|
|
|
1969
1972
|
@property
|
|
1970
1973
|
def CidrLst(self):
|
|
1971
|
-
r"""
|
|
1974
|
+
r"""<p>实例的网段列表</p>
|
|
1972
1975
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1973
1976
|
:rtype: list of str
|
|
1974
1977
|
"""
|
|
@@ -1980,7 +1983,7 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1980
1983
|
|
|
1981
1984
|
@property
|
|
1982
1985
|
def InstanceRegion(self):
|
|
1983
|
-
r"""
|
|
1986
|
+
r"""<p>实例所属地域</p>
|
|
1984
1987
|
:rtype: str
|
|
1985
1988
|
"""
|
|
1986
1989
|
return self._InstanceRegion
|
|
@@ -1989,6 +1992,17 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1989
1992
|
def InstanceRegion(self, InstanceRegion):
|
|
1990
1993
|
self._InstanceRegion = InstanceRegion
|
|
1991
1994
|
|
|
1995
|
+
@property
|
|
1996
|
+
def IsCrossInstance(self):
|
|
1997
|
+
r"""<p>是否跨账号</p>
|
|
1998
|
+
:rtype: int
|
|
1999
|
+
"""
|
|
2000
|
+
return self._IsCrossInstance
|
|
2001
|
+
|
|
2002
|
+
@IsCrossInstance.setter
|
|
2003
|
+
def IsCrossInstance(self, IsCrossInstance):
|
|
2004
|
+
self._IsCrossInstance = IsCrossInstance
|
|
2005
|
+
|
|
1992
2006
|
|
|
1993
2007
|
def _deserialize(self, params):
|
|
1994
2008
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -1996,6 +2010,7 @@ class CcnAssociatedInstance(AbstractModel):
|
|
|
1996
2010
|
self._InsType = params.get("InsType")
|
|
1997
2011
|
self._CidrLst = params.get("CidrLst")
|
|
1998
2012
|
self._InstanceRegion = params.get("InstanceRegion")
|
|
2013
|
+
self._IsCrossInstance = params.get("IsCrossInstance")
|
|
1999
2014
|
memeber_set = set(params.keys())
|
|
2000
2015
|
for name, value in vars(self).items():
|
|
2001
2016
|
property_name = name[1:]
|
|
@@ -25463,15 +25478,11 @@ class RegionFwStatus(AbstractModel):
|
|
|
25463
25478
|
|
|
25464
25479
|
def __init__(self):
|
|
25465
25480
|
r"""
|
|
25466
|
-
:param _Region:
|
|
25481
|
+
:param _Region: <p>地域</p>
|
|
25467
25482
|
:type Region: str
|
|
25468
|
-
:param _Status:
|
|
25469
|
-
1. "NotDeployed" 防火墙集群未部署
|
|
25470
|
-
2. "Deployed" 防火墙集群已部署,但未创建引流网络
|
|
25471
|
-
3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
|
|
25472
|
-
4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络
|
|
25483
|
+
:param _Status: <p>引流网络部署状态</p><ol><li>"NotDeployed" 防火墙集群未部署</li><li>"Deployed" 防火墙集群已部署,但未创建引流网络</li><li>"DeployedCustomOnly" 防火墙集群已部署,但内网段被全覆盖,无法自动选择引流网络,需自定义设置引流网段</li><li>"Auto" 防火墙集群已部署,并自动选择网段创建了引流网络</li><li>"Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络</li></ol>
|
|
25473
25484
|
:type Status: str
|
|
25474
|
-
:param _Cidr:
|
|
25485
|
+
:param _Cidr: <p>引流网络的cidr,如果没有部署引流网络则为空</p>
|
|
25475
25486
|
:type Cidr: str
|
|
25476
25487
|
"""
|
|
25477
25488
|
self._Region = None
|
|
@@ -25480,7 +25491,7 @@ class RegionFwStatus(AbstractModel):
|
|
|
25480
25491
|
|
|
25481
25492
|
@property
|
|
25482
25493
|
def Region(self):
|
|
25483
|
-
r"""
|
|
25494
|
+
r"""<p>地域</p>
|
|
25484
25495
|
:rtype: str
|
|
25485
25496
|
"""
|
|
25486
25497
|
return self._Region
|
|
@@ -25491,11 +25502,7 @@ class RegionFwStatus(AbstractModel):
|
|
|
25491
25502
|
|
|
25492
25503
|
@property
|
|
25493
25504
|
def Status(self):
|
|
25494
|
-
r"""
|
|
25495
|
-
1. "NotDeployed" 防火墙集群未部署
|
|
25496
|
-
2. "Deployed" 防火墙集群已部署,但未创建引流网络
|
|
25497
|
-
3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
|
|
25498
|
-
4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络
|
|
25505
|
+
r"""<p>引流网络部署状态</p><ol><li>"NotDeployed" 防火墙集群未部署</li><li>"Deployed" 防火墙集群已部署,但未创建引流网络</li><li>"DeployedCustomOnly" 防火墙集群已部署,但内网段被全覆盖,无法自动选择引流网络,需自定义设置引流网段</li><li>"Auto" 防火墙集群已部署,并自动选择网段创建了引流网络</li><li>"Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络</li></ol>
|
|
25499
25506
|
:rtype: str
|
|
25500
25507
|
"""
|
|
25501
25508
|
return self._Status
|
|
@@ -25506,7 +25513,7 @@ class RegionFwStatus(AbstractModel):
|
|
|
25506
25513
|
|
|
25507
25514
|
@property
|
|
25508
25515
|
def Cidr(self):
|
|
25509
|
-
r"""
|
|
25516
|
+
r"""<p>引流网络的cidr,如果没有部署引流网络则为空</p>
|
|
25510
25517
|
:rtype: str
|
|
25511
25518
|
"""
|
|
25512
25519
|
return self._Cidr
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cfw
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.105
|
|
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
|
|
@@ -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.105
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.105
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.101
|
|
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
|