tencentcloud-sdk-python-clb 3.1.59__tar.gz → 3.1.81__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_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/setup.py +1 -1
  3. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/models.py +16 -16
  5. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_clb-3.1.81/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_clb-3.1.59/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/README.rst +0 -0
  9. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/__init__.py +0 -0
  11. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/__init__.py +0 -0
  12. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/clb_client.py +0 -0
  13. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
  14. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_clb-3.1.59 → tencentcloud_sdk_python_clb-3.1.81}/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.59
3
+ Version: 3.1.81
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.59
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.81
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.59,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.81,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Clb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.59'
17
+ __version__ = '3.1.81'
@@ -1026,9 +1026,9 @@ class BatchModifyTargetWeightRequest(AbstractModel):
1026
1026
 
1027
1027
  def __init__(self):
1028
1028
  r"""
1029
- :param _LoadBalancerId: 负载均衡实例 ID
1029
+ :param _LoadBalancerId: <p>负载均衡实例 ID。</p>
1030
1030
  :type LoadBalancerId: str
1031
- :param _ModifyList: 要批量修改权重的列表。
1031
+ :param _ModifyList: <p>要批量修改权重的列表。ModifyList数组最多100个元素,ModifyList[i].Targets最多50个,全部Targets累加不超过500。</p>
1032
1032
  :type ModifyList: list of RsWeightRule
1033
1033
  """
1034
1034
  self._LoadBalancerId = None
@@ -1036,7 +1036,7 @@ class BatchModifyTargetWeightRequest(AbstractModel):
1036
1036
 
1037
1037
  @property
1038
1038
  def LoadBalancerId(self):
1039
- r"""负载均衡实例 ID
1039
+ r"""<p>负载均衡实例 ID。</p>
1040
1040
  :rtype: str
1041
1041
  """
1042
1042
  return self._LoadBalancerId
@@ -1047,7 +1047,7 @@ class BatchModifyTargetWeightRequest(AbstractModel):
1047
1047
 
1048
1048
  @property
1049
1049
  def ModifyList(self):
1050
- r"""要批量修改权重的列表。
1050
+ r"""<p>要批量修改权重的列表。ModifyList数组最多100个元素,ModifyList[i].Targets最多50个,全部Targets累加不超过500。</p>
1051
1051
  :rtype: list of RsWeightRule
1052
1052
  """
1053
1053
  return self._ModifyList
@@ -10735,11 +10735,11 @@ class DescribeTargetHealthRequest(AbstractModel):
10735
10735
 
10736
10736
  def __init__(self):
10737
10737
  r"""
10738
- :param _LoadBalancerIds: 要查询的负载均衡实例ID列表。
10738
+ :param _LoadBalancerIds: <p>要查询的负载均衡实例ID列表。数组大小最大支持30。</p>
10739
10739
  :type LoadBalancerIds: list of str
10740
- :param _ListenerIds: 要查询的监听器ID列表。
10740
+ :param _ListenerIds: <p>要查询的监听器ID列表。</p>
10741
10741
  :type ListenerIds: list of str
10742
- :param _LocationIds: 要查询的转发规则ID列表。
10742
+ :param _LocationIds: <p>要查询的转发规则ID列表。</p>
10743
10743
  :type LocationIds: list of str
10744
10744
  """
10745
10745
  self._LoadBalancerIds = None
@@ -10748,7 +10748,7 @@ class DescribeTargetHealthRequest(AbstractModel):
10748
10748
 
10749
10749
  @property
10750
10750
  def LoadBalancerIds(self):
10751
- r"""要查询的负载均衡实例ID列表。
10751
+ r"""<p>要查询的负载均衡实例ID列表。数组大小最大支持30。</p>
10752
10752
  :rtype: list of str
10753
10753
  """
10754
10754
  return self._LoadBalancerIds
@@ -10759,7 +10759,7 @@ class DescribeTargetHealthRequest(AbstractModel):
10759
10759
 
10760
10760
  @property
10761
10761
  def ListenerIds(self):
10762
- r"""要查询的监听器ID列表。
10762
+ r"""<p>要查询的监听器ID列表。</p>
10763
10763
  :rtype: list of str
10764
10764
  """
10765
10765
  return self._ListenerIds
@@ -10770,7 +10770,7 @@ class DescribeTargetHealthRequest(AbstractModel):
10770
10770
 
10771
10771
  @property
10772
10772
  def LocationIds(self):
10773
- r"""要查询的转发规则ID列表。
10773
+ r"""<p>要查询的转发规则ID列表。</p>
10774
10774
  :rtype: list of str
10775
10775
  """
10776
10776
  return self._LocationIds
@@ -10801,7 +10801,7 @@ class DescribeTargetHealthResponse(AbstractModel):
10801
10801
 
10802
10802
  def __init__(self):
10803
10803
  r"""
10804
- :param _LoadBalancers: 负载均衡实例列表。
10804
+ :param _LoadBalancers: <p>负载均衡实例列表。</p>
10805
10805
  :type LoadBalancers: list of LoadBalancerHealth
10806
10806
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10807
10807
  :type RequestId: str
@@ -10811,7 +10811,7 @@ class DescribeTargetHealthResponse(AbstractModel):
10811
10811
 
10812
10812
  @property
10813
10813
  def LoadBalancers(self):
10814
- r"""负载均衡实例列表。
10814
+ r"""<p>负载均衡实例列表。</p>
10815
10815
  :rtype: list of LoadBalancerHealth
10816
10816
  """
10817
10817
  return self._LoadBalancers
@@ -11422,9 +11422,9 @@ class Filter(AbstractModel):
11422
11422
 
11423
11423
  def __init__(self):
11424
11424
  r"""
11425
- :param _Name: 过滤器的名称
11425
+ :param _Name: <p>过滤器的名称</p>
11426
11426
  :type Name: str
11427
- :param _Values: 过滤器的值数组
11427
+ :param _Values: <p>过滤器的值数组</p>
11428
11428
  :type Values: list of str
11429
11429
  """
11430
11430
  self._Name = None
@@ -11432,7 +11432,7 @@ class Filter(AbstractModel):
11432
11432
 
11433
11433
  @property
11434
11434
  def Name(self):
11435
- r"""过滤器的名称
11435
+ r"""<p>过滤器的名称</p>
11436
11436
  :rtype: str
11437
11437
  """
11438
11438
  return self._Name
@@ -11443,7 +11443,7 @@ class Filter(AbstractModel):
11443
11443
 
11444
11444
  @property
11445
11445
  def Values(self):
11446
- r"""过滤器的值数组
11446
+ r"""<p>过滤器的值数组</p>
11447
11447
  :rtype: list of str
11448
11448
  """
11449
11449
  return self._Values
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.1.59
3
+ Version: 3.1.81
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.59
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.81
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.81
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.59