tencentcloud-sdk-python 3.0.1303__py2.py3-none-any.whl → 3.0.1304__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +0 -188
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/dc/v20180410/models.py +30 -2
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/emr/v20190103/models.py +50 -116
- tencentcloud/ess/v20201111/models.py +30 -22
- tencentcloud/essbasic/v20210526/models.py +52 -40
- tencentcloud/hunyuan/v20230901/models.py +40 -2
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/ocr/v20181119/models.py +45 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/vpc/v20170312/models.py +362 -12
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/RECORD +21 -21
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1304.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -809,7 +809,7 @@ class CdwdorisClient(AbstractClient):
|
|
809
809
|
|
810
810
|
|
811
811
|
def DescribeSpec(self, request):
|
812
|
-
"""
|
812
|
+
"""拉取集群节点规格列表
|
813
813
|
|
814
814
|
:param request: Request instance for DescribeSpec.
|
815
815
|
:type request: :class:`tencentcloud.cdwdoris.v20211228.models.DescribeSpecRequest`
|