tencentcloud-sdk-python 3.0.1445__py2.py3-none-any.whl → 3.0.1447__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/bi/v20220105/bi_client.py +23 -0
- tencentcloud/bi/v20220105/models.py +179 -0
- tencentcloud/cbs/v20170312/models.py +17 -2
- tencentcloud/ccc/v20200210/models.py +21 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -6
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfs/v20190719/models.py +21 -2
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/cls/v20201016/models.py +98 -24
- tencentcloud/common/abstract_client.py +14 -12
- tencentcloud/common/credential.py +61 -26
- tencentcloud/csip/v20221121/models.py +4 -4
- tencentcloud/ctem/v20231128/models.py +30 -0
- tencentcloud/cwp/v20180228/models.py +53 -14
- tencentcloud/cynosdb/v20190107/models.py +2 -0
- tencentcloud/dc/v20180410/models.py +30 -0
- tencentcloud/dlc/v20210125/dlc_client.py +161 -0
- tencentcloud/dlc/v20210125/errorcodes.py +6 -0
- tencentcloud/dlc/v20210125/models.py +1049 -0
- tencentcloud/dts/v20211206/dts_client.py +23 -0
- tencentcloud/dts/v20211206/models.py +64 -0
- tencentcloud/es/v20180416/models.py +85 -0
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +313 -8
- tencentcloud/essbasic/v20210526/models.py +70 -14
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +1036 -91
- tencentcloud/iotexplorer/v20190423/models.py +112 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +122 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +19 -0
- tencentcloud/mps/v20190612/models.py +229 -10
- tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
- tencentcloud/mqtt/v20240516/models.py +880 -22
- tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +7 -23
- tencentcloud/organization/v20210331/models.py +393 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/partners/v20180321/models.py +8 -8
- tencentcloud/partners/v20180321/partners_client.py +2 -2
- tencentcloud/postgres/v20170312/models.py +2 -2
- tencentcloud/rce/v20201103/rce_client.py +1 -1
- tencentcloud/smh/v20210712/models.py +19 -4
- tencentcloud/tbaas/v20180416/models.py +12 -12
- tencentcloud/tcaplusdb/v20190823/models.py +0 -328
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +51 -17
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -1
- tencentcloud/tione/v20211111/models.py +333 -10
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20220501/models.py +32 -2
- tencentcloud/trocket/v20230308/models.py +2 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/trtc_client.py +9 -3
- tencentcloud/tse/v20201207/models.py +15 -0
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +6 -6
- tencentcloud/vod/v20180717/models.py +4 -12
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/RECORD +76 -76
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/top_level.txt +0 -0
|
@@ -363,10 +363,14 @@ class CreateNativeNodePoolParam(AbstractModel):
|
|
|
363
363
|
:type InternetAccessible: :class:`tencentcloud.tke.v20220501.models.InternetAccessible`
|
|
364
364
|
:param _DataDisks: 原生节点池数据盘列表
|
|
365
365
|
:type DataDisks: list of DataDisk
|
|
366
|
+
:param _QGPUEnable: qgpu开关
|
|
367
|
+
:type QGPUEnable: bool
|
|
366
368
|
:param _KeyIds: 节点池ssh公钥id数组
|
|
367
369
|
:type KeyIds: list of str
|
|
368
370
|
:param _MachineType: 节点池类型
|
|
369
371
|
:type MachineType: str
|
|
372
|
+
:param _AutomationService: 原生节点池安装节点自动化助手开关
|
|
373
|
+
:type AutomationService: bool
|
|
370
374
|
"""
|
|
371
375
|
self._Scaling = None
|
|
372
376
|
self._SubnetIds = None
|
|
@@ -387,8 +391,10 @@ class CreateNativeNodePoolParam(AbstractModel):
|
|
|
387
391
|
self._Replicas = None
|
|
388
392
|
self._InternetAccessible = None
|
|
389
393
|
self._DataDisks = None
|
|
394
|
+
self._QGPUEnable = None
|
|
390
395
|
self._KeyIds = None
|
|
391
396
|
self._MachineType = None
|
|
397
|
+
self._AutomationService = None
|
|
392
398
|
|
|
393
399
|
@property
|
|
394
400
|
def Scaling(self):
|
|
@@ -599,6 +605,17 @@ class CreateNativeNodePoolParam(AbstractModel):
|
|
|
599
605
|
def DataDisks(self, DataDisks):
|
|
600
606
|
self._DataDisks = DataDisks
|
|
601
607
|
|
|
608
|
+
@property
|
|
609
|
+
def QGPUEnable(self):
|
|
610
|
+
"""qgpu开关
|
|
611
|
+
:rtype: bool
|
|
612
|
+
"""
|
|
613
|
+
return self._QGPUEnable
|
|
614
|
+
|
|
615
|
+
@QGPUEnable.setter
|
|
616
|
+
def QGPUEnable(self, QGPUEnable):
|
|
617
|
+
self._QGPUEnable = QGPUEnable
|
|
618
|
+
|
|
602
619
|
@property
|
|
603
620
|
def KeyIds(self):
|
|
604
621
|
"""节点池ssh公钥id数组
|
|
@@ -621,6 +638,17 @@ class CreateNativeNodePoolParam(AbstractModel):
|
|
|
621
638
|
def MachineType(self, MachineType):
|
|
622
639
|
self._MachineType = MachineType
|
|
623
640
|
|
|
641
|
+
@property
|
|
642
|
+
def AutomationService(self):
|
|
643
|
+
"""原生节点池安装节点自动化助手开关
|
|
644
|
+
:rtype: bool
|
|
645
|
+
"""
|
|
646
|
+
return self._AutomationService
|
|
647
|
+
|
|
648
|
+
@AutomationService.setter
|
|
649
|
+
def AutomationService(self, AutomationService):
|
|
650
|
+
self._AutomationService = AutomationService
|
|
651
|
+
|
|
624
652
|
|
|
625
653
|
def _deserialize(self, params):
|
|
626
654
|
if params.get("Scaling") is not None:
|
|
@@ -661,8 +689,10 @@ class CreateNativeNodePoolParam(AbstractModel):
|
|
|
661
689
|
obj = DataDisk()
|
|
662
690
|
obj._deserialize(item)
|
|
663
691
|
self._DataDisks.append(obj)
|
|
692
|
+
self._QGPUEnable = params.get("QGPUEnable")
|
|
664
693
|
self._KeyIds = params.get("KeyIds")
|
|
665
694
|
self._MachineType = params.get("MachineType")
|
|
695
|
+
self._AutomationService = params.get("AutomationService")
|
|
666
696
|
memeber_set = set(params.keys())
|
|
667
697
|
for name, value in vars(self).items():
|
|
668
698
|
property_name = name[1:]
|
|
@@ -696,7 +726,7 @@ class CreateNodePoolRequest(AbstractModel):
|
|
|
696
726
|
:type DeletionProtection: bool
|
|
697
727
|
:param _Unschedulable: 节点是否默认不可调度
|
|
698
728
|
:type Unschedulable: bool
|
|
699
|
-
:param _Native:
|
|
729
|
+
:param _Native: 原生节点池创建参数(Type字段设置为Native时需填写)
|
|
700
730
|
:type Native: :class:`tencentcloud.tke.v20220501.models.CreateNativeNodePoolParam`
|
|
701
731
|
:param _Annotations: 节点 Annotation 列表
|
|
702
732
|
:type Annotations: list of Annotation
|
|
@@ -802,7 +832,7 @@ class CreateNodePoolRequest(AbstractModel):
|
|
|
802
832
|
|
|
803
833
|
@property
|
|
804
834
|
def Native(self):
|
|
805
|
-
"""
|
|
835
|
+
"""原生节点池创建参数(Type字段设置为Native时需填写)
|
|
806
836
|
:rtype: :class:`tencentcloud.tke.v20220501.models.CreateNativeNodePoolParam`
|
|
807
837
|
"""
|
|
808
838
|
return self._Native
|
|
@@ -9293,7 +9293,7 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
|
|
|
9293
9293
|
:param _TopicName: 主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
|
|
9294
9294
|
|
|
9295
9295
|
:type TopicName: str
|
|
9296
|
-
:param _IgnoreCheck:
|
|
9296
|
+
:param _IgnoreCheck: 是否忽略当前检查
|
|
9297
9297
|
:type IgnoreCheck: bool
|
|
9298
9298
|
:param _Namespace: 命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。
|
|
9299
9299
|
:type Namespace: str
|
|
@@ -9329,7 +9329,7 @@ class DoHealthCheckOnMigratingTopicRequest(AbstractModel):
|
|
|
9329
9329
|
|
|
9330
9330
|
@property
|
|
9331
9331
|
def IgnoreCheck(self):
|
|
9332
|
-
"""
|
|
9332
|
+
"""是否忽略当前检查
|
|
9333
9333
|
:rtype: bool
|
|
9334
9334
|
"""
|
|
9335
9335
|
return self._IgnoreCheck
|
|
@@ -407,5 +407,8 @@ UNKNOWNPARAMETER = 'UnknownParameter'
|
|
|
407
407
|
# 操作不支持。
|
|
408
408
|
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
|
409
409
|
|
|
410
|
+
# 不支持的操作
|
|
411
|
+
UNSUPPORTEDOPERATION_INTERNALERROR = 'UnsupportedOperation.InternalError'
|
|
412
|
+
|
|
410
413
|
# 不允许使用,请联系技术人员
|
|
411
414
|
UNSUPPORTEDOPERATION_NOTALLOWED = 'UnsupportedOperation.NotAllowed'
|
|
@@ -709,7 +709,9 @@ class TrtcClient(AbstractClient):
|
|
|
709
709
|
|
|
710
710
|
|
|
711
711
|
def DescribeTRTCMarketQualityMetricData(self, request):
|
|
712
|
-
"""
|
|
712
|
+
"""云监控monitor接口已下线,trtc同步下线接口
|
|
713
|
+
|
|
714
|
+
查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
|
|
713
715
|
joinSuccessRate:加入频道成功率。
|
|
714
716
|
joinSuccessIn5sRate:5s内加入频道成功率。
|
|
715
717
|
audioFreezeRate:音频卡顿率。
|
|
@@ -770,7 +772,9 @@ class TrtcClient(AbstractClient):
|
|
|
770
772
|
|
|
771
773
|
|
|
772
774
|
def DescribeTRTCMarketScaleMetricData(self, request):
|
|
773
|
-
"""
|
|
775
|
+
"""云监控monitor接口已下线,trtc同步下线接口
|
|
776
|
+
|
|
777
|
+
查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
|
|
774
778
|
userCount:通话人数,
|
|
775
779
|
roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
|
|
776
780
|
peakCurrentChannels:峰值同时在线频道数。
|
|
@@ -828,7 +832,9 @@ class TrtcClient(AbstractClient):
|
|
|
828
832
|
|
|
829
833
|
|
|
830
834
|
def DescribeTRTCRealTimeQualityMetricData(self, request):
|
|
831
|
-
"""
|
|
835
|
+
"""云监控monitor接口已下线,trtc同步下线接口
|
|
836
|
+
|
|
837
|
+
查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
832
838
|
-视频卡顿率
|
|
833
839
|
-音频卡顿率
|
|
834
840
|
注意:
|
|
@@ -9282,9 +9282,12 @@ class DeleteCloudNativeAPIGatewayServiceRequest(AbstractModel):
|
|
|
9282
9282
|
:type GatewayId: str
|
|
9283
9283
|
:param _Name: 服务名字,服务ID
|
|
9284
9284
|
:type Name: str
|
|
9285
|
+
:param _DeleteRoutes: 是否同步删除服务上绑定的路由
|
|
9286
|
+
:type DeleteRoutes: bool
|
|
9285
9287
|
"""
|
|
9286
9288
|
self._GatewayId = None
|
|
9287
9289
|
self._Name = None
|
|
9290
|
+
self._DeleteRoutes = None
|
|
9288
9291
|
|
|
9289
9292
|
@property
|
|
9290
9293
|
def GatewayId(self):
|
|
@@ -9308,10 +9311,22 @@ class DeleteCloudNativeAPIGatewayServiceRequest(AbstractModel):
|
|
|
9308
9311
|
def Name(self, Name):
|
|
9309
9312
|
self._Name = Name
|
|
9310
9313
|
|
|
9314
|
+
@property
|
|
9315
|
+
def DeleteRoutes(self):
|
|
9316
|
+
"""是否同步删除服务上绑定的路由
|
|
9317
|
+
:rtype: bool
|
|
9318
|
+
"""
|
|
9319
|
+
return self._DeleteRoutes
|
|
9320
|
+
|
|
9321
|
+
@DeleteRoutes.setter
|
|
9322
|
+
def DeleteRoutes(self, DeleteRoutes):
|
|
9323
|
+
self._DeleteRoutes = DeleteRoutes
|
|
9324
|
+
|
|
9311
9325
|
|
|
9312
9326
|
def _deserialize(self, params):
|
|
9313
9327
|
self._GatewayId = params.get("GatewayId")
|
|
9314
9328
|
self._Name = params.get("Name")
|
|
9329
|
+
self._DeleteRoutes = params.get("DeleteRoutes")
|
|
9315
9330
|
memeber_set = set(params.keys())
|
|
9316
9331
|
for name, value in vars(self).items():
|
|
9317
9332
|
property_name = name[1:]
|
|
@@ -791,6 +791,9 @@ INVALIDPARAMETERVALUE_CONTAINERGROUPREPONAMEINVALID = 'InvalidParameterValue.Con
|
|
|
791
791
|
# 示例:agent 容器资源值非法 , cpu。
|
|
792
792
|
INVALIDPARAMETERVALUE_CONTAINERGROUPRESOURCEAGENTVALUEINVALID = 'InvalidParameterValue.ContainergroupResourceAgentValueInvalid'
|
|
793
793
|
|
|
794
|
+
# service名称校验失败。
|
|
795
|
+
INVALIDPARAMETERVALUE_CONTAINERGROUPSERVICENAMEVALIDERROR = 'InvalidParameterValue.ContainergroupServiceNameValidError'
|
|
796
|
+
|
|
794
797
|
# 容器端口不允许重复映射。
|
|
795
798
|
INVALIDPARAMETERVALUE_CONTAINERGROUPTARGETPORTSREPEAT = 'InvalidParameterValue.ContainergroupTargetPortsRepeat'
|
|
796
799
|
|
|
@@ -31064,10 +31064,10 @@ class DescribeResourceConfigLicenseFunction(AbstractModel):
|
|
|
31064
31064
|
|
|
31065
31065
|
def __init__(self):
|
|
31066
31066
|
r"""
|
|
31067
|
-
:param _Name:
|
|
31067
|
+
:param _Name: 功能名
|
|
31068
31068
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31069
31069
|
:type Name: str
|
|
31070
|
-
:param _Enable:
|
|
31070
|
+
:param _Enable: 是否启用
|
|
31071
31071
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31072
31072
|
:type Enable: bool
|
|
31073
31073
|
"""
|
|
@@ -31076,7 +31076,7 @@ class DescribeResourceConfigLicenseFunction(AbstractModel):
|
|
|
31076
31076
|
|
|
31077
31077
|
@property
|
|
31078
31078
|
def Name(self):
|
|
31079
|
-
"""
|
|
31079
|
+
"""功能名
|
|
31080
31080
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31081
31081
|
:rtype: str
|
|
31082
31082
|
"""
|
|
@@ -31088,7 +31088,7 @@ class DescribeResourceConfigLicenseFunction(AbstractModel):
|
|
|
31088
31088
|
|
|
31089
31089
|
@property
|
|
31090
31090
|
def Enable(self):
|
|
31091
|
-
"""
|
|
31091
|
+
"""是否启用
|
|
31092
31092
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31093
31093
|
:rtype: bool
|
|
31094
31094
|
"""
|
|
@@ -31398,14 +31398,14 @@ class DescribeResourceTaskStatusRequest(AbstractModel):
|
|
|
31398
31398
|
|
|
31399
31399
|
def __init__(self):
|
|
31400
31400
|
r"""
|
|
31401
|
-
:param _TaskId: 容器实例任务ID,可通过调用
|
|
31401
|
+
:param _TaskId: 容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
|
|
31402
31402
|
:type TaskId: str
|
|
31403
31403
|
"""
|
|
31404
31404
|
self._TaskId = None
|
|
31405
31405
|
|
|
31406
31406
|
@property
|
|
31407
31407
|
def TaskId(self):
|
|
31408
|
-
"""容器实例任务ID,可通过调用
|
|
31408
|
+
"""容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
|
|
31409
31409
|
:rtype: str
|
|
31410
31410
|
"""
|
|
31411
31411
|
return self._TaskId
|
|
@@ -18930,7 +18930,7 @@ class CreateMPSTemplateRequest(AbstractModel):
|
|
|
18930
18930
|
:type TemplateType: str
|
|
18931
18931
|
:param _MPSCreateTemplateParams: MPS 创建模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧创建用户自定义的 MPS 任务模板。
|
|
18932
18932
|
目前仅支持通过此方式创建以下任务类型的模板:
|
|
18933
|
-
1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig
|
|
18933
|
+
1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig 此处必填,且 Container 目前暂不支持 hls。
|
|
18934
18934
|
|
|
18935
18935
|
目前模板中仅支持配置以上参数,其他参数无需填写。若包含其它参数,系统将自动忽略。以上透传参数以JSON形式表示。
|
|
18936
18936
|
|
|
@@ -18967,7 +18967,7 @@ class CreateMPSTemplateRequest(AbstractModel):
|
|
|
18967
18967
|
def MPSCreateTemplateParams(self):
|
|
18968
18968
|
"""MPS 创建模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧创建用户自定义的 MPS 任务模板。
|
|
18969
18969
|
目前仅支持通过此方式创建以下任务类型的模板:
|
|
18970
|
-
1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig
|
|
18970
|
+
1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig 此处必填,且 Container 目前暂不支持 hls。
|
|
18971
18971
|
|
|
18972
18972
|
目前模板中仅支持配置以上参数,其他参数无需填写。若包含其它参数,系统将自动忽略。以上透传参数以JSON形式表示。
|
|
18973
18973
|
|
|
@@ -41342,7 +41342,6 @@ class MPSSubTaskResult(AbstractModel):
|
|
|
41342
41342
|
:param _Message: 错误信息。
|
|
41343
41343
|
:type Message: str
|
|
41344
41344
|
:param _Input: MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。
|
|
41345
|
-
示例:{"Definition": 24}
|
|
41346
41345
|
:type Input: str
|
|
41347
41346
|
:param _Output: MPS 视频处理任务输出。
|
|
41348
41347
|
:type Output: :class:`tencentcloud.vod.v20180717.models.MPSTaskOutput`
|
|
@@ -41401,7 +41400,6 @@ class MPSSubTaskResult(AbstractModel):
|
|
|
41401
41400
|
@property
|
|
41402
41401
|
def Input(self):
|
|
41403
41402
|
"""MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。
|
|
41404
|
-
示例:{"Definition": 24}
|
|
41405
41403
|
:rtype: str
|
|
41406
41404
|
"""
|
|
41407
41405
|
return self._Input
|
|
@@ -41493,7 +41491,6 @@ class MPSTemplate(AbstractModel):
|
|
|
41493
41491
|
<li>Transcode: 转码模板。</li>
|
|
41494
41492
|
:type TaskType: str
|
|
41495
41493
|
:param _MPSTemplateInfo: MPS 任务模板详情内容。
|
|
41496
|
-
示例:{"Definition":24214,"Name":"test","Comment":"","Type":"Preset","EnhanceConfig":{"VideoEnhance":{"FrameRate":{"Switch":"ON","Fps":50},"SuperResolution":{"Switch":"ON","Type":"lq"}}}}
|
|
41497
41494
|
:type MPSTemplateInfo: str
|
|
41498
41495
|
"""
|
|
41499
41496
|
self._TaskType = None
|
|
@@ -41514,7 +41511,6 @@ class MPSTemplate(AbstractModel):
|
|
|
41514
41511
|
@property
|
|
41515
41512
|
def MPSTemplateInfo(self):
|
|
41516
41513
|
"""MPS 任务模板详情内容。
|
|
41517
|
-
示例:{"Definition":24214,"Name":"test","Comment":"","Type":"Preset","EnhanceConfig":{"VideoEnhance":{"FrameRate":{"Switch":"ON","Fps":50},"SuperResolution":{"Switch":"ON","Type":"lq"}}}}
|
|
41518
41514
|
:rtype: str
|
|
41519
41515
|
"""
|
|
41520
41516
|
return self._MPSTemplateInfo
|
|
@@ -49957,7 +49953,6 @@ class ModifyMPSTemplateRequest(AbstractModel):
|
|
|
49957
49953
|
:param _MPSModifyTemplateParams: MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
|
|
49958
49954
|
目前仅支持通过此方式修改以下任务类型的模板:
|
|
49959
49955
|
1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
|
|
49960
|
-
示例:{"Definition":24214,"Container":"mp4","Name":"test","RemoveAudio":1,"VideoTemplate":{"Codec":"h264","Fps":0,"Bitrate":0},"EnhanceConfig":{"VideoEnhance":{"FrameRate":{"Switch":"ON","Fps":50}}}}
|
|
49961
49956
|
:type MPSModifyTemplateParams: str
|
|
49962
49957
|
"""
|
|
49963
49958
|
self._SubAppId = None
|
|
@@ -49992,7 +49987,6 @@ class ModifyMPSTemplateRequest(AbstractModel):
|
|
|
49992
49987
|
"""MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
|
|
49993
49988
|
目前仅支持通过此方式修改以下任务类型的模板:
|
|
49994
49989
|
1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
|
|
49995
|
-
示例:{"Definition":24214,"Container":"mp4","Name":"test","RemoveAudio":1,"VideoTemplate":{"Codec":"h264","Fps":0,"Bitrate":0},"EnhanceConfig":{"VideoEnhance":{"FrameRate":{"Switch":"ON","Fps":50}}}}
|
|
49996
49990
|
:rtype: str
|
|
49997
49991
|
"""
|
|
49998
49992
|
return self._MPSModifyTemplateParams
|
|
@@ -56989,8 +56983,7 @@ class ProcessMediaByMPSRequest(AbstractModel):
|
|
|
56989
56983
|
填写说明:
|
|
56990
56984
|
1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;
|
|
56991
56985
|
2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;
|
|
56992
|
-
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](document/product/266/
|
|
56993
|
-
示例:{"AiAnalysisTask":{"Definition":25}}
|
|
56986
|
+
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](https://cloud.tencent.com/document/product/266/122580) 接口创建自定义模板。
|
|
56994
56987
|
:type MPSProcessMediaParams: str
|
|
56995
56988
|
:param _ExtInfo: 保留字段,特殊用途时使用。
|
|
56996
56989
|
:type ExtInfo: str
|
|
@@ -57029,8 +57022,7 @@ class ProcessMediaByMPSRequest(AbstractModel):
|
|
|
57029
57022
|
填写说明:
|
|
57030
57023
|
1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;
|
|
57031
57024
|
2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;
|
|
57032
|
-
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](document/product/266/
|
|
57033
|
-
示例:{"AiAnalysisTask":{"Definition":25}}
|
|
57025
|
+
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](https://cloud.tencent.com/document/product/266/122580) 接口创建自定义模板。
|
|
57034
57026
|
:rtype: str
|
|
57035
57027
|
"""
|
|
57036
57028
|
return self._MPSProcessMediaParams
|
|
@@ -971,6 +971,9 @@ UNSUPPORTEDOPERATION_ECMPWITHCCNROUTE = 'UnsupportedOperation.EcmpWithCcnRoute'
|
|
|
971
971
|
# 和用户自定义的路由形成ECMP。
|
|
972
972
|
UNSUPPORTEDOPERATION_ECMPWITHUSERROUTE = 'UnsupportedOperation.EcmpWithUserRoute'
|
|
973
973
|
|
|
974
|
+
# 开启了多份带宽,不支持关闭流量调度策略功能。
|
|
975
|
+
UNSUPPORTEDOPERATION_ENABLEMULTICCNBANDWIDTH = 'UnsupportedOperation.EnableMultiCcnBandwidth'
|
|
976
|
+
|
|
974
977
|
# 当前地域不支持启用组播。
|
|
975
978
|
UNSUPPORTEDOPERATION_ENABLEMULTICAST = 'UnsupportedOperation.EnableMulticast'
|
|
976
979
|
|
|
@@ -992,6 +995,12 @@ UNSUPPORTEDOPERATION_EXISTCCNCUSTOMROUTETABLESNOTSUPPORTDELETECCN = 'Unsupported
|
|
|
992
995
|
# 存在云联网关联实例不允许删除云联网
|
|
993
996
|
UNSUPPORTEDOPERATION_EXISTCCNINSTANCESNOTSUPPORTDELETECCN = 'UnsupportedOperation.ExistCcnInstancesNotSupportDeleteCcn'
|
|
994
997
|
|
|
998
|
+
# 存在路由匹配规则,不支持关闭流量调度策略功能。
|
|
999
|
+
UNSUPPORTEDOPERATION_EXISTCCNROUTEMATCHRULE = 'UnsupportedOperation.ExistCcnRouteMatchRule'
|
|
1000
|
+
|
|
1001
|
+
# 存在非默认流量调度策略,不支持关闭流量调度策略功能。
|
|
1002
|
+
UNSUPPORTEDOPERATION_EXISTTRAFFICQOSPOLICY = 'UnsupportedOperation.ExistTrafficQosPolicy'
|
|
1003
|
+
|
|
995
1004
|
# 指定ResourceId对应的流日志已经创建
|
|
996
1005
|
UNSUPPORTEDOPERATION_FLOWLOGINSTANCEEXISTED = 'UnsupportedOperation.FlowLogInstanceExisted'
|
|
997
1006
|
|
|
@@ -1184,6 +1193,9 @@ UNSUPPORTEDOPERATION_NOTIFYCCN = 'UnsupportedOperation.NotifyCcn'
|
|
|
1184
1193
|
# 此产品计费方式已下线,请尝试其他计费方式。
|
|
1185
1194
|
UNSUPPORTEDOPERATION_OFFLINECHARGETYPE = 'UnsupportedOperation.OfflineChargeType'
|
|
1186
1195
|
|
|
1196
|
+
# 仅地域间限速模式才支持流量调度策略功能。
|
|
1197
|
+
UNSUPPORTEDOPERATION_ONLYINTERREGIONLIMITSUPPORTEDCREATETRAFFICQOSPOLICY = 'UnsupportedOperation.OnlyInterRegionLimitSupportedCreateTrafficQosPolicy'
|
|
1198
|
+
|
|
1187
1199
|
# 仅支持专业版Ckafka。
|
|
1188
1200
|
UNSUPPORTEDOPERATION_ONLYSUPPORTPROFESSIONKAFKA = 'UnsupportedOperation.OnlySupportProfessionKafka'
|
|
1189
1201
|
|
|
@@ -1334,6 +1346,9 @@ UNSUPPORTEDOPERATION_TRAFFICMIRRORNOTSUPPORTCLB = 'UnsupportedOperation.TrafficM
|
|
|
1334
1346
|
# 流量镜像源、目的不可同端。
|
|
1335
1347
|
UNSUPPORTEDOPERATION_TRAFFICMIRRORNOTSUPPORTSAMESRCTARGET = 'UnsupportedOperation.TrafficMirrorNotSupportSameSrcTarget'
|
|
1336
1348
|
|
|
1349
|
+
# 流量调度策略分配带宽和地域间带宽不一致,不支持关闭流量调度策略功能。
|
|
1350
|
+
UNSUPPORTEDOPERATION_TRAFFICQOSPOLICYBANDWIDTH = 'UnsupportedOperation.TrafficQosPolicyBandwidth'
|
|
1351
|
+
|
|
1337
1352
|
# 账号ID不存在。
|
|
1338
1353
|
UNSUPPORTEDOPERATION_UINNOTFOUND = 'UnsupportedOperation.UinNotFound'
|
|
1339
1354
|
|
|
@@ -1418,6 +1433,9 @@ UNSUPPORTEDOPERATION_VPNUNSUPPORTEDROUTEECMPFORCVMVPN = 'UnsupportedOperation.Vp
|
|
|
1418
1433
|
# 对端网关不存在BGP ASN。
|
|
1419
1434
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDUSRGWNOTEXISTBGPASN = 'UnsupportedOperation.VpnUnsupportedUsrGwNotExistBgpAsn'
|
|
1420
1435
|
|
|
1436
|
+
# 没在白名单内,不支持当前操作。
|
|
1437
|
+
UNSUPPORTEDOPERATION_WHITELISTNOTADD = 'UnsupportedOperation.WhiteListNotAdd'
|
|
1438
|
+
|
|
1421
1439
|
# 指定资源在不同的可用区。
|
|
1422
1440
|
UNSUPPORTEDOPERATION_ZONEMISMATCH = 'UnsupportedOperation.ZoneMismatch'
|
|
1423
1441
|
|
|
@@ -48678,12 +48678,15 @@ class ModifyCcnAttributeRequest(AbstractModel):
|
|
|
48678
48678
|
:type RouteECMPFlag: bool
|
|
48679
48679
|
:param _RouteOverlapFlag: 是否开启路由重叠功能。`False` 不开启,`True` 开启。
|
|
48680
48680
|
:type RouteOverlapFlag: bool
|
|
48681
|
+
:param _TrafficMarkingPolicyFlag: 是否开启qos功能。`False` 不开启,`True` 开启。
|
|
48682
|
+
:type TrafficMarkingPolicyFlag: bool
|
|
48681
48683
|
"""
|
|
48682
48684
|
self._CcnId = None
|
|
48683
48685
|
self._CcnName = None
|
|
48684
48686
|
self._CcnDescription = None
|
|
48685
48687
|
self._RouteECMPFlag = None
|
|
48686
48688
|
self._RouteOverlapFlag = None
|
|
48689
|
+
self._TrafficMarkingPolicyFlag = None
|
|
48687
48690
|
|
|
48688
48691
|
@property
|
|
48689
48692
|
def CcnId(self):
|
|
@@ -48740,6 +48743,17 @@ class ModifyCcnAttributeRequest(AbstractModel):
|
|
|
48740
48743
|
def RouteOverlapFlag(self, RouteOverlapFlag):
|
|
48741
48744
|
self._RouteOverlapFlag = RouteOverlapFlag
|
|
48742
48745
|
|
|
48746
|
+
@property
|
|
48747
|
+
def TrafficMarkingPolicyFlag(self):
|
|
48748
|
+
"""是否开启qos功能。`False` 不开启,`True` 开启。
|
|
48749
|
+
:rtype: bool
|
|
48750
|
+
"""
|
|
48751
|
+
return self._TrafficMarkingPolicyFlag
|
|
48752
|
+
|
|
48753
|
+
@TrafficMarkingPolicyFlag.setter
|
|
48754
|
+
def TrafficMarkingPolicyFlag(self, TrafficMarkingPolicyFlag):
|
|
48755
|
+
self._TrafficMarkingPolicyFlag = TrafficMarkingPolicyFlag
|
|
48756
|
+
|
|
48743
48757
|
|
|
48744
48758
|
def _deserialize(self, params):
|
|
48745
48759
|
self._CcnId = params.get("CcnId")
|
|
@@ -48747,6 +48761,7 @@ class ModifyCcnAttributeRequest(AbstractModel):
|
|
|
48747
48761
|
self._CcnDescription = params.get("CcnDescription")
|
|
48748
48762
|
self._RouteECMPFlag = params.get("RouteECMPFlag")
|
|
48749
48763
|
self._RouteOverlapFlag = params.get("RouteOverlapFlag")
|
|
48764
|
+
self._TrafficMarkingPolicyFlag = params.get("TrafficMarkingPolicyFlag")
|
|
48750
48765
|
memeber_set = set(params.keys())
|
|
48751
48766
|
for name, value in vars(self).items():
|
|
48752
48767
|
property_name = name[1:]
|