tencentcloud-sdk-python 3.0.1288__py2.py3-none-any.whl → 3.0.1290__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 +17 -2
- tencentcloud/apm/v20210622/models.py +6 -0
- tencentcloud/cdb/v20170320/cdb_client.py +22 -23
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +120 -76
- tencentcloud/cdwdoris/v20211228/models.py +43 -0
- tencentcloud/chdfs/v20201112/models.py +19 -31
- tencentcloud/clb/v20180317/clb_client.py +0 -1
- tencentcloud/clb/v20180317/models.py +45 -4
- tencentcloud/cloudapp/v20220530/cloudapp_client.py +1 -1
- tencentcloud/cloudaudit/v20190319/models.py +8 -0
- tencentcloud/cls/v20201016/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +4 -4
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +4 -4
- tencentcloud/dbbrain/v20210527/models.py +4 -4
- tencentcloud/dc/v20180410/models.py +114 -18
- tencentcloud/dcdb/v20180411/models.py +4 -4
- tencentcloud/dlc/v20210125/models.py +255 -0
- tencentcloud/dts/v20180330/models.py +20 -20
- tencentcloud/dts/v20211206/models.py +17 -17
- tencentcloud/ecm/v20190719/models.py +0 -8
- tencentcloud/ess/v20201111/models.py +68 -14
- tencentcloud/essbasic/v20210526/essbasic_client.py +60 -0
- tencentcloud/essbasic/v20210526/models.py +570 -0
- tencentcloud/facefusion/v20220927/models.py +2 -6
- tencentcloud/fmu/v20191213/models.py +16 -0
- tencentcloud/hai/v20230812/models.py +6 -4
- tencentcloud/hunyuan/v20230901/models.py +38 -0
- tencentcloud/lcic/v20220817/models.py +4 -2
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +11 -2
- tencentcloud/live/v20180801/models.py +0 -18
- tencentcloud/mongodb/v20190725/models.py +17 -4
- tencentcloud/msp/v20180319/msp_client.py +3 -1
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/omics/v20221128/models.py +15 -0
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/sqlserver/v20180328/models.py +256 -12
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +109 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +970 -51
- tencentcloud/trocket/v20230308/trocket_client.py +69 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +90 -0
- tencentcloud/tsf/v20180326/models.py +4 -4
- tencentcloud/tsf/v20180326/tsf_client.py +3 -1
- tencentcloud/vclm/v20240523/models.py +6 -4
- tencentcloud/vod/v20180717/models.py +48 -0
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +0 -28
- {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/RECORD +57 -57
- {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/top_level.txt +0 -0
@@ -833,6 +833,52 @@ class TrocketClient(AbstractClient):
|
|
833
833
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
834
834
|
|
835
835
|
|
836
|
+
def DescribeMessage(self, request):
|
837
|
+
"""查询消息详情
|
838
|
+
|
839
|
+
:param request: Request instance for DescribeMessage.
|
840
|
+
:type request: :class:`tencentcloud.trocket.v20230308.models.DescribeMessageRequest`
|
841
|
+
:rtype: :class:`tencentcloud.trocket.v20230308.models.DescribeMessageResponse`
|
842
|
+
|
843
|
+
"""
|
844
|
+
try:
|
845
|
+
params = request._serialize()
|
846
|
+
headers = request.headers
|
847
|
+
body = self.call("DescribeMessage", params, headers=headers)
|
848
|
+
response = json.loads(body)
|
849
|
+
model = models.DescribeMessageResponse()
|
850
|
+
model._deserialize(response["Response"])
|
851
|
+
return model
|
852
|
+
except Exception as e:
|
853
|
+
if isinstance(e, TencentCloudSDKException):
|
854
|
+
raise
|
855
|
+
else:
|
856
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
857
|
+
|
858
|
+
|
859
|
+
def DescribeMessageList(self, request):
|
860
|
+
"""查询消息列表。如果查询死信消息,请设置ConsumerGroup参数。
|
861
|
+
|
862
|
+
:param request: Request instance for DescribeMessageList.
|
863
|
+
:type request: :class:`tencentcloud.trocket.v20230308.models.DescribeMessageListRequest`
|
864
|
+
:rtype: :class:`tencentcloud.trocket.v20230308.models.DescribeMessageListResponse`
|
865
|
+
|
866
|
+
"""
|
867
|
+
try:
|
868
|
+
params = request._serialize()
|
869
|
+
headers = request.headers
|
870
|
+
body = self.call("DescribeMessageList", params, headers=headers)
|
871
|
+
response = json.loads(body)
|
872
|
+
model = models.DescribeMessageListResponse()
|
873
|
+
model._deserialize(response["Response"])
|
874
|
+
return model
|
875
|
+
except Exception as e:
|
876
|
+
if isinstance(e, TencentCloudSDKException):
|
877
|
+
raise
|
878
|
+
else:
|
879
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
880
|
+
|
881
|
+
|
836
882
|
def DescribeMessageTrace(self, request):
|
837
883
|
"""根据消息 ID 查询消息轨迹。
|
838
884
|
|
@@ -1202,6 +1248,29 @@ class TrocketClient(AbstractClient):
|
|
1202
1248
|
model = models.ModifyTopicResponse()
|
1203
1249
|
model._deserialize(response["Response"])
|
1204
1250
|
return model
|
1251
|
+
except Exception as e:
|
1252
|
+
if isinstance(e, TencentCloudSDKException):
|
1253
|
+
raise
|
1254
|
+
else:
|
1255
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1256
|
+
|
1257
|
+
|
1258
|
+
def ResendDeadLetterMessage(self, request):
|
1259
|
+
"""重新发送死信消息
|
1260
|
+
|
1261
|
+
:param request: Request instance for ResendDeadLetterMessage.
|
1262
|
+
:type request: :class:`tencentcloud.trocket.v20230308.models.ResendDeadLetterMessageRequest`
|
1263
|
+
:rtype: :class:`tencentcloud.trocket.v20230308.models.ResendDeadLetterMessageResponse`
|
1264
|
+
|
1265
|
+
"""
|
1266
|
+
try:
|
1267
|
+
params = request._serialize()
|
1268
|
+
headers = request.headers
|
1269
|
+
body = self.call("ResendDeadLetterMessage", params, headers=headers)
|
1270
|
+
response = json.loads(body)
|
1271
|
+
model = models.ResendDeadLetterMessageResponse()
|
1272
|
+
model._deserialize(response["Response"])
|
1273
|
+
return model
|
1205
1274
|
except Exception as e:
|
1206
1275
|
if isinstance(e, TencentCloudSDKException):
|
1207
1276
|
raise
|
@@ -347,6 +347,9 @@ MISSINGPARAMETER_VENDOR = 'MissingParameter.Vendor'
|
|
347
347
|
# EncodeParams中缺少视频输出参数。
|
348
348
|
MISSINGPARAMETER_VIDEOENCODEPARAMS = 'MissingParameter.VideoEncodeParams'
|
349
349
|
|
350
|
+
# 请求频率超限,请稍后再试
|
351
|
+
OPERATIONDENIED_FREQOVERLIMIT = 'OperationDenied.FreqOverLimit'
|
352
|
+
|
350
353
|
# 资源不足。
|
351
354
|
RESOURCEINSUFFICIENT_REQUESTREJECTION = 'ResourceInsufficient.RequestRejection'
|
352
355
|
|
@@ -6048,6 +6048,10 @@ class CreateCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
6048
6048
|
:type DestinationPorts: list of int non-negative
|
6049
6049
|
:param _Headers: 路由的Headers
|
6050
6050
|
:type Headers: list of KVMapping
|
6051
|
+
:param _RequestBuffering: 是否缓存请求body,默认true
|
6052
|
+
:type RequestBuffering: bool
|
6053
|
+
:param _ResponseBuffering: 是否缓存响应body,默认true
|
6054
|
+
:type ResponseBuffering: bool
|
6051
6055
|
"""
|
6052
6056
|
self._GatewayId = None
|
6053
6057
|
self._ServiceID = None
|
@@ -6062,6 +6066,8 @@ class CreateCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
6062
6066
|
self._ForceHttps = None
|
6063
6067
|
self._DestinationPorts = None
|
6064
6068
|
self._Headers = None
|
6069
|
+
self._RequestBuffering = None
|
6070
|
+
self._ResponseBuffering = None
|
6065
6071
|
|
6066
6072
|
@property
|
6067
6073
|
def GatewayId(self):
|
@@ -6228,6 +6234,28 @@ class CreateCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
6228
6234
|
def Headers(self, Headers):
|
6229
6235
|
self._Headers = Headers
|
6230
6236
|
|
6237
|
+
@property
|
6238
|
+
def RequestBuffering(self):
|
6239
|
+
"""是否缓存请求body,默认true
|
6240
|
+
:rtype: bool
|
6241
|
+
"""
|
6242
|
+
return self._RequestBuffering
|
6243
|
+
|
6244
|
+
@RequestBuffering.setter
|
6245
|
+
def RequestBuffering(self, RequestBuffering):
|
6246
|
+
self._RequestBuffering = RequestBuffering
|
6247
|
+
|
6248
|
+
@property
|
6249
|
+
def ResponseBuffering(self):
|
6250
|
+
"""是否缓存响应body,默认true
|
6251
|
+
:rtype: bool
|
6252
|
+
"""
|
6253
|
+
return self._ResponseBuffering
|
6254
|
+
|
6255
|
+
@ResponseBuffering.setter
|
6256
|
+
def ResponseBuffering(self, ResponseBuffering):
|
6257
|
+
self._ResponseBuffering = ResponseBuffering
|
6258
|
+
|
6231
6259
|
|
6232
6260
|
def _deserialize(self, params):
|
6233
6261
|
self._GatewayId = params.get("GatewayId")
|
@@ -6248,6 +6276,8 @@ class CreateCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
6248
6276
|
obj = KVMapping()
|
6249
6277
|
obj._deserialize(item)
|
6250
6278
|
self._Headers.append(obj)
|
6279
|
+
self._RequestBuffering = params.get("RequestBuffering")
|
6280
|
+
self._ResponseBuffering = params.get("ResponseBuffering")
|
6251
6281
|
memeber_set = set(params.keys())
|
6252
6282
|
for name, value in vars(self).items():
|
6253
6283
|
property_name = name[1:]
|
@@ -22151,6 +22181,10 @@ class KongRoutePreview(AbstractModel):
|
|
22151
22181
|
:param _Headers: 路由的Headers
|
22152
22182
|
注意:此字段可能返回 null,表示取不到有效值。
|
22153
22183
|
:type Headers: list of KVMapping
|
22184
|
+
:param _RequestBuffering: 是否缓存请求body,默认true
|
22185
|
+
:type RequestBuffering: bool
|
22186
|
+
:param _ResponseBuffering: 是否缓存响应body,默认true
|
22187
|
+
:type ResponseBuffering: bool
|
22154
22188
|
"""
|
22155
22189
|
self._ID = None
|
22156
22190
|
self._Name = None
|
@@ -22167,6 +22201,8 @@ class KongRoutePreview(AbstractModel):
|
|
22167
22201
|
self._ServiceID = None
|
22168
22202
|
self._DestinationPorts = None
|
22169
22203
|
self._Headers = None
|
22204
|
+
self._RequestBuffering = None
|
22205
|
+
self._ResponseBuffering = None
|
22170
22206
|
|
22171
22207
|
@property
|
22172
22208
|
def ID(self):
|
@@ -22352,6 +22388,28 @@ class KongRoutePreview(AbstractModel):
|
|
22352
22388
|
def Headers(self, Headers):
|
22353
22389
|
self._Headers = Headers
|
22354
22390
|
|
22391
|
+
@property
|
22392
|
+
def RequestBuffering(self):
|
22393
|
+
"""是否缓存请求body,默认true
|
22394
|
+
:rtype: bool
|
22395
|
+
"""
|
22396
|
+
return self._RequestBuffering
|
22397
|
+
|
22398
|
+
@RequestBuffering.setter
|
22399
|
+
def RequestBuffering(self, RequestBuffering):
|
22400
|
+
self._RequestBuffering = RequestBuffering
|
22401
|
+
|
22402
|
+
@property
|
22403
|
+
def ResponseBuffering(self):
|
22404
|
+
"""是否缓存响应body,默认true
|
22405
|
+
:rtype: bool
|
22406
|
+
"""
|
22407
|
+
return self._ResponseBuffering
|
22408
|
+
|
22409
|
+
@ResponseBuffering.setter
|
22410
|
+
def ResponseBuffering(self, ResponseBuffering):
|
22411
|
+
self._ResponseBuffering = ResponseBuffering
|
22412
|
+
|
22355
22413
|
|
22356
22414
|
def _deserialize(self, params):
|
22357
22415
|
self._ID = params.get("ID")
|
@@ -22374,6 +22432,8 @@ class KongRoutePreview(AbstractModel):
|
|
22374
22432
|
obj = KVMapping()
|
22375
22433
|
obj._deserialize(item)
|
22376
22434
|
self._Headers.append(obj)
|
22435
|
+
self._RequestBuffering = params.get("RequestBuffering")
|
22436
|
+
self._ResponseBuffering = params.get("ResponseBuffering")
|
22377
22437
|
memeber_set = set(params.keys())
|
22378
22438
|
for name, value in vars(self).items():
|
22379
22439
|
property_name = name[1:]
|
@@ -24806,6 +24866,10 @@ class ModifyCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
24806
24866
|
:type DestinationPorts: list of int non-negative
|
24807
24867
|
:param _Headers: 路由的Headers
|
24808
24868
|
:type Headers: list of KVMapping
|
24869
|
+
:param _RequestBuffering: 是否缓存请求body,默认true
|
24870
|
+
:type RequestBuffering: bool
|
24871
|
+
:param _ResponseBuffering: 是否缓存响应body,默认true
|
24872
|
+
:type ResponseBuffering: bool
|
24809
24873
|
"""
|
24810
24874
|
self._GatewayId = None
|
24811
24875
|
self._ServiceID = None
|
@@ -24821,6 +24885,8 @@ class ModifyCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
24821
24885
|
self._ForceHttps = None
|
24822
24886
|
self._DestinationPorts = None
|
24823
24887
|
self._Headers = None
|
24888
|
+
self._RequestBuffering = None
|
24889
|
+
self._ResponseBuffering = None
|
24824
24890
|
|
24825
24891
|
@property
|
24826
24892
|
def GatewayId(self):
|
@@ -24998,6 +25064,28 @@ class ModifyCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
24998
25064
|
def Headers(self, Headers):
|
24999
25065
|
self._Headers = Headers
|
25000
25066
|
|
25067
|
+
@property
|
25068
|
+
def RequestBuffering(self):
|
25069
|
+
"""是否缓存请求body,默认true
|
25070
|
+
:rtype: bool
|
25071
|
+
"""
|
25072
|
+
return self._RequestBuffering
|
25073
|
+
|
25074
|
+
@RequestBuffering.setter
|
25075
|
+
def RequestBuffering(self, RequestBuffering):
|
25076
|
+
self._RequestBuffering = RequestBuffering
|
25077
|
+
|
25078
|
+
@property
|
25079
|
+
def ResponseBuffering(self):
|
25080
|
+
"""是否缓存响应body,默认true
|
25081
|
+
:rtype: bool
|
25082
|
+
"""
|
25083
|
+
return self._ResponseBuffering
|
25084
|
+
|
25085
|
+
@ResponseBuffering.setter
|
25086
|
+
def ResponseBuffering(self, ResponseBuffering):
|
25087
|
+
self._ResponseBuffering = ResponseBuffering
|
25088
|
+
|
25001
25089
|
|
25002
25090
|
def _deserialize(self, params):
|
25003
25091
|
self._GatewayId = params.get("GatewayId")
|
@@ -25019,6 +25107,8 @@ class ModifyCloudNativeAPIGatewayRouteRequest(AbstractModel):
|
|
25019
25107
|
obj = KVMapping()
|
25020
25108
|
obj._deserialize(item)
|
25021
25109
|
self._Headers.append(obj)
|
25110
|
+
self._RequestBuffering = params.get("RequestBuffering")
|
25111
|
+
self._ResponseBuffering = params.get("ResponseBuffering")
|
25022
25112
|
memeber_set = set(params.keys())
|
25023
25113
|
for name, value in vars(self).items():
|
25024
25114
|
property_name = name[1:]
|
@@ -47907,7 +47907,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47907
47907
|
|
47908
47908
|
def __init__(self):
|
47909
47909
|
r"""
|
47910
|
-
:param _InstanceId: 机器实例ID
|
47910
|
+
:param _InstanceId: 机器实例ID, 和 实例 ID 二者必选其一,不能同时为空
|
47911
47911
|
:type InstanceId: str
|
47912
47912
|
:param _Limit: 单页请求配置数量,取值范围[1, 500],默认值为100
|
47913
47913
|
:type Limit: int
|
@@ -47915,7 +47915,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47915
47915
|
:type SearchWords: list of str
|
47916
47916
|
:param _StartTime: 查询起始时间
|
47917
47917
|
:type StartTime: str
|
47918
|
-
:param _GroupId: 部署组ID
|
47918
|
+
:param _GroupId: 部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
47919
47919
|
:type GroupId: str
|
47920
47920
|
:param _EndTime: 查询结束时间
|
47921
47921
|
:type EndTime: str
|
@@ -47951,7 +47951,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47951
47951
|
|
47952
47952
|
@property
|
47953
47953
|
def InstanceId(self):
|
47954
|
-
"""机器实例ID
|
47954
|
+
"""机器实例ID, 和 实例 ID 二者必选其一,不能同时为空
|
47955
47955
|
:rtype: str
|
47956
47956
|
"""
|
47957
47957
|
return self._InstanceId
|
@@ -47995,7 +47995,7 @@ class SearchStdoutLogRequest(AbstractModel):
|
|
47995
47995
|
|
47996
47996
|
@property
|
47997
47997
|
def GroupId(self):
|
47998
|
-
"""部署组ID
|
47998
|
+
"""部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
47999
47999
|
:rtype: str
|
48000
48000
|
"""
|
48001
48001
|
return self._GroupId
|
@@ -4314,7 +4314,9 @@ class TsfClient(AbstractClient):
|
|
4314
4314
|
|
4315
4315
|
|
4316
4316
|
def ReassociateBusinessLogConfig(self, request):
|
4317
|
-
"""
|
4317
|
+
"""后端服务已经删除这个接口, API 接口下线处理
|
4318
|
+
|
4319
|
+
重关联业务日志配置
|
4318
4320
|
|
4319
4321
|
:param request: Request instance for ReassociateBusinessLogConfig.
|
4320
4322
|
:type request: :class:`tencentcloud.tsf.v20180326.models.ReassociateBusinessLogConfigRequest`
|
@@ -1338,8 +1338,9 @@ class SubmitImageAnimateJobRequest(AbstractModel):
|
|
1338
1338
|
:type EnableAudio: bool
|
1339
1339
|
:param _EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
|
1340
1340
|
:type EnableBodyJoins: bool
|
1341
|
-
:param _EnableSegment:
|
1342
|
-
|
1341
|
+
:param _EnableSegment: 是否对结果视频背景进行分割,默认值为false。
|
1342
|
+
true:分割结果视频,结果视频(ResultVideoUrl)将为去除背景的绿幕视频,并返回掩码视频(MaskVideoUrl);
|
1343
|
+
false:不分割结果视频,结果视频(ResultVideoUrl)为带背景的视频,掩码视频(MaskVideoUrl)为空字符串。
|
1343
1344
|
:type EnableSegment: bool
|
1344
1345
|
:param _LogoAdd: 为生成视频添加标识的开关,默认为0。
|
1345
1346
|
1:添加标识。
|
@@ -1425,8 +1426,9 @@ class SubmitImageAnimateJobRequest(AbstractModel):
|
|
1425
1426
|
|
1426
1427
|
@property
|
1427
1428
|
def EnableSegment(self):
|
1428
|
-
"""
|
1429
|
-
|
1429
|
+
"""是否对结果视频背景进行分割,默认值为false。
|
1430
|
+
true:分割结果视频,结果视频(ResultVideoUrl)将为去除背景的绿幕视频,并返回掩码视频(MaskVideoUrl);
|
1431
|
+
false:不分割结果视频,结果视频(ResultVideoUrl)为带背景的视频,掩码视频(MaskVideoUrl)为空字符串。
|
1430
1432
|
:rtype: bool
|
1431
1433
|
"""
|
1432
1434
|
return self._EnableSegment
|
@@ -17815,8 +17815,11 @@ class CreateDomainVerifyRecordRequest(AbstractModel):
|
|
17815
17815
|
r"""
|
17816
17816
|
:param _Domain: 需要接入点播的加速域名。
|
17817
17817
|
:type Domain: str
|
17818
|
+
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2024年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
17819
|
+
:type SubAppId: int
|
17818
17820
|
"""
|
17819
17821
|
self._Domain = None
|
17822
|
+
self._SubAppId = None
|
17820
17823
|
|
17821
17824
|
@property
|
17822
17825
|
def Domain(self):
|
@@ -17829,9 +17832,21 @@ class CreateDomainVerifyRecordRequest(AbstractModel):
|
|
17829
17832
|
def Domain(self, Domain):
|
17830
17833
|
self._Domain = Domain
|
17831
17834
|
|
17835
|
+
@property
|
17836
|
+
def SubAppId(self):
|
17837
|
+
"""<b>点播[应用](/document/product/266/14574) ID。从2024年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
17838
|
+
:rtype: int
|
17839
|
+
"""
|
17840
|
+
return self._SubAppId
|
17841
|
+
|
17842
|
+
@SubAppId.setter
|
17843
|
+
def SubAppId(self, SubAppId):
|
17844
|
+
self._SubAppId = SubAppId
|
17845
|
+
|
17832
17846
|
|
17833
17847
|
def _deserialize(self, params):
|
17834
17848
|
self._Domain = params.get("Domain")
|
17849
|
+
self._SubAppId = params.get("SubAppId")
|
17835
17850
|
memeber_set = set(params.keys())
|
17836
17851
|
for name, value in vars(self).items():
|
17837
17852
|
property_name = name[1:]
|
@@ -29001,6 +29016,7 @@ class DescribeMediaProcessUsageDataRequest(AbstractModel):
|
|
29001
29016
|
<li> MediaCast: 媒体转推</li>
|
29002
29017
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
29003
29018
|
<li>VoiceTranslation: 语音翻译</li>
|
29019
|
+
<li>JITTranscoding: 即时转码</li>
|
29004
29020
|
:type Type: str
|
29005
29021
|
"""
|
29006
29022
|
self._StartTime = None
|
@@ -29065,6 +29081,7 @@ class DescribeMediaProcessUsageDataRequest(AbstractModel):
|
|
29065
29081
|
<li> MediaCast: 媒体转推</li>
|
29066
29082
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
29067
29083
|
<li>VoiceTranslation: 语音翻译</li>
|
29084
|
+
<li>JITTranscoding: 即时转码</li>
|
29068
29085
|
:rtype: str
|
29069
29086
|
"""
|
29070
29087
|
return self._Type
|
@@ -70329,6 +70346,7 @@ class TaskStatData(AbstractModel):
|
|
70329
70346
|
<li> QualityInspect: 音画质检测</li>
|
70330
70347
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
70331
70348
|
<li>VoiceTranslation: 语音翻译</li>
|
70349
|
+
<li>JITTranscoding: 即时转码</li>
|
70332
70350
|
:type TaskType: str
|
70333
70351
|
:param _Summary: 任务数统计数据概览,用量单位为秒。
|
70334
70352
|
:type Summary: list of TaskStatDataItem
|
@@ -70385,6 +70403,13 @@ class TaskStatData(AbstractModel):
|
|
70385
70403
|
<li>4K: 短边 ≤ 2160px</li>
|
70386
70404
|
<li>8K: 短边 ≤ 4320px</li>
|
70387
70405
|
<li>Audio: 音频</li>
|
70406
|
+
即时转码规格:
|
70407
|
+
<li>JITTranscoding.H264.SD: H.264编码方式标清即时转码</li>
|
70408
|
+
<li>JITTranscoding.H264.HD: H.264编码方式高清即时转码</li>
|
70409
|
+
<li>JITTranscoding.H264.FHD: H.264编码方式全高清即时转码</li>
|
70410
|
+
<li>JITTranscoding.H264.2K: H.264编码方式2K即时转码</li>
|
70411
|
+
<li>JITTranscoding.Audio: 音频即时转码</li>
|
70412
|
+
<li>JITTranscoding.Copy: 转封装即时转码</li>
|
70388
70413
|
:type Details: list of SpecificationDataItem
|
70389
70414
|
"""
|
70390
70415
|
self._TaskType = None
|
@@ -70408,6 +70433,7 @@ class TaskStatData(AbstractModel):
|
|
70408
70433
|
<li> QualityInspect: 音画质检测</li>
|
70409
70434
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
70410
70435
|
<li>VoiceTranslation: 语音翻译</li>
|
70436
|
+
<li>JITTranscoding: 即时转码</li>
|
70411
70437
|
:rtype: str
|
70412
70438
|
"""
|
70413
70439
|
return self._TaskType
|
@@ -70482,6 +70508,13 @@ class TaskStatData(AbstractModel):
|
|
70482
70508
|
<li>4K: 短边 ≤ 2160px</li>
|
70483
70509
|
<li>8K: 短边 ≤ 4320px</li>
|
70484
70510
|
<li>Audio: 音频</li>
|
70511
|
+
即时转码规格:
|
70512
|
+
<li>JITTranscoding.H264.SD: H.264编码方式标清即时转码</li>
|
70513
|
+
<li>JITTranscoding.H264.HD: H.264编码方式高清即时转码</li>
|
70514
|
+
<li>JITTranscoding.H264.FHD: H.264编码方式全高清即时转码</li>
|
70515
|
+
<li>JITTranscoding.H264.2K: H.264编码方式2K即时转码</li>
|
70516
|
+
<li>JITTranscoding.Audio: 音频即时转码</li>
|
70517
|
+
<li>JITTranscoding.Copy: 转封装即时转码</li>
|
70485
70518
|
:rtype: list of SpecificationDataItem
|
70486
70519
|
"""
|
70487
70520
|
return self._Details
|
@@ -73250,6 +73283,8 @@ class VerifyDomainRecordRequest(AbstractModel):
|
|
73250
73283
|
r"""
|
73251
73284
|
:param _Domain: 需要接入点播的加速域名。
|
73252
73285
|
:type Domain: str
|
73286
|
+
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2024年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
73287
|
+
:type SubAppId: int
|
73253
73288
|
:param _VerifyType: 验证方式:
|
73254
73289
|
<li>dns:DNS 解析验证;</li>
|
73255
73290
|
<li>fIle:文件验证。</li>
|
@@ -73258,6 +73293,7 @@ class VerifyDomainRecordRequest(AbstractModel):
|
|
73258
73293
|
:type VerifyType: str
|
73259
73294
|
"""
|
73260
73295
|
self._Domain = None
|
73296
|
+
self._SubAppId = None
|
73261
73297
|
self._VerifyType = None
|
73262
73298
|
|
73263
73299
|
@property
|
@@ -73271,6 +73307,17 @@ class VerifyDomainRecordRequest(AbstractModel):
|
|
73271
73307
|
def Domain(self, Domain):
|
73272
73308
|
self._Domain = Domain
|
73273
73309
|
|
73310
|
+
@property
|
73311
|
+
def SubAppId(self):
|
73312
|
+
"""<b>点播[应用](/document/product/266/14574) ID。从2024年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
73313
|
+
:rtype: int
|
73314
|
+
"""
|
73315
|
+
return self._SubAppId
|
73316
|
+
|
73317
|
+
@SubAppId.setter
|
73318
|
+
def SubAppId(self, SubAppId):
|
73319
|
+
self._SubAppId = SubAppId
|
73320
|
+
|
73274
73321
|
@property
|
73275
73322
|
def VerifyType(self):
|
73276
73323
|
"""验证方式:
|
@@ -73289,6 +73336,7 @@ class VerifyDomainRecordRequest(AbstractModel):
|
|
73289
73336
|
|
73290
73337
|
def _deserialize(self, params):
|
73291
73338
|
self._Domain = params.get("Domain")
|
73339
|
+
self._SubAppId = params.get("SubAppId")
|
73292
73340
|
self._VerifyType = params.get("VerifyType")
|
73293
73341
|
memeber_set = set(params.keys())
|
73294
73342
|
for name, value in vars(self).items():
|
@@ -29,6 +29,9 @@ FAILEDOPERATION_ADDRESSENIINFONOTFOUND = 'FailedOperation.AddressEniInfoNotFound
|
|
29
29
|
# 账户余额不足。
|
30
30
|
FAILEDOPERATION_BALANCEINSUFFICIENT = 'FailedOperation.BalanceInsufficient'
|
31
31
|
|
32
|
+
# 创建云联网失败. 请重试你的请求,如果问题仍然存在,请联系腾讯云客服。
|
33
|
+
FAILEDOPERATION_CREATECCNFAILED = 'FailedOperation.CreateCcnFailed'
|
34
|
+
|
32
35
|
# 不支持的地域。
|
33
36
|
FAILEDOPERATION_INVALIDREGION = 'FailedOperation.InvalidRegion'
|
34
37
|
|
@@ -812,6 +815,12 @@ UNSUPPORTEDOPERATION_CLBPOLICYLIMIT = 'UnsupportedOperation.ClbPolicyLimit'
|
|
812
815
|
# 与该VPC下的TKE容器的网段重叠。
|
813
816
|
UNSUPPORTEDOPERATION_CONFLICTWITHDOCKERROUTE = 'UnsupportedOperation.ConflictWithDockerRoute'
|
814
817
|
|
818
|
+
# 当前账号不允许创建服务质量:铜云联网。
|
819
|
+
UNSUPPORTEDOPERATION_COPPERCCNNOTSUPPORTEDCREATE = 'UnsupportedOperation.CopperCcnNotSupportedCreate'
|
820
|
+
|
821
|
+
# 服务质量:铜云联网仅支持创建预付费模式。
|
822
|
+
UNSUPPORTEDOPERATION_COPPERCCNSUPPORTEDPREPAID = 'UnsupportedOperation.CopperCcnSupportedPrepaid'
|
823
|
+
|
815
824
|
# 当前账号非联通账号。
|
816
825
|
UNSUPPORTEDOPERATION_CURRENTACCOUNTISNOTUNICOMACCOUNT = 'UnsupportedOperation.CurrentAccountIsNotUnicomAccount'
|
817
826
|
|
@@ -1025,6 +1034,9 @@ UNSUPPORTEDOPERATION_NOTSUPPORTZONE = 'UnsupportedOperation.NotSupportZone'
|
|
1025
1034
|
# 该地址类型不支持释放操作。
|
1026
1035
|
UNSUPPORTEDOPERATION_NOTSUPPORTEDADDRESSIPSCHARGETYPE = 'UnsupportedOperation.NotSupportedAddressIpsChargeType'
|
1027
1036
|
|
1037
|
+
# 不支持创建后付费流量计费类型云联网
|
1038
|
+
UNSUPPORTEDOPERATION_NOTSUPPORTEDCREATETRAFFICMETERINGTYPECCN = 'UnsupportedOperation.NotSupportedCreateTrafficMeteringTypeCcn'
|
1039
|
+
|
1028
1040
|
# 此地域没有上线出口二资源,请到北京/广州/南京购买。
|
1029
1041
|
UNSUPPORTEDOPERATION_NOTSUPPORTEDPURCHASECENTEREGRESSRESOURCE = 'UnsupportedOperation.NotSupportedPurchaseCenterEgressResource'
|
1030
1042
|
|
@@ -1040,6 +1052,9 @@ UNSUPPORTEDOPERATION_OFFLINECHARGETYPE = 'UnsupportedOperation.OfflineChargeType
|
|
1040
1052
|
# 仅支持专业版Ckafka。
|
1041
1053
|
UNSUPPORTEDOPERATION_ONLYSUPPORTPROFESSIONKAFKA = 'UnsupportedOperation.OnlySupportProfessionKafka'
|
1042
1054
|
|
1055
|
+
# 预付费云联网只支持带宽计量类型
|
1056
|
+
UNSUPPORTEDOPERATION_PREPAIDCCNONLYSUPPORTBANDWIDTHMETERING = 'UnsupportedOperation.PrepaidCcnOnlySupportBandwidthMetering'
|
1057
|
+
|
1043
1058
|
# 预付费云联网只支持地域间限速。
|
1044
1059
|
UNSUPPORTEDOPERATION_PREPAIDCCNONLYSUPPORTINTERREGIONLIMIT = 'UnsupportedOperation.PrepaidCcnOnlySupportInterRegionLimit'
|
1045
1060
|
|
@@ -5000,50 +5000,36 @@ class CCN(AbstractModel):
|
|
5000
5000
|
:param _QosLevel: 实例服务质量,’PT’:白金,'AU':金,'AG':银。
|
5001
5001
|
:type QosLevel: str
|
5002
5002
|
:param _InstanceChargeType: 付费类型,PREPAID为预付费,POSTPAID为后付费。
|
5003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5004
5003
|
:type InstanceChargeType: str
|
5005
5004
|
:param _BandwidthLimitType: 限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
|
5006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5007
5005
|
:type BandwidthLimitType: str
|
5008
5006
|
:param _TagSet: 标签键值对。
|
5009
5007
|
:type TagSet: list of Tag
|
5010
5008
|
:param _RoutePriorityFlag: 是否支持云联网路由优先级的功能。`False`:不支持,`True`:支持。
|
5011
5009
|
:type RoutePriorityFlag: bool
|
5012
5010
|
:param _RouteTableCount: 实例关联的路由表个数。
|
5013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5014
5011
|
:type RouteTableCount: int
|
5015
5012
|
:param _RouteTableFlag: 是否开启云联网多路由表特性。`False`:未开启,`True`:开启。
|
5016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5017
5013
|
:type RouteTableFlag: bool
|
5018
5014
|
:param _IsSecurityLock: `true`:实例已被封禁,流量不通,`false`:解封禁。
|
5019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5020
5015
|
:type IsSecurityLock: bool
|
5021
5016
|
:param _RouteBroadcastPolicyFlag: 是否开启云联网路由传播策略。`False` 未开启,`True` 开启。
|
5022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5023
5017
|
:type RouteBroadcastPolicyFlag: bool
|
5024
5018
|
:param _RouteECMPFlag: 是否开启等价路由功能。`False` 未开启,`True` 开启。
|
5025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5026
5019
|
:type RouteECMPFlag: bool
|
5027
5020
|
:param _RouteOverlapFlag: 是否开启路由重叠功能。`False` 未开启,`True` 开启。
|
5028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5029
5021
|
:type RouteOverlapFlag: bool
|
5030
5022
|
:param _TrafficMarkingPolicyFlag: 是否开启QOS。
|
5031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5032
5023
|
:type TrafficMarkingPolicyFlag: bool
|
5033
5024
|
:param _RouteSelectPolicyFlag: 是否开启路由表选择策略。
|
5034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5035
5025
|
:type RouteSelectPolicyFlag: bool
|
5036
5026
|
:param _DirectConnectAccelerateChannelFlag: 是否开启二层云联网通道。
|
5037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5038
5027
|
:type DirectConnectAccelerateChannelFlag: bool
|
5039
5028
|
:param _Ipv6Flag: 是否支持ipv6路由表
|
5040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5041
5029
|
:type Ipv6Flag: bool
|
5042
5030
|
:param _MrtbAggregatePolicyFlag: 是否支持路由表聚合策略
|
5043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5044
5031
|
:type MrtbAggregatePolicyFlag: bool
|
5045
5032
|
:param _MrtbPolicyValueFlag: 是否支持策略值
|
5046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5047
5033
|
:type MrtbPolicyValueFlag: bool
|
5048
5034
|
"""
|
5049
5035
|
self._CcnId = None
|
@@ -5150,7 +5136,6 @@ class CCN(AbstractModel):
|
|
5150
5136
|
@property
|
5151
5137
|
def InstanceChargeType(self):
|
5152
5138
|
"""付费类型,PREPAID为预付费,POSTPAID为后付费。
|
5153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5154
5139
|
:rtype: str
|
5155
5140
|
"""
|
5156
5141
|
return self._InstanceChargeType
|
@@ -5162,7 +5147,6 @@ class CCN(AbstractModel):
|
|
5162
5147
|
@property
|
5163
5148
|
def BandwidthLimitType(self):
|
5164
5149
|
"""限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
|
5165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5166
5150
|
:rtype: str
|
5167
5151
|
"""
|
5168
5152
|
return self._BandwidthLimitType
|
@@ -5196,7 +5180,6 @@ class CCN(AbstractModel):
|
|
5196
5180
|
@property
|
5197
5181
|
def RouteTableCount(self):
|
5198
5182
|
"""实例关联的路由表个数。
|
5199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5200
5183
|
:rtype: int
|
5201
5184
|
"""
|
5202
5185
|
return self._RouteTableCount
|
@@ -5208,7 +5191,6 @@ class CCN(AbstractModel):
|
|
5208
5191
|
@property
|
5209
5192
|
def RouteTableFlag(self):
|
5210
5193
|
"""是否开启云联网多路由表特性。`False`:未开启,`True`:开启。
|
5211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5212
5194
|
:rtype: bool
|
5213
5195
|
"""
|
5214
5196
|
return self._RouteTableFlag
|
@@ -5220,7 +5202,6 @@ class CCN(AbstractModel):
|
|
5220
5202
|
@property
|
5221
5203
|
def IsSecurityLock(self):
|
5222
5204
|
"""`true`:实例已被封禁,流量不通,`false`:解封禁。
|
5223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5224
5205
|
:rtype: bool
|
5225
5206
|
"""
|
5226
5207
|
return self._IsSecurityLock
|
@@ -5232,7 +5213,6 @@ class CCN(AbstractModel):
|
|
5232
5213
|
@property
|
5233
5214
|
def RouteBroadcastPolicyFlag(self):
|
5234
5215
|
"""是否开启云联网路由传播策略。`False` 未开启,`True` 开启。
|
5235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5236
5216
|
:rtype: bool
|
5237
5217
|
"""
|
5238
5218
|
return self._RouteBroadcastPolicyFlag
|
@@ -5244,7 +5224,6 @@ class CCN(AbstractModel):
|
|
5244
5224
|
@property
|
5245
5225
|
def RouteECMPFlag(self):
|
5246
5226
|
"""是否开启等价路由功能。`False` 未开启,`True` 开启。
|
5247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5248
5227
|
:rtype: bool
|
5249
5228
|
"""
|
5250
5229
|
return self._RouteECMPFlag
|
@@ -5256,7 +5235,6 @@ class CCN(AbstractModel):
|
|
5256
5235
|
@property
|
5257
5236
|
def RouteOverlapFlag(self):
|
5258
5237
|
"""是否开启路由重叠功能。`False` 未开启,`True` 开启。
|
5259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5260
5238
|
:rtype: bool
|
5261
5239
|
"""
|
5262
5240
|
return self._RouteOverlapFlag
|
@@ -5268,7 +5246,6 @@ class CCN(AbstractModel):
|
|
5268
5246
|
@property
|
5269
5247
|
def TrafficMarkingPolicyFlag(self):
|
5270
5248
|
"""是否开启QOS。
|
5271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5272
5249
|
:rtype: bool
|
5273
5250
|
"""
|
5274
5251
|
return self._TrafficMarkingPolicyFlag
|
@@ -5280,7 +5257,6 @@ class CCN(AbstractModel):
|
|
5280
5257
|
@property
|
5281
5258
|
def RouteSelectPolicyFlag(self):
|
5282
5259
|
"""是否开启路由表选择策略。
|
5283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5284
5260
|
:rtype: bool
|
5285
5261
|
"""
|
5286
5262
|
return self._RouteSelectPolicyFlag
|
@@ -5292,7 +5268,6 @@ class CCN(AbstractModel):
|
|
5292
5268
|
@property
|
5293
5269
|
def DirectConnectAccelerateChannelFlag(self):
|
5294
5270
|
"""是否开启二层云联网通道。
|
5295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5296
5271
|
:rtype: bool
|
5297
5272
|
"""
|
5298
5273
|
return self._DirectConnectAccelerateChannelFlag
|
@@ -5304,7 +5279,6 @@ class CCN(AbstractModel):
|
|
5304
5279
|
@property
|
5305
5280
|
def Ipv6Flag(self):
|
5306
5281
|
"""是否支持ipv6路由表
|
5307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5308
5282
|
:rtype: bool
|
5309
5283
|
"""
|
5310
5284
|
return self._Ipv6Flag
|
@@ -5316,7 +5290,6 @@ class CCN(AbstractModel):
|
|
5316
5290
|
@property
|
5317
5291
|
def MrtbAggregatePolicyFlag(self):
|
5318
5292
|
"""是否支持路由表聚合策略
|
5319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5320
5293
|
:rtype: bool
|
5321
5294
|
"""
|
5322
5295
|
return self._MrtbAggregatePolicyFlag
|
@@ -5328,7 +5301,6 @@ class CCN(AbstractModel):
|
|
5328
5301
|
@property
|
5329
5302
|
def MrtbPolicyValueFlag(self):
|
5330
5303
|
"""是否支持策略值
|
5331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5332
5304
|
:rtype: bool
|
5333
5305
|
"""
|
5334
5306
|
return self._MrtbPolicyValueFlag
|