tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__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/models.py +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -193,7 +193,10 @@ class VpcClient(AbstractClient):
|
|
193
193
|
|
194
194
|
|
195
195
|
def AllocateIp6AddressesBandwidth(self, request):
|
196
|
-
"""
|
196
|
+
"""本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例开通 IPv6 公网带宽。
|
197
|
+
|
198
|
+
- 传统弹性公网 IPv6 实例默认仅具备 IPv6 内网通信能力,需为 IPv6 地址分配公网带宽后,才具备 IPv6 公网通信能力。
|
199
|
+
- 支持为一个或多个传统弹性公网 IPv6 实例开通公网带宽。
|
197
200
|
|
198
201
|
:param request: Request instance for AllocateIp6AddressesBandwidth.
|
199
202
|
:type request: :class:`tencentcloud.vpc.v20170312.models.AllocateIp6AddressesBandwidthRequest`
|
@@ -4125,7 +4128,7 @@ class VpcClient(AbstractClient):
|
|
4125
4128
|
|
4126
4129
|
|
4127
4130
|
def DescribeIp6Addresses(self, request):
|
4128
|
-
"""
|
4131
|
+
"""本接口(DescribeIp6Addresses)用于查询一个或多个传统弹性公网 IPv6 实例的详细信息。
|
4129
4132
|
|
4130
4133
|
:param request: Request instance for DescribeIp6Addresses.
|
4131
4134
|
:type request: :class:`tencentcloud.vpc.v20170312.models.DescribeIp6AddressesRequest`
|
@@ -5233,6 +5236,29 @@ class VpcClient(AbstractClient):
|
|
5233
5236
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
5234
5237
|
|
5235
5238
|
|
5239
|
+
def DescribeTrafficQosPolicy(self, request):
|
5240
|
+
"""查询流量调度规则
|
5241
|
+
|
5242
|
+
:param request: Request instance for DescribeTrafficQosPolicy.
|
5243
|
+
:type request: :class:`tencentcloud.vpc.v20170312.models.DescribeTrafficQosPolicyRequest`
|
5244
|
+
:rtype: :class:`tencentcloud.vpc.v20170312.models.DescribeTrafficQosPolicyResponse`
|
5245
|
+
|
5246
|
+
"""
|
5247
|
+
try:
|
5248
|
+
params = request._serialize()
|
5249
|
+
headers = request.headers
|
5250
|
+
body = self.call("DescribeTrafficQosPolicy", params, headers=headers)
|
5251
|
+
response = json.loads(body)
|
5252
|
+
model = models.DescribeTrafficQosPolicyResponse()
|
5253
|
+
model._deserialize(response["Response"])
|
5254
|
+
return model
|
5255
|
+
except Exception as e:
|
5256
|
+
if isinstance(e, TencentCloudSDKException):
|
5257
|
+
raise
|
5258
|
+
else:
|
5259
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
5260
|
+
|
5261
|
+
|
5236
5262
|
def DescribeUsedIpAddress(self, request):
|
5237
5263
|
"""本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况,
|
5238
5264
|
如ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
|
@@ -6514,7 +6540,6 @@ class VpcClient(AbstractClient):
|
|
6514
6540
|
|
6515
6541
|
如有需要, 可以封禁任意限速实例, 可接入到内部运营系统
|
6516
6542
|
|
6517
|
-
|
6518
6543
|
:param request: Request instance for LockCcns.
|
6519
6544
|
:type request: :class:`tencentcloud.vpc.v20170312.models.LockCcnsRequest`
|
6520
6545
|
:rtype: :class:`tencentcloud.vpc.v20170312.models.LockCcnsResponse`
|
@@ -7145,7 +7170,10 @@ class VpcClient(AbstractClient):
|
|
7145
7170
|
|
7146
7171
|
|
7147
7172
|
def ModifyIp6AddressesBandwidth(self, request):
|
7148
|
-
"""
|
7173
|
+
"""本接口(ModifyIp6AddressesBandwidt)用于调整传统弹性公网 IPv6 实例的带宽上限。
|
7174
|
+
|
7175
|
+
- 仅支持对传统弹性公网 IPv6 实例的带宽上限进行调整。
|
7176
|
+
- 如需调整弹性公网 IPv6 实例的带宽上限,请使用 ModifyIPv6AddressesBandwidth 接口。
|
7149
7177
|
|
7150
7178
|
:param request: Request instance for ModifyIp6AddressesBandwidth.
|
7151
7179
|
:type request: :class:`tencentcloud.vpc.v20170312.models.ModifyIp6AddressesBandwidthRequest`
|
@@ -8203,7 +8231,10 @@ class VpcClient(AbstractClient):
|
|
8203
8231
|
|
8204
8232
|
|
8205
8233
|
def ReleaseIp6AddressesBandwidth(self, request):
|
8206
|
-
"""
|
8234
|
+
"""本接口(ReleaseIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例关闭 IPv6 公网带宽。
|
8235
|
+
|
8236
|
+
- 传统弹性公网 IPv6 实例关闭公网带宽后,仍具备 IPv6 内网通信能力。
|
8237
|
+
- 如需再次开通 IPv6 公网带宽,请使用 AllocateIp6AddressesBandwidth 接口进行开通。
|
8207
8238
|
|
8208
8239
|
:param request: Request instance for ReleaseIp6AddressesBandwidth.
|
8209
8240
|
:type request: :class:`tencentcloud.vpc.v20170312.models.ReleaseIp6AddressesBandwidthRequest`
|