tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1082__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/cdb/v20170320/cdb_client.py +0 -27
- tencentcloud/cdb/v20170320/models.py +266 -395
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/mariadb/v20170312/mariadb_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +132 -132
- tencentcloud/msp/v20180319/models.py +14 -14
- tencentcloud/trtc/v20190722/models.py +30 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/top_level.txt +0 -0
|
@@ -1475,7 +1475,7 @@ class DescribeAccessPointsResponse(AbstractModel):
|
|
|
1475
1475
|
:type AccessPointSet: list of AccessPoint
|
|
1476
1476
|
:param _TotalCount: Number of eligible access points.
|
|
1477
1477
|
:type TotalCount: int
|
|
1478
|
-
:param _RequestId: The unique request ID,
|
|
1478
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1479
1479
|
:type RequestId: str
|
|
1480
1480
|
"""
|
|
1481
1481
|
self._AccessPointSet = None
|
|
@@ -1506,7 +1506,7 @@ class DescribeAccessPointsResponse(AbstractModel):
|
|
|
1506
1506
|
|
|
1507
1507
|
@property
|
|
1508
1508
|
def RequestId(self):
|
|
1509
|
-
"""The unique request ID,
|
|
1509
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1510
1510
|
:rtype: str
|
|
1511
1511
|
"""
|
|
1512
1512
|
return self._RequestId
|
|
@@ -467,7 +467,7 @@ class MariadbClient(AbstractClient):
|
|
|
467
467
|
|
|
468
468
|
|
|
469
469
|
def DescribeDBTmpInstances(self, request):
|
|
470
|
-
"""This API is used to obtain a temp
|
|
470
|
+
"""This API is used to obtain a temp rollback instance.
|
|
471
471
|
|
|
472
472
|
:param request: Request instance for DescribeDBTmpInstances.
|
|
473
473
|
:type request: :class:`tencentcloud.mariadb.v20170312.models.DescribeDBTmpInstancesRequest`
|