tencentcloud-sdk-python-clb 3.0.1346__tar.gz → 3.0.1348__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.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/setup.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/clb/v20180317/models.py +46 -16
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-clb-3.0.1348/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-clb-3.0.1346/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/README.rst +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/setup.cfg +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1346 → tencentcloud-sdk-python-clb-3.0.1348}/tencentcloud_sdk_python_clb.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-clb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1348"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Clb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -594,7 +594,7 @@ class Backend(AbstractModel):
|
|
|
594
594
|
:type Type: str
|
|
595
595
|
:param _InstanceId: 后端服务的唯一 ID,如 ins-abcd1234
|
|
596
596
|
:type InstanceId: str
|
|
597
|
-
:param _Port:
|
|
597
|
+
:param _Port: 后端服务的监听端口,如果是全端口段监听器绑定的全监听目标组场景,此端口返回0,表示无效端口,绑定的后端服务的端口随监听器端口。
|
|
598
598
|
:type Port: int
|
|
599
599
|
:param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
|
|
600
600
|
:type Weight: int
|
|
@@ -652,7 +652,7 @@ class Backend(AbstractModel):
|
|
|
652
652
|
|
|
653
653
|
@property
|
|
654
654
|
def Port(self):
|
|
655
|
-
"""
|
|
655
|
+
"""后端服务的监听端口,如果是全端口段监听器绑定的全监听目标组场景,此端口返回0,表示无效端口,绑定的后端服务的端口随监听器端口。
|
|
656
656
|
:rtype: int
|
|
657
657
|
"""
|
|
658
658
|
return self._Port
|
|
@@ -5216,7 +5216,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5216
5216
|
:type TargetGroupName: str
|
|
5217
5217
|
:param _VpcId: 目标组的vpcid属性,不填则使用默认vpc
|
|
5218
5218
|
:type VpcId: str
|
|
5219
|
-
:param _Port: 目标组的默认端口,
|
|
5219
|
+
:param _Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。全监听目标组不支持此参数,非全监听目标组Port和TargetGroupInstances.N中的port二者必填其一。
|
|
5220
5220
|
|
|
5221
5221
|
:type Port: int
|
|
5222
5222
|
:param _TargetGroupInstances: 目标组绑定的后端服务器,单次最多支持50个。
|
|
@@ -5234,6 +5234,8 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5234
5234
|
</ul>
|
|
5235
5235
|
|
|
5236
5236
|
:type Weight: int
|
|
5237
|
+
:param _FullListenSwitch: 全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
|
|
5238
|
+
:type FullListenSwitch: bool
|
|
5237
5239
|
"""
|
|
5238
5240
|
self._TargetGroupName = None
|
|
5239
5241
|
self._VpcId = None
|
|
@@ -5243,6 +5245,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5243
5245
|
self._Protocol = None
|
|
5244
5246
|
self._Tags = None
|
|
5245
5247
|
self._Weight = None
|
|
5248
|
+
self._FullListenSwitch = None
|
|
5246
5249
|
|
|
5247
5250
|
@property
|
|
5248
5251
|
def TargetGroupName(self):
|
|
@@ -5268,7 +5271,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5268
5271
|
|
|
5269
5272
|
@property
|
|
5270
5273
|
def Port(self):
|
|
5271
|
-
"""目标组的默认端口,
|
|
5274
|
+
"""目标组的默认端口, 后续添加服务器时可使用该默认端口。全监听目标组不支持此参数,非全监听目标组Port和TargetGroupInstances.N中的port二者必填其一。
|
|
5272
5275
|
|
|
5273
5276
|
:rtype: int
|
|
5274
5277
|
"""
|
|
@@ -5338,6 +5341,17 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5338
5341
|
def Weight(self, Weight):
|
|
5339
5342
|
self._Weight = Weight
|
|
5340
5343
|
|
|
5344
|
+
@property
|
|
5345
|
+
def FullListenSwitch(self):
|
|
5346
|
+
"""全监听目标组标识,为true表示是全监听目标组,false表示不是全监听目标组。
|
|
5347
|
+
:rtype: bool
|
|
5348
|
+
"""
|
|
5349
|
+
return self._FullListenSwitch
|
|
5350
|
+
|
|
5351
|
+
@FullListenSwitch.setter
|
|
5352
|
+
def FullListenSwitch(self, FullListenSwitch):
|
|
5353
|
+
self._FullListenSwitch = FullListenSwitch
|
|
5354
|
+
|
|
5341
5355
|
|
|
5342
5356
|
def _deserialize(self, params):
|
|
5343
5357
|
self._TargetGroupName = params.get("TargetGroupName")
|
|
@@ -5358,6 +5372,7 @@ class CreateTargetGroupRequest(AbstractModel):
|
|
|
5358
5372
|
obj._deserialize(item)
|
|
5359
5373
|
self._Tags.append(obj)
|
|
5360
5374
|
self._Weight = params.get("Weight")
|
|
5375
|
+
self._FullListenSwitch = params.get("FullListenSwitch")
|
|
5361
5376
|
memeber_set = set(params.keys())
|
|
5362
5377
|
for name, value in vars(self).items():
|
|
5363
5378
|
property_name = name[1:]
|
|
@@ -16771,7 +16786,7 @@ class ModifyLoadBalancerMixIpTargetRequest(AbstractModel):
|
|
|
16771
16786
|
|
|
16772
16787
|
def __init__(self):
|
|
16773
16788
|
r"""
|
|
16774
|
-
:param _LoadBalancerIds: 负载均衡实例ID
|
|
16789
|
+
:param _LoadBalancerIds: 负载均衡实例ID数组,默认支持20个负载均衡实例ID。
|
|
16775
16790
|
:type LoadBalancerIds: list of str
|
|
16776
16791
|
:param _MixIpTarget: 开启/关闭IPv6FullChain负载均衡7层监听器支持混绑IPv4/IPv6目标特性。
|
|
16777
16792
|
:type MixIpTarget: bool
|
|
@@ -16781,7 +16796,7 @@ class ModifyLoadBalancerMixIpTargetRequest(AbstractModel):
|
|
|
16781
16796
|
|
|
16782
16797
|
@property
|
|
16783
16798
|
def LoadBalancerIds(self):
|
|
16784
|
-
"""负载均衡实例ID
|
|
16799
|
+
"""负载均衡实例ID数组,默认支持20个负载均衡实例ID。
|
|
16785
16800
|
:rtype: list of str
|
|
16786
16801
|
"""
|
|
16787
16802
|
return self._LoadBalancerIds
|
|
@@ -17237,7 +17252,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
|
|
|
17237
17252
|
:type TargetGroupId: str
|
|
17238
17253
|
:param _TargetGroupName: 目标组的新名称。
|
|
17239
17254
|
:type TargetGroupName: str
|
|
17240
|
-
:param _Port:
|
|
17255
|
+
:param _Port: 目标组的新默认端口。全监听目标组不支持此参数。
|
|
17241
17256
|
:type Port: int
|
|
17242
17257
|
:param _Weight: 后端服务默认权重。
|
|
17243
17258
|
<ul>
|
|
@@ -17275,7 +17290,7 @@ class ModifyTargetGroupAttributeRequest(AbstractModel):
|
|
|
17275
17290
|
|
|
17276
17291
|
@property
|
|
17277
17292
|
def Port(self):
|
|
17278
|
-
"""
|
|
17293
|
+
"""目标组的新默认端口。全监听目标组不支持此参数。
|
|
17279
17294
|
:rtype: int
|
|
17280
17295
|
"""
|
|
17281
17296
|
return self._Port
|
|
@@ -21187,7 +21202,7 @@ class TargetGroupBackend(AbstractModel):
|
|
|
21187
21202
|
:type Type: str
|
|
21188
21203
|
:param _InstanceId: 后端服务的唯一 ID
|
|
21189
21204
|
:type InstanceId: str
|
|
21190
|
-
:param _Port:
|
|
21205
|
+
:param _Port: 后端服务的监听端口,全端口段监听器此字段返回0,代表无效端口,即不支持设置。
|
|
21191
21206
|
:type Port: int
|
|
21192
21207
|
:param _Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
|
|
21193
21208
|
:type Weight: int
|
|
@@ -21257,7 +21272,7 @@ class TargetGroupBackend(AbstractModel):
|
|
|
21257
21272
|
|
|
21258
21273
|
@property
|
|
21259
21274
|
def Port(self):
|
|
21260
|
-
"""
|
|
21275
|
+
"""后端服务的监听端口,全端口段监听器此字段返回0,代表无效端口,即不支持设置。
|
|
21261
21276
|
:rtype: int
|
|
21262
21277
|
"""
|
|
21263
21278
|
return self._Port
|
|
@@ -21385,7 +21400,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21385
21400
|
:type VpcId: str
|
|
21386
21401
|
:param _TargetGroupName: 目标组的名字
|
|
21387
21402
|
:type TargetGroupName: str
|
|
21388
|
-
:param _Port:
|
|
21403
|
+
:param _Port: 目标组的默认端口,全监听目标组此字段返回0,表示无效端口。
|
|
21389
21404
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21390
21405
|
:type Port: int
|
|
21391
21406
|
:param _CreatedTime: 目标组的创建时间
|
|
@@ -21409,6 +21424,8 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21409
21424
|
:param _Weight: 默认权重。只有v2类型目标组返回该字段。当返回为NULL时, 表示未设置默认权重。
|
|
21410
21425
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21411
21426
|
:type Weight: int
|
|
21427
|
+
:param _FullListenSwitch: 是否全监听目标组
|
|
21428
|
+
:type FullListenSwitch: bool
|
|
21412
21429
|
"""
|
|
21413
21430
|
self._TargetGroupId = None
|
|
21414
21431
|
self._VpcId = None
|
|
@@ -21422,6 +21439,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21422
21439
|
self._RegisteredInstancesCount = None
|
|
21423
21440
|
self._Tag = None
|
|
21424
21441
|
self._Weight = None
|
|
21442
|
+
self._FullListenSwitch = None
|
|
21425
21443
|
|
|
21426
21444
|
@property
|
|
21427
21445
|
def TargetGroupId(self):
|
|
@@ -21458,7 +21476,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21458
21476
|
|
|
21459
21477
|
@property
|
|
21460
21478
|
def Port(self):
|
|
21461
|
-
"""
|
|
21479
|
+
"""目标组的默认端口,全监听目标组此字段返回0,表示无效端口。
|
|
21462
21480
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21463
21481
|
:rtype: int
|
|
21464
21482
|
"""
|
|
@@ -21561,6 +21579,17 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21561
21579
|
def Weight(self, Weight):
|
|
21562
21580
|
self._Weight = Weight
|
|
21563
21581
|
|
|
21582
|
+
@property
|
|
21583
|
+
def FullListenSwitch(self):
|
|
21584
|
+
"""是否全监听目标组
|
|
21585
|
+
:rtype: bool
|
|
21586
|
+
"""
|
|
21587
|
+
return self._FullListenSwitch
|
|
21588
|
+
|
|
21589
|
+
@FullListenSwitch.setter
|
|
21590
|
+
def FullListenSwitch(self, FullListenSwitch):
|
|
21591
|
+
self._FullListenSwitch = FullListenSwitch
|
|
21592
|
+
|
|
21564
21593
|
|
|
21565
21594
|
def _deserialize(self, params):
|
|
21566
21595
|
self._TargetGroupId = params.get("TargetGroupId")
|
|
@@ -21585,6 +21614,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
21585
21614
|
obj._deserialize(item)
|
|
21586
21615
|
self._Tag.append(obj)
|
|
21587
21616
|
self._Weight = params.get("Weight")
|
|
21617
|
+
self._FullListenSwitch = params.get("FullListenSwitch")
|
|
21588
21618
|
memeber_set = set(params.keys())
|
|
21589
21619
|
for name, value in vars(self).items():
|
|
21590
21620
|
property_name = name[1:]
|
|
@@ -21604,13 +21634,13 @@ class TargetGroupInstance(AbstractModel):
|
|
|
21604
21634
|
r"""
|
|
21605
21635
|
:param _BindIP: 目标组实例的内网IP
|
|
21606
21636
|
:type BindIP: str
|
|
21607
|
-
:param _Port:
|
|
21637
|
+
:param _Port: 目标组实例的端口,全监听目标组不支持传此字段。
|
|
21608
21638
|
:type Port: int
|
|
21609
21639
|
:param _Weight: 目标组实例的权重
|
|
21610
21640
|
|
|
21611
21641
|
v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时该参数与创建接口中的Weight参数必填其一。
|
|
21612
21642
|
:type Weight: int
|
|
21613
|
-
:param _NewPort:
|
|
21643
|
+
:param _NewPort: 目标组实例的新端口,全监听目标组不支持传此字段。
|
|
21614
21644
|
:type NewPort: int
|
|
21615
21645
|
"""
|
|
21616
21646
|
self._BindIP = None
|
|
@@ -21631,7 +21661,7 @@ v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时
|
|
|
21631
21661
|
|
|
21632
21662
|
@property
|
|
21633
21663
|
def Port(self):
|
|
21634
|
-
"""
|
|
21664
|
+
"""目标组实例的端口,全监听目标组不支持传此字段。
|
|
21635
21665
|
:rtype: int
|
|
21636
21666
|
"""
|
|
21637
21667
|
return self._Port
|
|
@@ -21655,7 +21685,7 @@ v2目标组需要配置权重,调用CreateTargetGroup接口创建目标组时
|
|
|
21655
21685
|
|
|
21656
21686
|
@property
|
|
21657
21687
|
def NewPort(self):
|
|
21658
|
-
"""
|
|
21688
|
+
"""目标组实例的新端口,全监听目标组不支持传此字段。
|
|
21659
21689
|
:rtype: int
|
|
21660
21690
|
"""
|
|
21661
21691
|
return self._NewPort
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1348
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1346
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|