tencentcloud-sdk-python-clb 3.1.104__tar.gz → 3.1.112__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.104 → tencentcloud_sdk_python_clb-3.1.112}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/v20180317/models.py +27 -10
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.112/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.104/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.104 → tencentcloud_sdk_python_clb-3.1.112}/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.112
|
|
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.112
|
|
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.112,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -3990,7 +3990,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
3990
3990
|
:type SnatEnable: bool
|
|
3991
3991
|
:param _FullEndPorts: <p>全端口段监听器的结束端口,端口范围:2 - 65535</p>
|
|
3992
3992
|
:type FullEndPorts: list of int
|
|
3993
|
-
:param _H2cSwitch: <p>内网
|
|
3993
|
+
:param _H2cSwitch: <p>内网 HTTP 监听器开启 h2c 开关。<br>True(开启)、False(关闭)。默认为关闭。<br>开启后,监听器仅支持创建后端转发类型为 GRPC 或 GRPCS 的七层规则;创建规则时需在 Rules.N.ForwardType 中显式传入 GRPC 或 GRPCS。</p>
|
|
3994
3994
|
:type H2cSwitch: bool
|
|
3995
3995
|
:param _SslCloseSwitch: <p>控制 TCP_SSL 类型的监听器是否移除 SSL 加密层。开启后,监听器将作为普通 TCP 协议运行。 可选值:</p><ul><li>True: 关闭 SSL 功能(协议降级为纯文本 TCP)。</li><li>False(默认): 保持 SSL 功能开启。</li></ul>
|
|
3996
3996
|
:type SslCloseSwitch: bool
|
|
@@ -4270,7 +4270,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
4270
4270
|
|
|
4271
4271
|
@property
|
|
4272
4272
|
def H2cSwitch(self):
|
|
4273
|
-
r"""<p>内网
|
|
4273
|
+
r"""<p>内网 HTTP 监听器开启 h2c 开关。<br>True(开启)、False(关闭)。默认为关闭。<br>开启后,监听器仅支持创建后端转发类型为 GRPC 或 GRPCS 的七层规则;创建规则时需在 Rules.N.ForwardType 中显式传入 GRPC 或 GRPCS。</p>
|
|
4274
4274
|
:rtype: bool
|
|
4275
4275
|
"""
|
|
4276
4276
|
return self._H2cSwitch
|
|
@@ -4461,7 +4461,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4461
4461
|
:type LoadBalancerName: str
|
|
4462
4462
|
:param _VpcId: <p>负载均衡后端目标设备所属的网络 ID,如vpc-12345678,可以通过 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> 接口获取。 不填此参数则默认为DefaultVPC。创建内网负载均衡实例时,此参数必填。</p>
|
|
4463
4463
|
:type VpcId: str
|
|
4464
|
-
:param _SubnetId: <p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
|
4464
|
+
:param _SubnetId: <p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。<br>创建内网负载均衡实例,或者创建 IPv6FullChain 版本的负载均衡实例,此参数必填。<br>创建公网IPv4负载均衡实例时,不支持指定该参数。</p>
|
|
4465
4465
|
:type SubnetId: str
|
|
4466
4466
|
:param _ProjectId: <p>负载均衡实例所属的项目 ID,默认项目 ID 为0。可以通过 <a href="https://cloud.tencent.com/document/api/651/78725">DescribeProject</a> 接口获取。不填此参数则视为默认项目。</p>
|
|
4467
4467
|
:type ProjectId: int
|
|
@@ -4473,7 +4473,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4473
4473
|
:type MasterZoneId: str
|
|
4474
4474
|
:param _ZoneId: <p>仅适用于公网且IP版本为IPv4的负载均衡。可用区ID,可用区 ID 和名称均支持,指定可用区以创建负载均衡实例。如:100001 或 ap-guangzhou-1。</p>
|
|
4475
4475
|
:type ZoneId: str
|
|
4476
|
-
:param _InternetAccessible: <p
|
|
4476
|
+
:param _InternetAccessible: <p>网络计费模式,其中的最大出带宽,仅对内网属性的性能容量型实例和公网属性的所有实例生效。</p>
|
|
4477
4477
|
:type InternetAccessible: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
|
|
4478
4478
|
:param _VipIsp: <p>仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 <a href="https://cloud.tencent.com/document/api/214/70213">DescribeResources</a> 接口查询一个地域所支持的Isp。</p>
|
|
4479
4479
|
:type VipIsp: str
|
|
@@ -4507,14 +4507,16 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4507
4507
|
:type DynamicVip: bool
|
|
4508
4508
|
:param _Egress: <p>网络出口</p>
|
|
4509
4509
|
:type Egress: str
|
|
4510
|
-
:param _LBChargePrepaid: <p
|
|
4510
|
+
:param _LBChargePrepaid: <p>负载均衡实例的预付费相关属性</p>
|
|
4511
4511
|
:type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
|
|
4512
|
-
:param _LBChargeType: <p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR
|
|
4512
|
+
:param _LBChargeType: <p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>PREPAID: 包年包月</li></ul>
|
|
4513
4513
|
:type LBChargeType: str
|
|
4514
4514
|
:param _AccessLogTopicId: <p>七层访问日志主题ID</p>
|
|
4515
4515
|
:type AccessLogTopicId: str
|
|
4516
4516
|
:param _AdvancedRoute: <p>是否开启七层高级路由</p>
|
|
4517
4517
|
:type AdvancedRoute: bool
|
|
4518
|
+
:param _AvailableZoneAffinityInfo: <p>可用区亲和信息</p>
|
|
4519
|
+
:type AvailableZoneAffinityInfo: :class:`tencentcloud.clb.v20180317.models.AvailableZoneAffinityInfo`
|
|
4518
4520
|
"""
|
|
4519
4521
|
self._LoadBalancerType = None
|
|
4520
4522
|
self._Forward = None
|
|
@@ -4547,6 +4549,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4547
4549
|
self._LBChargeType = None
|
|
4548
4550
|
self._AccessLogTopicId = None
|
|
4549
4551
|
self._AdvancedRoute = None
|
|
4552
|
+
self._AvailableZoneAffinityInfo = None
|
|
4550
4553
|
|
|
4551
4554
|
@property
|
|
4552
4555
|
def LoadBalancerType(self):
|
|
@@ -4594,7 +4597,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4594
4597
|
|
|
4595
4598
|
@property
|
|
4596
4599
|
def SubnetId(self):
|
|
4597
|
-
r"""<p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
|
4600
|
+
r"""<p>在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。<br>创建内网负载均衡实例,或者创建 IPv6FullChain 版本的负载均衡实例,此参数必填。<br>创建公网IPv4负载均衡实例时,不支持指定该参数。</p>
|
|
4598
4601
|
:rtype: str
|
|
4599
4602
|
"""
|
|
4600
4603
|
return self._SubnetId
|
|
@@ -4660,7 +4663,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4660
4663
|
|
|
4661
4664
|
@property
|
|
4662
4665
|
def InternetAccessible(self):
|
|
4663
|
-
r"""<p
|
|
4666
|
+
r"""<p>网络计费模式,其中的最大出带宽,仅对内网属性的性能容量型实例和公网属性的所有实例生效。</p>
|
|
4664
4667
|
:rtype: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
|
|
4665
4668
|
"""
|
|
4666
4669
|
return self._InternetAccessible
|
|
@@ -4847,7 +4850,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4847
4850
|
|
|
4848
4851
|
@property
|
|
4849
4852
|
def LBChargePrepaid(self):
|
|
4850
|
-
r"""<p
|
|
4853
|
+
r"""<p>负载均衡实例的预付费相关属性</p>
|
|
4851
4854
|
:rtype: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
|
|
4852
4855
|
"""
|
|
4853
4856
|
return self._LBChargePrepaid
|
|
@@ -4858,7 +4861,7 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4858
4861
|
|
|
4859
4862
|
@property
|
|
4860
4863
|
def LBChargeType(self):
|
|
4861
|
-
r"""<p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR
|
|
4864
|
+
r"""<p>负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>PREPAID: 包年包月</li></ul>
|
|
4862
4865
|
:rtype: str
|
|
4863
4866
|
"""
|
|
4864
4867
|
return self._LBChargeType
|
|
@@ -4889,6 +4892,17 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4889
4892
|
def AdvancedRoute(self, AdvancedRoute):
|
|
4890
4893
|
self._AdvancedRoute = AdvancedRoute
|
|
4891
4894
|
|
|
4895
|
+
@property
|
|
4896
|
+
def AvailableZoneAffinityInfo(self):
|
|
4897
|
+
r"""<p>可用区亲和信息</p>
|
|
4898
|
+
:rtype: :class:`tencentcloud.clb.v20180317.models.AvailableZoneAffinityInfo`
|
|
4899
|
+
"""
|
|
4900
|
+
return self._AvailableZoneAffinityInfo
|
|
4901
|
+
|
|
4902
|
+
@AvailableZoneAffinityInfo.setter
|
|
4903
|
+
def AvailableZoneAffinityInfo(self, AvailableZoneAffinityInfo):
|
|
4904
|
+
self._AvailableZoneAffinityInfo = AvailableZoneAffinityInfo
|
|
4905
|
+
|
|
4892
4906
|
|
|
4893
4907
|
def _deserialize(self, params):
|
|
4894
4908
|
self._LoadBalancerType = params.get("LoadBalancerType")
|
|
@@ -4938,6 +4952,9 @@ class CreateLoadBalancerRequest(AbstractModel):
|
|
|
4938
4952
|
self._LBChargeType = params.get("LBChargeType")
|
|
4939
4953
|
self._AccessLogTopicId = params.get("AccessLogTopicId")
|
|
4940
4954
|
self._AdvancedRoute = params.get("AdvancedRoute")
|
|
4955
|
+
if params.get("AvailableZoneAffinityInfo") is not None:
|
|
4956
|
+
self._AvailableZoneAffinityInfo = AvailableZoneAffinityInfo()
|
|
4957
|
+
self._AvailableZoneAffinityInfo._deserialize(params.get("AvailableZoneAffinityInfo"))
|
|
4941
4958
|
memeber_set = set(params.keys())
|
|
4942
4959
|
for name, value in vars(self).items():
|
|
4943
4960
|
property_name = name[1:]
|
|
@@ -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.112
|
|
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.112
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.112
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.104
|
|
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
|