tencentcloud-sdk-python-clb 3.1.115__tar.gz → 3.1.120__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.115 → tencentcloud_sdk_python_clb-3.1.120}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/setup.py +1 -1
  3. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/clb_client.py +0 -1
  5. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/clb_client_async.py +0 -1
  6. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/models.py +2 -2
  7. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_clb-3.1.120/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_clb-3.1.115/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/README.rst +0 -0
  11. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/__init__.py +0 -0
  13. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/__init__.py +0 -0
  14. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_clb-3.1.115 → tencentcloud_sdk_python_clb-3.1.120}/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.115
3
+ Version: 3.1.120
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.115
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.120
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.115,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.120,<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.115'
17
+ __version__ = '3.1.120'
@@ -2164,7 +2164,6 @@ class ClbClient(AbstractClient):
2164
2164
  def SetLoadBalancerStartStatus(self, request):
2165
2165
  r"""启停负载均衡实例或者监听器。
2166
2166
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
2167
- 该功能正在内测中,如需使用,请通过[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1)。
2168
2167
 
2169
2168
  :param request: Request instance for SetLoadBalancerStartStatus.
2170
2169
  :type request: :class:`tencentcloud.clb.v20180317.models.SetLoadBalancerStartStatusRequest`
@@ -1723,7 +1723,6 @@ class ClbClient(AbstractClient):
1723
1723
  """
1724
1724
  启停负载均衡实例或者监听器。
1725
1725
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
1726
- 该功能正在内测中,如需使用,请通过[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1)。
1727
1726
  """
1728
1727
 
1729
1728
  kwargs = {}
@@ -4485,7 +4485,7 @@ class CreateLoadBalancerRequest(AbstractModel):
4485
4485
  :type BandwidthPackageId: str
4486
4486
  :param _ExclusiveCluster: <p>独占型实例信息。若创建独占型的内网负载均衡实例,则此参数必填。</p>
4487
4487
  :type ExclusiveCluster: :class:`tencentcloud.clb.v20180317.models.ExclusiveCluster`
4488
- :param _SlaType: <p>性能容量型规格。</p><ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li></ul></li><li>国内站用户若需要创建共享型实例,则无需填写此参数。国际站用户不传该参数默认购买的是标准型实例。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
4488
+ :param _SlaType: <p>性能容量型规格。</p><ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li></ul></li><li>中国站用户若需要创建共享型实例,则无需填写此参数。国际站用户不传该参数默认购买的是标准型实例。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
4489
4489
  :type SlaType: str
4490
4490
  :param _ClusterIds: <p>集群ID,集群标识,在需要配置公有云独占集群或本地专有集群时使用。公有云独占集群申请请<a href="https://console.cloud.tencent.com/workorder/category">提交工单</a>,本地专有集群请参考<a href="https://cloud.tencent.com/document/product/1346">本地专有集群</a>描述。</p>
4491
4491
  :type ClusterIds: list of str
@@ -4729,7 +4729,7 @@ class CreateLoadBalancerRequest(AbstractModel):
4729
4729
 
4730
4730
  @property
4731
4731
  def SlaType(self):
4732
- r"""<p>性能容量型规格。</p><ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li></ul></li><li>国内站用户若需要创建共享型实例,则无需填写此参数。国际站用户不传该参数默认购买的是标准型实例。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
4732
+ r"""<p>性能容量型规格。</p><ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li></ul></li><li>中国站用户若需要创建共享型实例,则无需填写此参数。国际站用户不传该参数默认购买的是标准型实例。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
4733
4733
  :rtype: str
4734
4734
  """
4735
4735
  return self._SlaType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.1.115
3
+ Version: 3.1.120
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.115
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.120
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.120
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.115