tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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/aiart/v20221229/aiart_client.py +55 -0
- tencentcloud/aiart/v20221229/models.py +386 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +42 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +198 -14
- tencentcloud/dc/v20180410/dc_client.py +1 -1
- tencentcloud/dc/v20180410/models.py +46 -48
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +26 -5
- tencentcloud/ess/v20201111/models.py +58 -86
- tencentcloud/essbasic/v20210526/models.py +86 -134
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +326 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +1473 -75
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +6 -8
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +60 -18
- tencentcloud/mna/v20210119/models.py +0 -52
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/redis/v20180412/models.py +6 -2
- tencentcloud/rum/v20210622/models.py +92 -4
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tcb/v20180608/models.py +2 -86
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/tke/v20220501/models.py +2 -2
- tencentcloud/trro/v20220325/models.py +15 -58
- tencentcloud/trtc/v20190722/models.py +30 -0
- tencentcloud/tse/v20201207/models.py +185 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +508 -40
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1368 -2
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -4807,6 +4807,29 @@ class VpcClient(AbstractClient):
|
|
4807
4807
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
4808
4808
|
|
4809
4809
|
|
4810
|
+
def DescribeRouteList(self, request):
|
4811
|
+
"""本接口(DescribeRouteList)用于查询路由条目列表。
|
4812
|
+
|
4813
|
+
:param request: Request instance for DescribeRouteList.
|
4814
|
+
:type request: :class:`tencentcloud.vpc.v20170312.models.DescribeRouteListRequest`
|
4815
|
+
:rtype: :class:`tencentcloud.vpc.v20170312.models.DescribeRouteListResponse`
|
4816
|
+
|
4817
|
+
"""
|
4818
|
+
try:
|
4819
|
+
params = request._serialize()
|
4820
|
+
headers = request.headers
|
4821
|
+
body = self.call("DescribeRouteList", params, headers=headers)
|
4822
|
+
response = json.loads(body)
|
4823
|
+
model = models.DescribeRouteListResponse()
|
4824
|
+
model._deserialize(response["Response"])
|
4825
|
+
return model
|
4826
|
+
except Exception as e:
|
4827
|
+
if isinstance(e, TencentCloudSDKException):
|
4828
|
+
raise
|
4829
|
+
else:
|
4830
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
4831
|
+
|
4832
|
+
|
4810
4833
|
def DescribeRouteTableAssociatedInstances(self, request):
|
4811
4834
|
"""本接口(DescribeRouteTableAssociatedInstances)用于查询指定的云联网关联的实例所绑定的路由表信息。
|
4812
4835
|
|