tencentcloud-sdk-python-autoscaling 3.0.1459__tar.gz → 3.0.1481__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_autoscaling-3.0.1481/PKG-INFO +46 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/setup.py +1 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/autoscaling/v20180419/autoscaling_client.py +2 -2
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/autoscaling/v20180419/models.py +44 -2
- tencentcloud_sdk_python_autoscaling-3.0.1481/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO +46 -0
- tencentcloud_sdk_python_autoscaling-3.0.1481/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-autoscaling-3.0.1459/PKG-INFO +0 -45
- tencentcloud-sdk-python-autoscaling-3.0.1459/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO +0 -45
- tencentcloud-sdk-python-autoscaling-3.0.1459/tencentcloud_sdk_python_autoscaling.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/README.rst +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/setup.cfg +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/autoscaling/__init__.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/autoscaling/v20180419/__init__.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud/autoscaling/v20180419/errorcodes.py +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud_sdk_python_autoscaling.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud_sdk_python_autoscaling.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-autoscaling-3.0.1459 → tencentcloud_sdk_python_autoscaling-3.0.1481}/tencentcloud_sdk_python_autoscaling.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
+
Version: 3.0.1481
|
|
4
|
+
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Autoscaling SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-autoscaling
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common autoscaling
|
|
46
|
+
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-autoscaling',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1481,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Autoscaling SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -288,11 +288,11 @@ class AutoscalingClient(AbstractClient):
|
|
|
288
288
|
"DetailedStatusMessageSet": [ // 活动内部错误集合(非空不代表活动失败)
|
|
289
289
|
{
|
|
290
290
|
"Code": "InvalidInstanceType",
|
|
291
|
-
"Zone": "ap-guangzhou-
|
|
291
|
+
"Zone": "ap-guangzhou-6",
|
|
292
292
|
"InstanceId": "",
|
|
293
293
|
"InstanceChargeType": "POSTPAID_BY_HOUR",
|
|
294
294
|
"SubnetId": "subnet-4t5mgeuu",
|
|
295
|
-
"Message": "The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-
|
|
295
|
+
"Message": "The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-6`.",
|
|
296
296
|
"InstanceType": "S5.LARGE8"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
@@ -7420,10 +7420,17 @@ HostNameSettings的该入参非必选,未选时不设置主机名后缀。
|
|
|
7420
7420
|
假设后缀名称为 suffix,原主机名为 test.0,最终主机名为 test.0.suffix。
|
|
7421
7421
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7422
7422
|
:type HostNameSuffix: str
|
|
7423
|
+
:param _HostNameDelimiter: 云服务器的主机名分隔符。
|
|
7424
|
+
默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为主机名的分隔符。如果不设置,则默认采用点号(.)分隔符。
|
|
7425
|
+
通过分割符连接多段。
|
|
7426
|
+
|
|
7427
|
+
假设原主机名为“product-as-host”,分隔符HostNameDelimiter为“-”,设置主机名后缀"suffix",那么最终主机名为“product-as-host-suffix”。
|
|
7428
|
+
:type HostNameDelimiter: str
|
|
7423
7429
|
"""
|
|
7424
7430
|
self._HostName = None
|
|
7425
7431
|
self._HostNameStyle = None
|
|
7426
7432
|
self._HostNameSuffix = None
|
|
7433
|
+
self._HostNameDelimiter = None
|
|
7427
7434
|
|
|
7428
7435
|
@property
|
|
7429
7436
|
def HostName(self):
|
|
@@ -7471,11 +7478,27 @@ HostNameSettings的该入参非必选,未选时不设置主机名后缀。
|
|
|
7471
7478
|
def HostNameSuffix(self, HostNameSuffix):
|
|
7472
7479
|
self._HostNameSuffix = HostNameSuffix
|
|
7473
7480
|
|
|
7481
|
+
@property
|
|
7482
|
+
def HostNameDelimiter(self):
|
|
7483
|
+
r"""云服务器的主机名分隔符。
|
|
7484
|
+
默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为主机名的分隔符。如果不设置,则默认采用点号(.)分隔符。
|
|
7485
|
+
通过分割符连接多段。
|
|
7486
|
+
|
|
7487
|
+
假设原主机名为“product-as-host”,分隔符HostNameDelimiter为“-”,设置主机名后缀"suffix",那么最终主机名为“product-as-host-suffix”。
|
|
7488
|
+
:rtype: str
|
|
7489
|
+
"""
|
|
7490
|
+
return self._HostNameDelimiter
|
|
7491
|
+
|
|
7492
|
+
@HostNameDelimiter.setter
|
|
7493
|
+
def HostNameDelimiter(self, HostNameDelimiter):
|
|
7494
|
+
self._HostNameDelimiter = HostNameDelimiter
|
|
7495
|
+
|
|
7474
7496
|
|
|
7475
7497
|
def _deserialize(self, params):
|
|
7476
7498
|
self._HostName = params.get("HostName")
|
|
7477
7499
|
self._HostNameStyle = params.get("HostNameStyle")
|
|
7478
7500
|
self._HostNameSuffix = params.get("HostNameSuffix")
|
|
7501
|
+
self._HostNameDelimiter = params.get("HostNameDelimiter")
|
|
7479
7502
|
memeber_set = set(params.keys())
|
|
7480
7503
|
for name, value in vars(self).items():
|
|
7481
7504
|
property_name = name[1:]
|
|
@@ -8055,10 +8078,15 @@ UNIQUE,入参所填的 InstanceName 相当于实例名前缀,AS 和 CVM 会
|
|
|
8055
8078
|
假设后缀名称为 suffix,原实例名为 test.0,最终实例名为 test.0.suffix。
|
|
8056
8079
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8057
8080
|
:type InstanceNameSuffix: str
|
|
8081
|
+
:param _InstanceNameDelimiter: 云服务器实例名分隔符。 默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为实例名的分隔符。如果不设置,则默认采用点号(.)分隔符。 通过分割符连接多段。
|
|
8082
|
+
|
|
8083
|
+
假设原实例名为“product-as-instance”,分隔符InstanceNameDelimiter为“-”,设置实例名后缀"suffix",那么最终实例名为“product-as-instance-suffix”。
|
|
8084
|
+
:type InstanceNameDelimiter: str
|
|
8058
8085
|
"""
|
|
8059
8086
|
self._InstanceName = None
|
|
8060
8087
|
self._InstanceNameStyle = None
|
|
8061
8088
|
self._InstanceNameSuffix = None
|
|
8089
|
+
self._InstanceNameDelimiter = None
|
|
8062
8090
|
|
|
8063
8091
|
@property
|
|
8064
8092
|
def InstanceName(self):
|
|
@@ -8100,11 +8128,25 @@ UNIQUE,入参所填的 InstanceName 相当于实例名前缀,AS 和 CVM 会
|
|
|
8100
8128
|
def InstanceNameSuffix(self, InstanceNameSuffix):
|
|
8101
8129
|
self._InstanceNameSuffix = InstanceNameSuffix
|
|
8102
8130
|
|
|
8131
|
+
@property
|
|
8132
|
+
def InstanceNameDelimiter(self):
|
|
8133
|
+
r"""云服务器实例名分隔符。 默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为实例名的分隔符。如果不设置,则默认采用点号(.)分隔符。 通过分割符连接多段。
|
|
8134
|
+
|
|
8135
|
+
假设原实例名为“product-as-instance”,分隔符InstanceNameDelimiter为“-”,设置实例名后缀"suffix",那么最终实例名为“product-as-instance-suffix”。
|
|
8136
|
+
:rtype: str
|
|
8137
|
+
"""
|
|
8138
|
+
return self._InstanceNameDelimiter
|
|
8139
|
+
|
|
8140
|
+
@InstanceNameDelimiter.setter
|
|
8141
|
+
def InstanceNameDelimiter(self, InstanceNameDelimiter):
|
|
8142
|
+
self._InstanceNameDelimiter = InstanceNameDelimiter
|
|
8143
|
+
|
|
8103
8144
|
|
|
8104
8145
|
def _deserialize(self, params):
|
|
8105
8146
|
self._InstanceName = params.get("InstanceName")
|
|
8106
8147
|
self._InstanceNameStyle = params.get("InstanceNameStyle")
|
|
8107
8148
|
self._InstanceNameSuffix = params.get("InstanceNameSuffix")
|
|
8149
|
+
self._InstanceNameDelimiter = params.get("InstanceNameDelimiter")
|
|
8108
8150
|
memeber_set = set(params.keys())
|
|
8109
8151
|
for name, value in vars(self).items():
|
|
8110
8152
|
property_name = name[1:]
|
|
@@ -8201,7 +8243,7 @@ class InternetAccessible(AbstractModel):
|
|
|
8201
8243
|
<li> WanIP:普通公网IP。</li>
|
|
8202
8244
|
<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
|
8203
8245
|
<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
|
|
8204
|
-
|
|
8246
|
+
如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。
|
|
8205
8247
|
|
|
8206
8248
|
精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
|
8207
8249
|
:type IPv4AddressType: str
|
|
@@ -8301,7 +8343,7 @@ class InternetAccessible(AbstractModel):
|
|
|
8301
8343
|
<li> WanIP:普通公网IP。</li>
|
|
8302
8344
|
<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
|
8303
8345
|
<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
|
|
8304
|
-
|
|
8346
|
+
如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。
|
|
8305
8347
|
|
|
8306
8348
|
精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
|
8307
8349
|
:rtype: str
|
tencentcloud_sdk_python_autoscaling-3.0.1481/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
+
Version: 3.0.1481
|
|
4
|
+
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Autoscaling SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-autoscaling
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common autoscaling
|
|
46
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
-
Version: 3.0.1459
|
|
4
|
-
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Autoscaling SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-autoscaling
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common autoscaling
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
tencentcloud-sdk-python-autoscaling-3.0.1459/tencentcloud_sdk_python_autoscaling.egg-info/PKG-INFO
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-autoscaling
|
|
3
|
-
Version: 3.0.1459
|
|
4
|
-
Summary: Tencent Cloud Autoscaling SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Autoscaling SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-autoscaling
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common autoscaling
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1459
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|