tencentcloud-sdk-python-clb 3.1.151__tar.gz → 3.1.152__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_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/v20180317/models.py +32 -34
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.152/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.151/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.151 → tencentcloud_sdk_python_clb-3.1.152}/tencentcloud_sdk_python_clb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.152
|
|
4
4
|
Summary: Tencent Cloud Clb 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.152
|
|
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-clb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.152,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -33469,38 +33469,37 @@ class RuleInput(AbstractModel):
|
|
|
33469
33469
|
|
|
33470
33470
|
def __init__(self):
|
|
33471
33471
|
r"""
|
|
33472
|
-
:param _Url:
|
|
33472
|
+
:param _Url: <p>转发规则的路径。长度限制为:1~200。</p>
|
|
33473
33473
|
:type Url: str
|
|
33474
|
-
:param _Domain:
|
|
33474
|
+
:param _Domain: <p>转发规则的域名。长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。</p>
|
|
33475
33475
|
:type Domain: str
|
|
33476
|
-
:param _SessionExpireTime:
|
|
33476
|
+
:param _SessionExpireTime: <p>会话保持时间。设置为0表示关闭会话保持,开启会话保持可取值30~86400,单位:秒。</p>
|
|
33477
33477
|
:type SessionExpireTime: int
|
|
33478
|
-
:param _HealthCheck:
|
|
33478
|
+
:param _HealthCheck: <p>健康检查信息。详情请参见:<a href="https://cloud.tencent.com/document/product/214/6097">健康检查</a></p>
|
|
33479
33479
|
:type HealthCheck: :class:`tencentcloud.clb.v20180317.models.HealthCheck`
|
|
33480
|
-
:param _Certificate:
|
|
33480
|
+
:param _Certificate: <p>证书信息;此参数和MultiCertInfo不能同时传入。</p>
|
|
33481
33481
|
:type Certificate: :class:`tencentcloud.clb.v20180317.models.CertificateInput`
|
|
33482
|
-
:param _Scheduler:
|
|
33483
|
-
分别表示按权重轮询、最小连接数、按IP哈希, 默认为 WRR。
|
|
33482
|
+
:param _Scheduler: <p>规则的请求转发方式,可选值:WRR、LEAST_CONN、IP_HASH<br>分别表示按权重轮询、最小连接数、按IP哈希, 默认为 WRR。</p>
|
|
33484
33483
|
:type Scheduler: str
|
|
33485
|
-
:param _ForwardType:
|
|
33484
|
+
:param _ForwardType: <p>负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/GRPC/GRPCS/TRPC,TRPC暂未对外开放,默认HTTP。</p>
|
|
33486
33485
|
:type ForwardType: str
|
|
33487
|
-
:param _DefaultServer:
|
|
33486
|
+
:param _DefaultServer: <p>是否将该域名设为默认域名,注意,一个监听器下只能设置一个默认域名。</p>
|
|
33488
33487
|
:type DefaultServer: bool
|
|
33489
|
-
:param _Http2:
|
|
33488
|
+
:param _Http2: <p>是否开启Http2,注意,只有HTTPS域名才能开启Http2。</p>
|
|
33490
33489
|
:type Http2: bool
|
|
33491
|
-
:param _TargetType:
|
|
33490
|
+
:param _TargetType: <p>后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组</p><p>枚举值:</p><ul><li>NODE: 绑定普通节点</li><li>TARGETGROUP: 绑定目标组 v1</li><li>TARGETGROUP-V2: 绑定目标组 v2</li></ul>
|
|
33492
33491
|
:type TargetType: str
|
|
33493
|
-
:param _TrpcCallee: TRPC被调服务器路由,ForwardType为TRPC
|
|
33492
|
+
:param _TrpcCallee: <p>TRPC被调服务器路由,ForwardType为TRPC时必填。目前暂未对外开放。</p>
|
|
33494
33493
|
:type TrpcCallee: str
|
|
33495
|
-
:param _TrpcFunc: TRPC调用服务接口,ForwardType为TRPC
|
|
33494
|
+
:param _TrpcFunc: <p>TRPC调用服务接口,ForwardType为TRPC时必填。目前暂未对外开放</p>
|
|
33496
33495
|
:type TrpcFunc: str
|
|
33497
|
-
:param _Quic:
|
|
33496
|
+
:param _Quic: <p>是否开启QUIC,注意,只有HTTPS域名才能开启QUIC</p>
|
|
33498
33497
|
:type Quic: bool
|
|
33499
|
-
:param _Domains:
|
|
33498
|
+
:param _Domains: <p>转发规则的域名列表。每个域名的长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。</p>
|
|
33500
33499
|
:type Domains: list of str
|
|
33501
|
-
:param _MultiCertInfo:
|
|
33500
|
+
:param _MultiCertInfo: <p>证书信息,支持同时传入不同算法类型的多本服务端证书;此参数和Certificate不能同时传入。</p>
|
|
33502
33501
|
:type MultiCertInfo: :class:`tencentcloud.clb.v20180317.models.MultiCertInfo`
|
|
33503
|
-
:param _CookieName:
|
|
33502
|
+
:param _CookieName: <p>自定义cookie名</p>
|
|
33504
33503
|
:type CookieName: str
|
|
33505
33504
|
"""
|
|
33506
33505
|
self._Url = None
|
|
@@ -33522,7 +33521,7 @@ class RuleInput(AbstractModel):
|
|
|
33522
33521
|
|
|
33523
33522
|
@property
|
|
33524
33523
|
def Url(self):
|
|
33525
|
-
r"""
|
|
33524
|
+
r"""<p>转发规则的路径。长度限制为:1~200。</p>
|
|
33526
33525
|
:rtype: str
|
|
33527
33526
|
"""
|
|
33528
33527
|
return self._Url
|
|
@@ -33533,7 +33532,7 @@ class RuleInput(AbstractModel):
|
|
|
33533
33532
|
|
|
33534
33533
|
@property
|
|
33535
33534
|
def Domain(self):
|
|
33536
|
-
r"""
|
|
33535
|
+
r"""<p>转发规则的域名。长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。</p>
|
|
33537
33536
|
:rtype: str
|
|
33538
33537
|
"""
|
|
33539
33538
|
return self._Domain
|
|
@@ -33544,7 +33543,7 @@ class RuleInput(AbstractModel):
|
|
|
33544
33543
|
|
|
33545
33544
|
@property
|
|
33546
33545
|
def SessionExpireTime(self):
|
|
33547
|
-
r"""
|
|
33546
|
+
r"""<p>会话保持时间。设置为0表示关闭会话保持,开启会话保持可取值30~86400,单位:秒。</p>
|
|
33548
33547
|
:rtype: int
|
|
33549
33548
|
"""
|
|
33550
33549
|
return self._SessionExpireTime
|
|
@@ -33555,7 +33554,7 @@ class RuleInput(AbstractModel):
|
|
|
33555
33554
|
|
|
33556
33555
|
@property
|
|
33557
33556
|
def HealthCheck(self):
|
|
33558
|
-
r"""
|
|
33557
|
+
r"""<p>健康检查信息。详情请参见:<a href="https://cloud.tencent.com/document/product/214/6097">健康检查</a></p>
|
|
33559
33558
|
:rtype: :class:`tencentcloud.clb.v20180317.models.HealthCheck`
|
|
33560
33559
|
"""
|
|
33561
33560
|
return self._HealthCheck
|
|
@@ -33566,7 +33565,7 @@ class RuleInput(AbstractModel):
|
|
|
33566
33565
|
|
|
33567
33566
|
@property
|
|
33568
33567
|
def Certificate(self):
|
|
33569
|
-
r"""
|
|
33568
|
+
r"""<p>证书信息;此参数和MultiCertInfo不能同时传入。</p>
|
|
33570
33569
|
:rtype: :class:`tencentcloud.clb.v20180317.models.CertificateInput`
|
|
33571
33570
|
"""
|
|
33572
33571
|
return self._Certificate
|
|
@@ -33577,8 +33576,7 @@ class RuleInput(AbstractModel):
|
|
|
33577
33576
|
|
|
33578
33577
|
@property
|
|
33579
33578
|
def Scheduler(self):
|
|
33580
|
-
r"""
|
|
33581
|
-
分别表示按权重轮询、最小连接数、按IP哈希, 默认为 WRR。
|
|
33579
|
+
r"""<p>规则的请求转发方式,可选值:WRR、LEAST_CONN、IP_HASH<br>分别表示按权重轮询、最小连接数、按IP哈希, 默认为 WRR。</p>
|
|
33582
33580
|
:rtype: str
|
|
33583
33581
|
"""
|
|
33584
33582
|
return self._Scheduler
|
|
@@ -33589,7 +33587,7 @@ class RuleInput(AbstractModel):
|
|
|
33589
33587
|
|
|
33590
33588
|
@property
|
|
33591
33589
|
def ForwardType(self):
|
|
33592
|
-
r"""
|
|
33590
|
+
r"""<p>负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/GRPC/GRPCS/TRPC,TRPC暂未对外开放,默认HTTP。</p>
|
|
33593
33591
|
:rtype: str
|
|
33594
33592
|
"""
|
|
33595
33593
|
return self._ForwardType
|
|
@@ -33600,7 +33598,7 @@ class RuleInput(AbstractModel):
|
|
|
33600
33598
|
|
|
33601
33599
|
@property
|
|
33602
33600
|
def DefaultServer(self):
|
|
33603
|
-
r"""
|
|
33601
|
+
r"""<p>是否将该域名设为默认域名,注意,一个监听器下只能设置一个默认域名。</p>
|
|
33604
33602
|
:rtype: bool
|
|
33605
33603
|
"""
|
|
33606
33604
|
return self._DefaultServer
|
|
@@ -33611,7 +33609,7 @@ class RuleInput(AbstractModel):
|
|
|
33611
33609
|
|
|
33612
33610
|
@property
|
|
33613
33611
|
def Http2(self):
|
|
33614
|
-
r"""
|
|
33612
|
+
r"""<p>是否开启Http2,注意,只有HTTPS域名才能开启Http2。</p>
|
|
33615
33613
|
:rtype: bool
|
|
33616
33614
|
"""
|
|
33617
33615
|
return self._Http2
|
|
@@ -33622,7 +33620,7 @@ class RuleInput(AbstractModel):
|
|
|
33622
33620
|
|
|
33623
33621
|
@property
|
|
33624
33622
|
def TargetType(self):
|
|
33625
|
-
r"""
|
|
33623
|
+
r"""<p>后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组</p><p>枚举值:</p><ul><li>NODE: 绑定普通节点</li><li>TARGETGROUP: 绑定目标组 v1</li><li>TARGETGROUP-V2: 绑定目标组 v2</li></ul>
|
|
33626
33624
|
:rtype: str
|
|
33627
33625
|
"""
|
|
33628
33626
|
return self._TargetType
|
|
@@ -33633,7 +33631,7 @@ class RuleInput(AbstractModel):
|
|
|
33633
33631
|
|
|
33634
33632
|
@property
|
|
33635
33633
|
def TrpcCallee(self):
|
|
33636
|
-
r"""TRPC被调服务器路由,ForwardType为TRPC
|
|
33634
|
+
r"""<p>TRPC被调服务器路由,ForwardType为TRPC时必填。目前暂未对外开放。</p>
|
|
33637
33635
|
:rtype: str
|
|
33638
33636
|
"""
|
|
33639
33637
|
return self._TrpcCallee
|
|
@@ -33644,7 +33642,7 @@ class RuleInput(AbstractModel):
|
|
|
33644
33642
|
|
|
33645
33643
|
@property
|
|
33646
33644
|
def TrpcFunc(self):
|
|
33647
|
-
r"""TRPC调用服务接口,ForwardType为TRPC
|
|
33645
|
+
r"""<p>TRPC调用服务接口,ForwardType为TRPC时必填。目前暂未对外开放</p>
|
|
33648
33646
|
:rtype: str
|
|
33649
33647
|
"""
|
|
33650
33648
|
return self._TrpcFunc
|
|
@@ -33655,7 +33653,7 @@ class RuleInput(AbstractModel):
|
|
|
33655
33653
|
|
|
33656
33654
|
@property
|
|
33657
33655
|
def Quic(self):
|
|
33658
|
-
r"""
|
|
33656
|
+
r"""<p>是否开启QUIC,注意,只有HTTPS域名才能开启QUIC</p>
|
|
33659
33657
|
:rtype: bool
|
|
33660
33658
|
"""
|
|
33661
33659
|
return self._Quic
|
|
@@ -33666,7 +33664,7 @@ class RuleInput(AbstractModel):
|
|
|
33666
33664
|
|
|
33667
33665
|
@property
|
|
33668
33666
|
def Domains(self):
|
|
33669
|
-
r"""
|
|
33667
|
+
r"""<p>转发规则的域名列表。每个域名的长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。</p>
|
|
33670
33668
|
:rtype: list of str
|
|
33671
33669
|
"""
|
|
33672
33670
|
return self._Domains
|
|
@@ -33677,7 +33675,7 @@ class RuleInput(AbstractModel):
|
|
|
33677
33675
|
|
|
33678
33676
|
@property
|
|
33679
33677
|
def MultiCertInfo(self):
|
|
33680
|
-
r"""
|
|
33678
|
+
r"""<p>证书信息,支持同时传入不同算法类型的多本服务端证书;此参数和Certificate不能同时传入。</p>
|
|
33681
33679
|
:rtype: :class:`tencentcloud.clb.v20180317.models.MultiCertInfo`
|
|
33682
33680
|
"""
|
|
33683
33681
|
return self._MultiCertInfo
|
|
@@ -33688,7 +33686,7 @@ class RuleInput(AbstractModel):
|
|
|
33688
33686
|
|
|
33689
33687
|
@property
|
|
33690
33688
|
def CookieName(self):
|
|
33691
|
-
r"""
|
|
33689
|
+
r"""<p>自定义cookie名</p>
|
|
33692
33690
|
:rtype: str
|
|
33693
33691
|
"""
|
|
33694
33692
|
return self._CookieName
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.152
|
|
4
4
|
Summary: Tencent Cloud Clb 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.152
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.152
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.151
|
|
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
|