tencentcloud-sdk-python-cfw 3.1.25__tar.gz → 3.1.29__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 (17) hide show
  1. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/v20190904/models.py +25 -2
  5. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.29/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cfw-3.1.25/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cfw-3.1.25 → tencentcloud_sdk_python_cfw-3.1.29}/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.25
3
+ Version: 3.1.29
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.25
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.29
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.25,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.29,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cfw SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.25'
17
+ __version__ = '3.1.29'
@@ -15450,13 +15450,14 @@ class EdgeIpInfo(AbstractModel):
15450
15450
  :param _IsSerialRegion: 0: 该地域暂未支持串行
15451
15451
  1: 该用户未在该地域配置串行带宽
15452
15452
  2: 该用户已在该地域配置串行带宽,可以开启串行开关
15453
+ 3. 该地域可以支持串行,但是未部署公共集群
15453
15454
  :type IsSerialRegion: int
15454
15455
  :param _IsPublicClb: 0: 不是公网CLB 可以开启串行开关
15455
15456
  1: 是公网CLB 不可以开启串行开关
15456
15457
 
15457
15458
  :type IsPublicClb: int
15458
15459
  :param _EndpointBindEipNum: 0: 开启开关时提示要创建私有连接。
15459
- 1: 关闭该开关是提示删除私有连接。
15460
+ 1: 关闭该开关时提示删除私有连接。
15460
15461
  如果大于 1: 关闭开关 、开启开关不需提示创建删除私有连接。
15461
15462
  :type EndpointBindEipNum: int
15462
15463
  :param _ScanMode: 扫描深度
@@ -15484,6 +15485,11 @@ class EdgeIpInfo(AbstractModel):
15484
15485
  :type Domain: str
15485
15486
  :param _OverUsedStatus: IP超量状态
15486
15487
  :type OverUsedStatus: int
15488
+ :param _SwitchSupportType: 0 都不支持
15489
+ 1 支持旁路
15490
+ 2 支持串行
15491
+ 3 旁路串行都支持
15492
+ :type SwitchSupportType: int
15487
15493
  """
15488
15494
  self._PublicIp = None
15489
15495
  self._PublicIpType = None
@@ -15508,6 +15514,7 @@ class EdgeIpInfo(AbstractModel):
15508
15514
  self._SwitchWeight = None
15509
15515
  self._Domain = None
15510
15516
  self._OverUsedStatus = None
15517
+ self._SwitchSupportType = None
15511
15518
 
15512
15519
  @property
15513
15520
  def PublicIp(self):
@@ -15637,6 +15644,7 @@ class EdgeIpInfo(AbstractModel):
15637
15644
  r"""0: 该地域暂未支持串行
15638
15645
  1: 该用户未在该地域配置串行带宽
15639
15646
  2: 该用户已在该地域配置串行带宽,可以开启串行开关
15647
+ 3. 该地域可以支持串行,但是未部署公共集群
15640
15648
  :rtype: int
15641
15649
  """
15642
15650
  return self._IsSerialRegion
@@ -15661,7 +15669,7 @@ class EdgeIpInfo(AbstractModel):
15661
15669
  @property
15662
15670
  def EndpointBindEipNum(self):
15663
15671
  r"""0: 开启开关时提示要创建私有连接。
15664
- 1: 关闭该开关是提示删除私有连接。
15672
+ 1: 关闭该开关时提示删除私有连接。
15665
15673
  如果大于 1: 关闭开关 、开启开关不需提示创建删除私有连接。
15666
15674
  :rtype: int
15667
15675
  """
@@ -15777,6 +15785,20 @@ class EdgeIpInfo(AbstractModel):
15777
15785
  def OverUsedStatus(self, OverUsedStatus):
15778
15786
  self._OverUsedStatus = OverUsedStatus
15779
15787
 
15788
+ @property
15789
+ def SwitchSupportType(self):
15790
+ r"""0 都不支持
15791
+ 1 支持旁路
15792
+ 2 支持串行
15793
+ 3 旁路串行都支持
15794
+ :rtype: int
15795
+ """
15796
+ return self._SwitchSupportType
15797
+
15798
+ @SwitchSupportType.setter
15799
+ def SwitchSupportType(self, SwitchSupportType):
15800
+ self._SwitchSupportType = SwitchSupportType
15801
+
15780
15802
 
15781
15803
  def _deserialize(self, params):
15782
15804
  self._PublicIp = params.get("PublicIp")
@@ -15802,6 +15824,7 @@ class EdgeIpInfo(AbstractModel):
15802
15824
  self._SwitchWeight = params.get("SwitchWeight")
15803
15825
  self._Domain = params.get("Domain")
15804
15826
  self._OverUsedStatus = params.get("OverUsedStatus")
15827
+ self._SwitchSupportType = params.get("SwitchSupportType")
15805
15828
  memeber_set = set(params.keys())
15806
15829
  for name, value in vars(self).items():
15807
15830
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.25
3
+ Version: 3.1.29
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.25
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.29
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.29
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.25