tencentcloud-sdk-mps 3.0.971 → 3.0.972
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 396b0f86e972d4d196260d3957f8225bd6514080
|
|
4
|
+
data.tar.gz: eb6f453bb5bcf6a925c2853399aa564787ec3bc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2439fb2d377f9dbcd879d1617e27dfe24626717d21af4ee6e02d5f47f544c4b0e0ad1d35961c151541cd5f12f2e3a0b997dfc384d9d545e0767cfde5a998d422
|
|
7
|
+
data.tar.gz: dae043577c60ac5df2d45671115de7e9a4d9563144b944a675eeb5090ca059e6019332fabcc3ea89fac14124c4cce12fee7acc603908ac7ae45c97e9830599fc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.972
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -16844,10 +16844,12 @@ module TencentCloud
|
|
|
16844
16844
|
# @type Zones: Array
|
|
16845
16845
|
# @param RISTSettings: 转推RIST的配置。
|
|
16846
16846
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
|
|
16847
|
+
# @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
|
|
16848
|
+
# @type OutputType: String
|
|
16847
16849
|
|
|
16848
|
-
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings
|
|
16850
|
+
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType
|
|
16849
16851
|
|
|
16850
|
-
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
|
|
16852
|
+
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil)
|
|
16851
16853
|
@OutputId = outputid
|
|
16852
16854
|
@OutputName = outputname
|
|
16853
16855
|
@Description = description
|
|
@@ -16860,6 +16862,7 @@ module TencentCloud
|
|
|
16860
16862
|
@SecurityGroupIds = securitygroupids
|
|
16861
16863
|
@Zones = zones
|
|
16862
16864
|
@RISTSettings = ristsettings
|
|
16865
|
+
@OutputType = outputtype
|
|
16863
16866
|
end
|
|
16864
16867
|
|
|
16865
16868
|
def deserialize(params)
|
|
@@ -16887,6 +16890,7 @@ module TencentCloud
|
|
|
16887
16890
|
@RISTSettings = CreateOutputRistSettings.new
|
|
16888
16891
|
@RISTSettings.deserialize(params['RISTSettings'])
|
|
16889
16892
|
end
|
|
16893
|
+
@OutputType = params['OutputType']
|
|
16890
16894
|
end
|
|
16891
16895
|
end
|
|
16892
16896
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.972
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|