tencentcloud-sdk-python 3.0.1361__py2.py3-none-any.whl → 3.0.1363__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/batch/v20170312/models.py +12 -18
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +91 -4
- tencentcloud/cdwch/v20200915/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +0 -136
- tencentcloud/cfw/v20190904/models.py +115 -12
- tencentcloud/chc/v20230418/models.py +15 -0
- tencentcloud/cme/v20191029/errorcodes.py +3 -0
- tencentcloud/common/abstract_client.py +29 -24
- tencentcloud/common/abstract_model.py +5 -1
- tencentcloud/common/common_client.py +14 -15
- tencentcloud/common/credential.py +68 -65
- tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
- tencentcloud/common/profile/client_profile.py +32 -30
- tencentcloud/common/profile/http_profile.py +20 -12
- tencentcloud/common/retry.py +18 -0
- tencentcloud/cvm/v20170312/cvm_client.py +7 -1
- tencentcloud/cvm/v20170312/models.py +88 -68
- tencentcloud/cwp/v20180228/models.py +138 -12
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
- tencentcloud/cynosdb/v20190107/models.py +318 -0
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/dlc/v20210125/models.py +0 -18
- tencentcloud/dts/v20211206/models.py +10 -6
- tencentcloud/es/v20250101/es_client.py +23 -0
- tencentcloud/es/v20250101/models.py +352 -1
- tencentcloud/ess/v20201111/models.py +15 -0
- tencentcloud/gaap/v20180529/gaap_client.py +1 -1
- tencentcloud/gaap/v20180529/models.py +2 -20
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +385 -8
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +578 -0
- tencentcloud/lcic/v20220817/models.py +60 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +0 -56
- tencentcloud/lighthouse/v20200324/models.py +0 -158
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +169 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +186 -35
- tencentcloud/oceanus/v20190422/models.py +2 -2
- tencentcloud/tcbr/v20220217/models.py +45 -0
- tencentcloud/tione/v20211111/models.py +91 -0
- tencentcloud/trocket/v20230308/models.py +141 -88
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/tts/v20190823/models.py +15 -15
- tencentcloud/tts/v20190823/tts_client.py +4 -3
- tencentcloud/vcube/v20220410/models.py +15 -0
- tencentcloud/vdb/v20230616/models.py +15 -0
- tencentcloud/vpc/v20170312/models.py +307 -78
- tencentcloud/vpc/v20170312/vpc_client.py +32 -4
- tencentcloud/vrs/v20200824/models.py +17 -0
- tencentcloud/waf/v20180125/errorcodes.py +9 -0
- tencentcloud/waf/v20180125/models.py +3041 -114
- tencentcloud/waf/v20180125/waf_client.py +138 -0
- tencentcloud/wedata/v20210820/models.py +55 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/top_level.txt +0 -0
@@ -3702,10 +3702,10 @@ class AiAnalysisTaskInput(AbstractModel):
|
|
3702
3702
|
:type Definition: int
|
3703
3703
|
:param _ExtendedParameter: 扩展参数,其值为序列化的 json字符串。
|
3704
3704
|
注意:此参数为定制需求参数,参考如下:
|
3705
|
-
|
3706
|
-
|
3707
|
-
|
3708
|
-
|
3705
|
+
[智能檫除](https://cloud.tencent.com/document/product/862/101530)
|
3706
|
+
[智能拆条](https://cloud.tencent.com/document/product/862/112098)
|
3707
|
+
[高光集锦](https://cloud.tencent.com/document/product/862/107280)
|
3708
|
+
[智能横转竖](https://cloud.tencent.com/document/product/862/112112)
|
3709
3709
|
注意:此字段可能返回 null,表示取不到有效值。
|
3710
3710
|
:type ExtendedParameter: str
|
3711
3711
|
"""
|
@@ -3727,10 +3727,10 @@ class AiAnalysisTaskInput(AbstractModel):
|
|
3727
3727
|
def ExtendedParameter(self):
|
3728
3728
|
"""扩展参数,其值为序列化的 json字符串。
|
3729
3729
|
注意:此参数为定制需求参数,参考如下:
|
3730
|
-
|
3731
|
-
|
3732
|
-
|
3733
|
-
|
3730
|
+
[智能檫除](https://cloud.tencent.com/document/product/862/101530)
|
3731
|
+
[智能拆条](https://cloud.tencent.com/document/product/862/112098)
|
3732
|
+
[高光集锦](https://cloud.tencent.com/document/product/862/107280)
|
3733
|
+
[智能横转竖](https://cloud.tencent.com/document/product/862/112112)
|
3734
3734
|
注意:此字段可能返回 null,表示取不到有效值。
|
3735
3735
|
:rtype: str
|
3736
3736
|
"""
|
@@ -13429,7 +13429,7 @@ class ComposeMediaTrack(AbstractModel):
|
|
13429
13429
|
|
13430
13430
|
def __init__(self):
|
13431
13431
|
r"""
|
13432
|
-
:param _Type: 轨道类型,取值有:<ul><li>Video :视频轨道。视频轨道可由以下元素组成:</li><ul><li>Video 元素</li><li>Image 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Audio :音频轨道。音频轨道可由以下元素组成:</li><ul><li>Audio 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Title:文字轨道。文字轨道可由以下元素组成:</li><ul><li>Subtitle 元素</li></ul>
|
13432
|
+
:param _Type: 轨道类型,取值有:<ul><li>Video :视频轨道。视频轨道可由以下元素组成:</li><ul><li>Video 元素</li><li>Image 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Audio :音频轨道。音频轨道可由以下元素组成:</li><ul><li>Audio 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Title:文字轨道。文字轨道可由以下元素组成:</li><ul><li>Subtitle 元素</li></ul></ul>
|
13433
13433
|
:type Type: str
|
13434
13434
|
:param _Items: 轨道上的元素列表。
|
13435
13435
|
:type Items: list of ComposeMediaItem
|
@@ -13439,7 +13439,7 @@ class ComposeMediaTrack(AbstractModel):
|
|
13439
13439
|
|
13440
13440
|
@property
|
13441
13441
|
def Type(self):
|
13442
|
-
"""轨道类型,取值有:<ul><li>Video :视频轨道。视频轨道可由以下元素组成:</li><ul><li>Video 元素</li><li>Image 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Audio :音频轨道。音频轨道可由以下元素组成:</li><ul><li>Audio 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Title:文字轨道。文字轨道可由以下元素组成:</li><ul><li>Subtitle 元素</li></ul>
|
13442
|
+
"""轨道类型,取值有:<ul><li>Video :视频轨道。视频轨道可由以下元素组成:</li><ul><li>Video 元素</li><li>Image 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Audio :音频轨道。音频轨道可由以下元素组成:</li><ul><li>Audio 元素</li><li>Transition 元素</li><li>Empty 元素</li></ul><li>Title:文字轨道。文字轨道可由以下元素组成:</li><ul><li>Subtitle 元素</li></ul></ul>
|
13443
13443
|
:rtype: str
|
13444
13444
|
"""
|
13445
13445
|
return self._Type
|
@@ -17206,11 +17206,11 @@ class CreateInputSRTSettings(AbstractModel):
|
|
17206
17206
|
:type Mode: str
|
17207
17207
|
:param _StreamId: 流Id,可选大小写字母、数字和特殊字符(.#!:&,=_-),长度为0~512。具体格式可以参考:https://github.com/Haivision/srt/blob/master/docs/features/access-control.md#standard-keys。
|
17208
17208
|
:type StreamId: str
|
17209
|
-
:param _Latency: 延迟,默认
|
17209
|
+
:param _Latency: 延迟,默认120,单位ms,范围为[0, 3000]。
|
17210
17210
|
:type Latency: int
|
17211
17211
|
:param _RecvLatency: 接收延迟,默认120,单位ms,范围为[0, 3000]。
|
17212
17212
|
:type RecvLatency: int
|
17213
|
-
:param _PeerLatency: 对端延迟,默认
|
17213
|
+
:param _PeerLatency: 对端延迟,默认120,单位ms,范围为[0, 3000]。
|
17214
17214
|
:type PeerLatency: int
|
17215
17215
|
:param _PeerIdleTimeout: 对端超时时间,默认5000,单位ms,范围为[1000, 10000]。
|
17216
17216
|
:type PeerIdleTimeout: int
|
@@ -17255,7 +17255,7 @@ class CreateInputSRTSettings(AbstractModel):
|
|
17255
17255
|
|
17256
17256
|
@property
|
17257
17257
|
def Latency(self):
|
17258
|
-
"""延迟,默认
|
17258
|
+
"""延迟,默认120,单位ms,范围为[0, 3000]。
|
17259
17259
|
:rtype: int
|
17260
17260
|
"""
|
17261
17261
|
return self._Latency
|
@@ -17277,7 +17277,7 @@ class CreateInputSRTSettings(AbstractModel):
|
|
17277
17277
|
|
17278
17278
|
@property
|
17279
17279
|
def PeerLatency(self):
|
17280
|
-
"""对端延迟,默认
|
17280
|
+
"""对端延迟,默认120,单位ms,范围为[0, 3000]。
|
17281
17281
|
:rtype: int
|
17282
17282
|
"""
|
17283
17283
|
return self._PeerLatency
|
@@ -17482,6 +17482,10 @@ class CreateOutputInfo(AbstractModel):
|
|
17482
17482
|
:type Protocol: str
|
17483
17483
|
:param _OutputRegion: 输出地区。
|
17484
17484
|
:type OutputRegion: str
|
17485
|
+
:param _OutputType: 输出类型:Internet/TencentCSS
|
17486
|
+
:type OutputType: str
|
17487
|
+
:param _OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出
|
17488
|
+
:type OutputKind: str
|
17485
17489
|
:param _SRTSettings: 输出的SRT的配置。
|
17486
17490
|
:type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputSRTSettings`
|
17487
17491
|
:param _RTMPSettings: 输出的RTMP的配置。
|
@@ -17497,8 +17501,6 @@ class CreateOutputInfo(AbstractModel):
|
|
17497
17501
|
:type SecurityGroupIds: list of str
|
17498
17502
|
:param _Zones: 可用区,output最多只支持输入一个可用区。
|
17499
17503
|
:type Zones: list of str
|
17500
|
-
:param _OutputType: 输出类型:Internet/TencentCSS
|
17501
|
-
:type OutputType: str
|
17502
17504
|
:param _RISTSettings: 输出的RIST的配置。
|
17503
17505
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
|
17504
17506
|
:param _PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
@@ -17508,6 +17510,8 @@ class CreateOutputInfo(AbstractModel):
|
|
17508
17510
|
self._Description = None
|
17509
17511
|
self._Protocol = None
|
17510
17512
|
self._OutputRegion = None
|
17513
|
+
self._OutputType = None
|
17514
|
+
self._OutputKind = None
|
17511
17515
|
self._SRTSettings = None
|
17512
17516
|
self._RTMPSettings = None
|
17513
17517
|
self._RTPSettings = None
|
@@ -17515,7 +17519,6 @@ class CreateOutputInfo(AbstractModel):
|
|
17515
17519
|
self._MaxConcurrent = None
|
17516
17520
|
self._SecurityGroupIds = None
|
17517
17521
|
self._Zones = None
|
17518
|
-
self._OutputType = None
|
17519
17522
|
self._RISTSettings = None
|
17520
17523
|
self._PidSelector = None
|
17521
17524
|
|
@@ -17563,6 +17566,28 @@ class CreateOutputInfo(AbstractModel):
|
|
17563
17566
|
def OutputRegion(self, OutputRegion):
|
17564
17567
|
self._OutputRegion = OutputRegion
|
17565
17568
|
|
17569
|
+
@property
|
17570
|
+
def OutputType(self):
|
17571
|
+
"""输出类型:Internet/TencentCSS
|
17572
|
+
:rtype: str
|
17573
|
+
"""
|
17574
|
+
return self._OutputType
|
17575
|
+
|
17576
|
+
@OutputType.setter
|
17577
|
+
def OutputType(self, OutputType):
|
17578
|
+
self._OutputType = OutputType
|
17579
|
+
|
17580
|
+
@property
|
17581
|
+
def OutputKind(self):
|
17582
|
+
"""输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出
|
17583
|
+
:rtype: str
|
17584
|
+
"""
|
17585
|
+
return self._OutputKind
|
17586
|
+
|
17587
|
+
@OutputKind.setter
|
17588
|
+
def OutputKind(self, OutputKind):
|
17589
|
+
self._OutputKind = OutputKind
|
17590
|
+
|
17566
17591
|
@property
|
17567
17592
|
def SRTSettings(self):
|
17568
17593
|
"""输出的SRT的配置。
|
@@ -17641,17 +17666,6 @@ class CreateOutputInfo(AbstractModel):
|
|
17641
17666
|
def Zones(self, Zones):
|
17642
17667
|
self._Zones = Zones
|
17643
17668
|
|
17644
|
-
@property
|
17645
|
-
def OutputType(self):
|
17646
|
-
"""输出类型:Internet/TencentCSS
|
17647
|
-
:rtype: str
|
17648
|
-
"""
|
17649
|
-
return self._OutputType
|
17650
|
-
|
17651
|
-
@OutputType.setter
|
17652
|
-
def OutputType(self, OutputType):
|
17653
|
-
self._OutputType = OutputType
|
17654
|
-
|
17655
17669
|
@property
|
17656
17670
|
def RISTSettings(self):
|
17657
17671
|
"""输出的RIST的配置。
|
@@ -17680,6 +17694,8 @@ class CreateOutputInfo(AbstractModel):
|
|
17680
17694
|
self._Description = params.get("Description")
|
17681
17695
|
self._Protocol = params.get("Protocol")
|
17682
17696
|
self._OutputRegion = params.get("OutputRegion")
|
17697
|
+
self._OutputType = params.get("OutputType")
|
17698
|
+
self._OutputKind = params.get("OutputKind")
|
17683
17699
|
if params.get("SRTSettings") is not None:
|
17684
17700
|
self._SRTSettings = CreateOutputSRTSettings()
|
17685
17701
|
self._SRTSettings._deserialize(params.get("SRTSettings"))
|
@@ -17693,7 +17709,6 @@ class CreateOutputInfo(AbstractModel):
|
|
17693
17709
|
self._MaxConcurrent = params.get("MaxConcurrent")
|
17694
17710
|
self._SecurityGroupIds = params.get("SecurityGroupIds")
|
17695
17711
|
self._Zones = params.get("Zones")
|
17696
|
-
self._OutputType = params.get("OutputType")
|
17697
17712
|
if params.get("RISTSettings") is not None:
|
17698
17713
|
self._RISTSettings = CreateOutputRistSettings()
|
17699
17714
|
self._RISTSettings._deserialize(params.get("RISTSettings"))
|
@@ -18016,11 +18031,11 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
18016
18031
|
:type Destinations: list of CreateOutputSRTSettingsDestinations
|
18017
18032
|
:param _StreamId: 转推SRT的流Id,可选大小写字母、数字和特殊字符(.#!:&,=_-),长度为0~512。
|
18018
18033
|
:type StreamId: str
|
18019
|
-
:param _Latency: 转推SRT
|
18034
|
+
:param _Latency: 转推SRT的延迟,默认120,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
|
18020
18035
|
:type Latency: int
|
18021
18036
|
:param _RecvLatency: 转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。 此参数表示接收方用于缓存数据包的时间长度
|
18022
18037
|
:type RecvLatency: int
|
18023
|
-
:param _PeerLatency: 转推SRT的对端延迟,默认
|
18038
|
+
:param _PeerLatency: 转推SRT的对端延迟,默认120,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
|
18024
18039
|
:type PeerLatency: int
|
18025
18040
|
:param _PeerIdleTimeout: 转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 如果连接在设定的超时时间内没有活动,将会被关闭
|
18026
18041
|
:type PeerIdleTimeout: int
|
@@ -18065,7 +18080,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
18065
18080
|
|
18066
18081
|
@property
|
18067
18082
|
def Latency(self):
|
18068
|
-
"""转推SRT
|
18083
|
+
"""转推SRT的延迟,默认120,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
|
18069
18084
|
:rtype: int
|
18070
18085
|
"""
|
18071
18086
|
return self._Latency
|
@@ -18087,7 +18102,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
18087
18102
|
|
18088
18103
|
@property
|
18089
18104
|
def PeerLatency(self):
|
18090
|
-
"""转推SRT的对端延迟,默认
|
18105
|
+
"""转推SRT的对端延迟,默认120,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
|
18091
18106
|
:rtype: int
|
18092
18107
|
"""
|
18093
18108
|
return self._PeerLatency
|
@@ -24508,6 +24523,8 @@ class DescribeInput(AbstractModel):
|
|
24508
24523
|
:param _RISTSettings: 输入的RIST配置信息。
|
24509
24524
|
注意:此字段可能返回 null,表示取不到有效值。
|
24510
24525
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.DescribeInputRISTSettings`
|
24526
|
+
:param _StreamUrls: 输入模块配置相关的URL信息,包含提供的推流地址,或者配置的第三方源流地址
|
24527
|
+
:type StreamUrls: list of StreamUrlDetail
|
24511
24528
|
"""
|
24512
24529
|
self._InputId = None
|
24513
24530
|
self._InputName = None
|
@@ -24527,6 +24544,7 @@ class DescribeInput(AbstractModel):
|
|
24527
24544
|
self._SecurityGroupIds = None
|
24528
24545
|
self._Zones = None
|
24529
24546
|
self._RISTSettings = None
|
24547
|
+
self._StreamUrls = None
|
24530
24548
|
|
24531
24549
|
@property
|
24532
24550
|
def InputId(self):
|
@@ -24736,6 +24754,17 @@ class DescribeInput(AbstractModel):
|
|
24736
24754
|
def RISTSettings(self, RISTSettings):
|
24737
24755
|
self._RISTSettings = RISTSettings
|
24738
24756
|
|
24757
|
+
@property
|
24758
|
+
def StreamUrls(self):
|
24759
|
+
"""输入模块配置相关的URL信息,包含提供的推流地址,或者配置的第三方源流地址
|
24760
|
+
:rtype: list of StreamUrlDetail
|
24761
|
+
"""
|
24762
|
+
return self._StreamUrls
|
24763
|
+
|
24764
|
+
@StreamUrls.setter
|
24765
|
+
def StreamUrls(self, StreamUrls):
|
24766
|
+
self._StreamUrls = StreamUrls
|
24767
|
+
|
24739
24768
|
|
24740
24769
|
def _deserialize(self, params):
|
24741
24770
|
self._InputId = params.get("InputId")
|
@@ -24777,6 +24806,12 @@ class DescribeInput(AbstractModel):
|
|
24777
24806
|
if params.get("RISTSettings") is not None:
|
24778
24807
|
self._RISTSettings = DescribeInputRISTSettings()
|
24779
24808
|
self._RISTSettings._deserialize(params.get("RISTSettings"))
|
24809
|
+
if params.get("StreamUrls") is not None:
|
24810
|
+
self._StreamUrls = []
|
24811
|
+
for item in params.get("StreamUrls"):
|
24812
|
+
obj = StreamUrlDetail()
|
24813
|
+
obj._deserialize(item)
|
24814
|
+
self._StreamUrls.append(obj)
|
24780
24815
|
memeber_set = set(params.keys())
|
24781
24816
|
for name, value in vars(self).items():
|
24782
24817
|
property_name = name[1:]
|
@@ -25506,6 +25541,8 @@ class DescribeOutput(AbstractModel):
|
|
25506
25541
|
:type OutputName: str
|
25507
25542
|
:param _OutputType: 输出类型。
|
25508
25543
|
:type OutputType: str
|
25544
|
+
:param _OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
25545
|
+
:type OutputKind: str
|
25509
25546
|
:param _Description: 输出描述。
|
25510
25547
|
注意:此字段可能返回 null,表示取不到有效值。
|
25511
25548
|
:type Description: str
|
@@ -25550,10 +25587,13 @@ class DescribeOutput(AbstractModel):
|
|
25550
25587
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.DescribeOutputRISTSettings`
|
25551
25588
|
:param _PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
25552
25589
|
:type PidSelector: :class:`tencentcloud.mps.v20190612.models.PidSelector`
|
25590
|
+
:param _StreamUrls: 输出模块配置,相关的URL,包括提供的拉流地址,或者配置的输出到第三方的转推地址
|
25591
|
+
:type StreamUrls: list of StreamUrlDetail
|
25553
25592
|
"""
|
25554
25593
|
self._OutputId = None
|
25555
25594
|
self._OutputName = None
|
25556
25595
|
self._OutputType = None
|
25596
|
+
self._OutputKind = None
|
25557
25597
|
self._Description = None
|
25558
25598
|
self._Protocol = None
|
25559
25599
|
self._OutputAddressList = None
|
@@ -25570,6 +25610,7 @@ class DescribeOutput(AbstractModel):
|
|
25570
25610
|
self._Zones = None
|
25571
25611
|
self._RISTSettings = None
|
25572
25612
|
self._PidSelector = None
|
25613
|
+
self._StreamUrls = None
|
25573
25614
|
|
25574
25615
|
@property
|
25575
25616
|
def OutputId(self):
|
@@ -25604,6 +25645,17 @@ class DescribeOutput(AbstractModel):
|
|
25604
25645
|
def OutputType(self, OutputType):
|
25605
25646
|
self._OutputType = OutputType
|
25606
25647
|
|
25648
|
+
@property
|
25649
|
+
def OutputKind(self):
|
25650
|
+
"""输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
25651
|
+
:rtype: str
|
25652
|
+
"""
|
25653
|
+
return self._OutputKind
|
25654
|
+
|
25655
|
+
@OutputKind.setter
|
25656
|
+
def OutputKind(self, OutputKind):
|
25657
|
+
self._OutputKind = OutputKind
|
25658
|
+
|
25607
25659
|
@property
|
25608
25660
|
def Description(self):
|
25609
25661
|
"""输出描述。
|
@@ -25792,11 +25844,23 @@ class DescribeOutput(AbstractModel):
|
|
25792
25844
|
def PidSelector(self, PidSelector):
|
25793
25845
|
self._PidSelector = PidSelector
|
25794
25846
|
|
25847
|
+
@property
|
25848
|
+
def StreamUrls(self):
|
25849
|
+
"""输出模块配置,相关的URL,包括提供的拉流地址,或者配置的输出到第三方的转推地址
|
25850
|
+
:rtype: list of StreamUrlDetail
|
25851
|
+
"""
|
25852
|
+
return self._StreamUrls
|
25853
|
+
|
25854
|
+
@StreamUrls.setter
|
25855
|
+
def StreamUrls(self, StreamUrls):
|
25856
|
+
self._StreamUrls = StreamUrls
|
25857
|
+
|
25795
25858
|
|
25796
25859
|
def _deserialize(self, params):
|
25797
25860
|
self._OutputId = params.get("OutputId")
|
25798
25861
|
self._OutputName = params.get("OutputName")
|
25799
25862
|
self._OutputType = params.get("OutputType")
|
25863
|
+
self._OutputKind = params.get("OutputKind")
|
25800
25864
|
self._Description = params.get("Description")
|
25801
25865
|
self._Protocol = params.get("Protocol")
|
25802
25866
|
if params.get("OutputAddressList") is not None:
|
@@ -25834,6 +25898,12 @@ class DescribeOutput(AbstractModel):
|
|
25834
25898
|
if params.get("PidSelector") is not None:
|
25835
25899
|
self._PidSelector = PidSelector()
|
25836
25900
|
self._PidSelector._deserialize(params.get("PidSelector"))
|
25901
|
+
if params.get("StreamUrls") is not None:
|
25902
|
+
self._StreamUrls = []
|
25903
|
+
for item in params.get("StreamUrls"):
|
25904
|
+
obj = StreamUrlDetail()
|
25905
|
+
obj._deserialize(item)
|
25906
|
+
self._StreamUrls.append(obj)
|
25837
25907
|
memeber_set = set(params.keys())
|
25838
25908
|
for name, value in vars(self).items():
|
25839
25909
|
property_name = name[1:]
|
@@ -44185,7 +44255,7 @@ class ModifyInput(AbstractModel):
|
|
44185
44255
|
:type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputSRTSettings`
|
44186
44256
|
:param _RTPSettings: RTP的配置信息。
|
44187
44257
|
:type RTPSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputRTPSettings`
|
44188
|
-
:param _Protocol: 输入的协议,可选[SRT|RTP|
|
44258
|
+
:param _Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。 -
|
44189
44259
|
:type Protocol: str
|
44190
44260
|
:param _FailOver: 输入的主备开关,可选[OPEN|CLOSE]。
|
44191
44261
|
:type FailOver: str
|
@@ -44291,7 +44361,7 @@ class ModifyInput(AbstractModel):
|
|
44291
44361
|
|
44292
44362
|
@property
|
44293
44363
|
def Protocol(self):
|
44294
|
-
"""输入的协议,可选[SRT|RTP|
|
44364
|
+
"""输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。 -
|
44295
44365
|
:rtype: str
|
44296
44366
|
"""
|
44297
44367
|
return self._Protocol
|
@@ -44567,6 +44637,8 @@ class ModifyOutputInfo(AbstractModel):
|
|
44567
44637
|
:type Description: str
|
44568
44638
|
:param _Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
|
44569
44639
|
:type Protocol: str
|
44640
|
+
:param _OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
44641
|
+
:type OutputKind: str
|
44570
44642
|
:param _SRTSettings: 转推SRT的配置。
|
44571
44643
|
:type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputSRTSettings`
|
44572
44644
|
:param _RTPSettings: 转推RTP的配置。
|
@@ -44593,6 +44665,7 @@ class ModifyOutputInfo(AbstractModel):
|
|
44593
44665
|
self._OutputName = None
|
44594
44666
|
self._Description = None
|
44595
44667
|
self._Protocol = None
|
44668
|
+
self._OutputKind = None
|
44596
44669
|
self._SRTSettings = None
|
44597
44670
|
self._RTPSettings = None
|
44598
44671
|
self._RTMPSettings = None
|
@@ -44648,6 +44721,17 @@ class ModifyOutputInfo(AbstractModel):
|
|
44648
44721
|
def Protocol(self, Protocol):
|
44649
44722
|
self._Protocol = Protocol
|
44650
44723
|
|
44724
|
+
@property
|
44725
|
+
def OutputKind(self):
|
44726
|
+
"""输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
44727
|
+
:rtype: str
|
44728
|
+
"""
|
44729
|
+
return self._OutputKind
|
44730
|
+
|
44731
|
+
@OutputKind.setter
|
44732
|
+
def OutputKind(self, OutputKind):
|
44733
|
+
self._OutputKind = OutputKind
|
44734
|
+
|
44651
44735
|
@property
|
44652
44736
|
def SRTSettings(self):
|
44653
44737
|
"""转推SRT的配置。
|
@@ -44765,6 +44849,7 @@ class ModifyOutputInfo(AbstractModel):
|
|
44765
44849
|
self._OutputName = params.get("OutputName")
|
44766
44850
|
self._Description = params.get("Description")
|
44767
44851
|
self._Protocol = params.get("Protocol")
|
44852
|
+
self._OutputKind = params.get("OutputKind")
|
44768
44853
|
if params.get("SRTSettings") is not None:
|
44769
44854
|
self._SRTSettings = CreateOutputSRTSettings()
|
44770
44855
|
self._SRTSettings._deserialize(params.get("SRTSettings"))
|
@@ -57090,6 +57175,72 @@ class StreamLinkRegionInfo(AbstractModel):
|
|
57090
57175
|
|
57091
57176
|
|
57092
57177
|
|
57178
|
+
class StreamUrlDetail(AbstractModel):
|
57179
|
+
"""描述 URL 的完整信息
|
57180
|
+
|
57181
|
+
"""
|
57182
|
+
|
57183
|
+
def __init__(self):
|
57184
|
+
r"""
|
57185
|
+
:param _Label: 会描述运营商信息等
|
57186
|
+
:type Label: str
|
57187
|
+
:param _Url: URL
|
57188
|
+
:type Url: str
|
57189
|
+
:param _Type: Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址
|
57190
|
+
:type Type: str
|
57191
|
+
"""
|
57192
|
+
self._Label = None
|
57193
|
+
self._Url = None
|
57194
|
+
self._Type = None
|
57195
|
+
|
57196
|
+
@property
|
57197
|
+
def Label(self):
|
57198
|
+
"""会描述运营商信息等
|
57199
|
+
:rtype: str
|
57200
|
+
"""
|
57201
|
+
return self._Label
|
57202
|
+
|
57203
|
+
@Label.setter
|
57204
|
+
def Label(self, Label):
|
57205
|
+
self._Label = Label
|
57206
|
+
|
57207
|
+
@property
|
57208
|
+
def Url(self):
|
57209
|
+
"""URL
|
57210
|
+
:rtype: str
|
57211
|
+
"""
|
57212
|
+
return self._Url
|
57213
|
+
|
57214
|
+
@Url.setter
|
57215
|
+
def Url(self, Url):
|
57216
|
+
self._Url = Url
|
57217
|
+
|
57218
|
+
@property
|
57219
|
+
def Type(self):
|
57220
|
+
"""Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址
|
57221
|
+
:rtype: str
|
57222
|
+
"""
|
57223
|
+
return self._Type
|
57224
|
+
|
57225
|
+
@Type.setter
|
57226
|
+
def Type(self, Type):
|
57227
|
+
self._Type = Type
|
57228
|
+
|
57229
|
+
|
57230
|
+
def _deserialize(self, params):
|
57231
|
+
self._Label = params.get("Label")
|
57232
|
+
self._Url = params.get("Url")
|
57233
|
+
self._Type = params.get("Type")
|
57234
|
+
memeber_set = set(params.keys())
|
57235
|
+
for name, value in vars(self).items():
|
57236
|
+
property_name = name[1:]
|
57237
|
+
if property_name in memeber_set:
|
57238
|
+
memeber_set.remove(property_name)
|
57239
|
+
if len(memeber_set) > 0:
|
57240
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
57241
|
+
|
57242
|
+
|
57243
|
+
|
57093
57244
|
class SubtitleTemplate(AbstractModel):
|
57094
57245
|
"""字幕流配置参数。
|
57095
57246
|
|
@@ -2573,7 +2573,7 @@ class CreateJobConfigRequest(AbstractModel):
|
|
2573
2573
|
:type JobId: str
|
2574
2574
|
:param _EntrypointClass: 主类
|
2575
2575
|
:type EntrypointClass: str
|
2576
|
-
:param _ProgramArgs:
|
2576
|
+
:param _ProgramArgs: 主类入参,需要区分下Sql作业配置,Jar作业配置,Python作业配置,具体参考下面的示例值
|
2577
2577
|
:type ProgramArgs: str
|
2578
2578
|
:param _Remark: 备注
|
2579
2579
|
:type Remark: str
|
@@ -2694,7 +2694,7 @@ class CreateJobConfigRequest(AbstractModel):
|
|
2694
2694
|
|
2695
2695
|
@property
|
2696
2696
|
def ProgramArgs(self):
|
2697
|
-
"""
|
2697
|
+
"""主类入参,需要区分下Sql作业配置,Jar作业配置,Python作业配置,具体参考下面的示例值
|
2698
2698
|
:rtype: str
|
2699
2699
|
"""
|
2700
2700
|
return self._ProgramArgs
|
@@ -2680,6 +2680,10 @@ class ServerBaseConfig(AbstractModel):
|
|
2680
2680
|
:type LogParseType: str
|
2681
2681
|
:param _Tag: 服务标签, function: 函数托管
|
2682
2682
|
:type Tag: str
|
2683
|
+
:param _InternalAccess: 内网访问开关 close | open
|
2684
|
+
:type InternalAccess: str
|
2685
|
+
:param _InternalDomain: 内网域名
|
2686
|
+
:type InternalDomain: str
|
2683
2687
|
"""
|
2684
2688
|
self._EnvId = None
|
2685
2689
|
self._ServerName = None
|
@@ -2702,6 +2706,8 @@ class ServerBaseConfig(AbstractModel):
|
|
2702
2706
|
self._LogTopicId = None
|
2703
2707
|
self._LogParseType = None
|
2704
2708
|
self._Tag = None
|
2709
|
+
self._InternalAccess = None
|
2710
|
+
self._InternalDomain = None
|
2705
2711
|
|
2706
2712
|
@property
|
2707
2713
|
def EnvId(self):
|
@@ -2934,6 +2940,28 @@ class ServerBaseConfig(AbstractModel):
|
|
2934
2940
|
def Tag(self, Tag):
|
2935
2941
|
self._Tag = Tag
|
2936
2942
|
|
2943
|
+
@property
|
2944
|
+
def InternalAccess(self):
|
2945
|
+
"""内网访问开关 close | open
|
2946
|
+
:rtype: str
|
2947
|
+
"""
|
2948
|
+
return self._InternalAccess
|
2949
|
+
|
2950
|
+
@InternalAccess.setter
|
2951
|
+
def InternalAccess(self, InternalAccess):
|
2952
|
+
self._InternalAccess = InternalAccess
|
2953
|
+
|
2954
|
+
@property
|
2955
|
+
def InternalDomain(self):
|
2956
|
+
"""内网域名
|
2957
|
+
:rtype: str
|
2958
|
+
"""
|
2959
|
+
return self._InternalDomain
|
2960
|
+
|
2961
|
+
@InternalDomain.setter
|
2962
|
+
def InternalDomain(self, InternalDomain):
|
2963
|
+
self._InternalDomain = InternalDomain
|
2964
|
+
|
2937
2965
|
|
2938
2966
|
def _deserialize(self, params):
|
2939
2967
|
self._EnvId = params.get("EnvId")
|
@@ -2962,6 +2990,8 @@ class ServerBaseConfig(AbstractModel):
|
|
2962
2990
|
self._LogTopicId = params.get("LogTopicId")
|
2963
2991
|
self._LogParseType = params.get("LogParseType")
|
2964
2992
|
self._Tag = params.get("Tag")
|
2993
|
+
self._InternalAccess = params.get("InternalAccess")
|
2994
|
+
self._InternalDomain = params.get("InternalDomain")
|
2965
2995
|
memeber_set = set(params.keys())
|
2966
2996
|
for name, value in vars(self).items():
|
2967
2997
|
property_name = name[1:]
|
@@ -2995,6 +3025,8 @@ class ServerBaseInfo(AbstractModel):
|
|
2995
3025
|
:type CustomDomainNames: list of str
|
2996
3026
|
:param _ServerType: 服务类型: function 云函数2.0;container 容器服务
|
2997
3027
|
:type ServerType: str
|
3028
|
+
:param _TrafficType: 流量类型,目前只有 FLOW
|
3029
|
+
:type TrafficType: str
|
2998
3030
|
"""
|
2999
3031
|
self._ServerName = None
|
3000
3032
|
self._DefaultDomainName = None
|
@@ -3004,6 +3036,7 @@ class ServerBaseInfo(AbstractModel):
|
|
3004
3036
|
self._AccessTypes = None
|
3005
3037
|
self._CustomDomainNames = None
|
3006
3038
|
self._ServerType = None
|
3039
|
+
self._TrafficType = None
|
3007
3040
|
|
3008
3041
|
@property
|
3009
3042
|
def ServerName(self):
|
@@ -3093,6 +3126,17 @@ class ServerBaseInfo(AbstractModel):
|
|
3093
3126
|
def ServerType(self, ServerType):
|
3094
3127
|
self._ServerType = ServerType
|
3095
3128
|
|
3129
|
+
@property
|
3130
|
+
def TrafficType(self):
|
3131
|
+
"""流量类型,目前只有 FLOW
|
3132
|
+
:rtype: str
|
3133
|
+
"""
|
3134
|
+
return self._TrafficType
|
3135
|
+
|
3136
|
+
@TrafficType.setter
|
3137
|
+
def TrafficType(self, TrafficType):
|
3138
|
+
self._TrafficType = TrafficType
|
3139
|
+
|
3096
3140
|
|
3097
3141
|
def _deserialize(self, params):
|
3098
3142
|
self._ServerName = params.get("ServerName")
|
@@ -3103,6 +3147,7 @@ class ServerBaseInfo(AbstractModel):
|
|
3103
3147
|
self._AccessTypes = params.get("AccessTypes")
|
3104
3148
|
self._CustomDomainNames = params.get("CustomDomainNames")
|
3105
3149
|
self._ServerType = params.get("ServerType")
|
3150
|
+
self._TrafficType = params.get("TrafficType")
|
3106
3151
|
memeber_set = set(params.keys())
|
3107
3152
|
for name, value in vars(self).items():
|
3108
3153
|
property_name = name[1:]
|