tencentcloud-sdk-python-ssl 3.0.1388__tar.gz → 3.0.1390__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-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/ssl/v20191205/models.py +15 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1390/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1388/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1388 → tencentcloud-sdk-python-ssl-3.0.1390}/tencentcloud_sdk_python_ssl.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-ssl',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1390"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -116,6 +116,9 @@ FAILEDOPERATION_CERTIFICATEMATCHERROR = 'FailedOperation.CertificateMatchError'
|
|
|
116
116
|
# 证书与私钥不对应。
|
|
117
117
|
FAILEDOPERATION_CERTIFICATEMISMATCH = 'FailedOperation.CertificateMismatch'
|
|
118
118
|
|
|
119
|
+
# 该证书已设置成不允许下载。
|
|
120
|
+
FAILEDOPERATION_CERTIFICATENOTALLOWDOWNLOAD = 'FailedOperation.CertificateNotAllowDownload'
|
|
121
|
+
|
|
119
122
|
# 证书不可用,请检查后再试。
|
|
120
123
|
FAILEDOPERATION_CERTIFICATENOTAVAILABLE = 'FailedOperation.CertificateNotAvailable'
|
|
121
124
|
|
|
@@ -3613,10 +3613,13 @@ class ClbInstanceDetail(AbstractModel):
|
|
|
3613
3613
|
:type LoadBalancerName: str
|
|
3614
3614
|
:param _Listeners: CLB监听器列表
|
|
3615
3615
|
:type Listeners: list of ClbListener
|
|
3616
|
+
:param _Forward: 负载均衡类型,0 传统型负载均衡; 1 应用型负载均衡
|
|
3617
|
+
:type Forward: int
|
|
3616
3618
|
"""
|
|
3617
3619
|
self._LoadBalancerId = None
|
|
3618
3620
|
self._LoadBalancerName = None
|
|
3619
3621
|
self._Listeners = None
|
|
3622
|
+
self._Forward = None
|
|
3620
3623
|
|
|
3621
3624
|
@property
|
|
3622
3625
|
def LoadBalancerId(self):
|
|
@@ -3651,6 +3654,17 @@ class ClbInstanceDetail(AbstractModel):
|
|
|
3651
3654
|
def Listeners(self, Listeners):
|
|
3652
3655
|
self._Listeners = Listeners
|
|
3653
3656
|
|
|
3657
|
+
@property
|
|
3658
|
+
def Forward(self):
|
|
3659
|
+
"""负载均衡类型,0 传统型负载均衡; 1 应用型负载均衡
|
|
3660
|
+
:rtype: int
|
|
3661
|
+
"""
|
|
3662
|
+
return self._Forward
|
|
3663
|
+
|
|
3664
|
+
@Forward.setter
|
|
3665
|
+
def Forward(self, Forward):
|
|
3666
|
+
self._Forward = Forward
|
|
3667
|
+
|
|
3654
3668
|
|
|
3655
3669
|
def _deserialize(self, params):
|
|
3656
3670
|
self._LoadBalancerId = params.get("LoadBalancerId")
|
|
@@ -3661,6 +3675,7 @@ class ClbInstanceDetail(AbstractModel):
|
|
|
3661
3675
|
obj = ClbListener()
|
|
3662
3676
|
obj._deserialize(item)
|
|
3663
3677
|
self._Listeners.append(obj)
|
|
3678
|
+
self._Forward = params.get("Forward")
|
|
3664
3679
|
memeber_set = set(params.keys())
|
|
3665
3680
|
for name, value in vars(self).items():
|
|
3666
3681
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1390
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1388
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|