tencentcloud-sdk-mps 3.0.669 → 3.0.670
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 +42 -12
- 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: 837846ab3bc1d3d8eaf365a6e79c87fc39097974
|
4
|
+
data.tar.gz: 8e6703b2140dfc3b026254fd6e9ac8344def717e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95b6fb4ad0e1d45cc800ed3bc3892b343a550160d78e6617b2edce9335ee562e153b2915a4497bd4ee8b097dc97081392cbacdaf3702d9a5d821d44421de2028
|
7
|
+
data.tar.gz: 8326d0ba161b71382c0db3fa489198e390f96bf5829109b3b1d947b533f9aff88f98df05e4f51f6fe475a6f7855a5af842e92f1c764d07051ca854a0e43a1567
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.670
|
data/lib/v20190612/models.rb
CHANGED
@@ -5639,10 +5639,12 @@ module TencentCloud
|
|
5639
5639
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputHLSPullSettings`
|
5640
5640
|
# @param ResilientStream: 延播平滑吐流配置信息。
|
5641
5641
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
5642
|
+
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
5643
|
+
# @type SecurityGroupIds: Array
|
5642
5644
|
|
5643
|
-
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
5645
|
+
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
5644
5646
|
|
5645
|
-
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
5647
|
+
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
5646
5648
|
@InputName = inputname
|
5647
5649
|
@Protocol = protocol
|
5648
5650
|
@Description = description
|
@@ -5654,6 +5656,7 @@ module TencentCloud
|
|
5654
5656
|
@RTSPPullSettings = rtsppullsettings
|
5655
5657
|
@HLSPullSettings = hlspullsettings
|
5656
5658
|
@ResilientStream = resilientstream
|
5659
|
+
@SecurityGroupIds = securitygroupids
|
5657
5660
|
end
|
5658
5661
|
|
5659
5662
|
def deserialize(params)
|
@@ -5686,6 +5689,7 @@ module TencentCloud
|
|
5686
5689
|
@ResilientStream = ResilientStreamConf.new
|
5687
5690
|
@ResilientStream.deserialize(params['ResilientStream'])
|
5688
5691
|
end
|
5692
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
5689
5693
|
end
|
5690
5694
|
end
|
5691
5695
|
|
@@ -5854,10 +5858,12 @@ module TencentCloud
|
|
5854
5858
|
# @type AllowIpList: Array
|
5855
5859
|
# @param MaxConcurrent: 最大拉流并发数,最大4,默认4。
|
5856
5860
|
# @type MaxConcurrent: Integer
|
5861
|
+
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
5862
|
+
# @type SecurityGroupIds: Array
|
5857
5863
|
|
5858
|
-
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent
|
5864
|
+
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds
|
5859
5865
|
|
5860
|
-
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil)
|
5866
|
+
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil)
|
5861
5867
|
@OutputName = outputname
|
5862
5868
|
@Description = description
|
5863
5869
|
@Protocol = protocol
|
@@ -5867,6 +5873,7 @@ module TencentCloud
|
|
5867
5873
|
@RTPSettings = rtpsettings
|
5868
5874
|
@AllowIpList = allowiplist
|
5869
5875
|
@MaxConcurrent = maxconcurrent
|
5876
|
+
@SecurityGroupIds = securitygroupids
|
5870
5877
|
end
|
5871
5878
|
|
5872
5879
|
def deserialize(params)
|
@@ -5888,6 +5895,7 @@ module TencentCloud
|
|
5888
5895
|
end
|
5889
5896
|
@AllowIpList = params['AllowIpList']
|
5890
5897
|
@MaxConcurrent = params['MaxConcurrent']
|
5898
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
5891
5899
|
end
|
5892
5900
|
end
|
5893
5901
|
|
@@ -7996,10 +8004,13 @@ module TencentCloud
|
|
7996
8004
|
# @param ResilientStream: 延播平滑吐流配置信息。
|
7997
8005
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7998
8006
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
8007
|
+
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
8008
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8009
|
+
# @type SecurityGroupIds: Array
|
7999
8010
|
|
8000
|
-
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
8011
|
+
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
8001
8012
|
|
8002
|
-
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
8013
|
+
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
8003
8014
|
@InputId = inputid
|
8004
8015
|
@InputName = inputname
|
8005
8016
|
@Description = description
|
@@ -8015,6 +8026,7 @@ module TencentCloud
|
|
8015
8026
|
@RTSPPullSettings = rtsppullsettings
|
8016
8027
|
@HLSPullSettings = hlspullsettings
|
8017
8028
|
@ResilientStream = resilientstream
|
8029
|
+
@SecurityGroupIds = securitygroupids
|
8018
8030
|
end
|
8019
8031
|
|
8020
8032
|
def deserialize(params)
|
@@ -8061,6 +8073,7 @@ module TencentCloud
|
|
8061
8073
|
@ResilientStream = ResilientStreamConf.new
|
8062
8074
|
@ResilientStream.deserialize(params['ResilientStream'])
|
8063
8075
|
end
|
8076
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
8064
8077
|
end
|
8065
8078
|
end
|
8066
8079
|
|
@@ -8316,10 +8329,13 @@ module TencentCloud
|
|
8316
8329
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.DescribeOutputHLSPullSettings`
|
8317
8330
|
# @param MaxConcurrent: 最大拉流并发数,最大为4,默认4。
|
8318
8331
|
# @type MaxConcurrent: Integer
|
8332
|
+
# @param SecurityGroupIds: 绑定的安全组 ID。
|
8333
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8334
|
+
# @type SecurityGroupIds: Array
|
8319
8335
|
|
8320
|
-
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent
|
8336
|
+
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds
|
8321
8337
|
|
8322
|
-
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil)
|
8338
|
+
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil)
|
8323
8339
|
@OutputId = outputid
|
8324
8340
|
@OutputName = outputname
|
8325
8341
|
@OutputType = outputtype
|
@@ -8335,6 +8351,7 @@ module TencentCloud
|
|
8335
8351
|
@RTSPPullSettings = rtsppullsettings
|
8336
8352
|
@HLSPullSettings = hlspullsettings
|
8337
8353
|
@MaxConcurrent = maxconcurrent
|
8354
|
+
@SecurityGroupIds = securitygroupids
|
8338
8355
|
end
|
8339
8356
|
|
8340
8357
|
def deserialize(params)
|
@@ -8378,6 +8395,7 @@ module TencentCloud
|
|
8378
8395
|
@HLSPullSettings.deserialize(params['HLSPullSettings'])
|
8379
8396
|
end
|
8380
8397
|
@MaxConcurrent = params['MaxConcurrent']
|
8398
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
8381
8399
|
end
|
8382
8400
|
end
|
8383
8401
|
|
@@ -14650,10 +14668,12 @@ module TencentCloud
|
|
14650
14668
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputHLSPullSettings`
|
14651
14669
|
# @param ResilientStream: 延播平滑吐流配置信息。
|
14652
14670
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
14671
|
+
# @param SecurityGroupIds: 绑定的输入安全组 ID。 仅支持关联一组安全组。
|
14672
|
+
# @type SecurityGroupIds: Array
|
14653
14673
|
|
14654
|
-
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
14674
|
+
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
14655
14675
|
|
14656
|
-
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
14676
|
+
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
14657
14677
|
@InputId = inputid
|
14658
14678
|
@InputName = inputname
|
14659
14679
|
@Description = description
|
@@ -14666,6 +14686,7 @@ module TencentCloud
|
|
14666
14686
|
@RTSPPullSettings = rtsppullsettings
|
14667
14687
|
@HLSPullSettings = hlspullsettings
|
14668
14688
|
@ResilientStream = resilientstream
|
14689
|
+
@SecurityGroupIds = securitygroupids
|
14669
14690
|
end
|
14670
14691
|
|
14671
14692
|
def deserialize(params)
|
@@ -14699,6 +14720,7 @@ module TencentCloud
|
|
14699
14720
|
@ResilientStream = ResilientStreamConf.new
|
14700
14721
|
@ResilientStream.deserialize(params['ResilientStream'])
|
14701
14722
|
end
|
14723
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
14702
14724
|
end
|
14703
14725
|
end
|
14704
14726
|
|
@@ -14723,10 +14745,12 @@ module TencentCloud
|
|
14723
14745
|
# @type AllowIpList: Array
|
14724
14746
|
# @param MaxConcurrent: 最大拉流并发数,最大4,默认4。
|
14725
14747
|
# @type MaxConcurrent: Integer
|
14748
|
+
# @param SecurityGroupIds: 绑定的安全组 ID。 仅支持关联一组安全组。
|
14749
|
+
# @type SecurityGroupIds: Array
|
14726
14750
|
|
14727
|
-
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent
|
14751
|
+
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds
|
14728
14752
|
|
14729
|
-
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil)
|
14753
|
+
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil)
|
14730
14754
|
@OutputId = outputid
|
14731
14755
|
@OutputName = outputname
|
14732
14756
|
@Description = description
|
@@ -14736,6 +14760,7 @@ module TencentCloud
|
|
14736
14760
|
@RTMPSettings = rtmpsettings
|
14737
14761
|
@AllowIpList = allowiplist
|
14738
14762
|
@MaxConcurrent = maxconcurrent
|
14763
|
+
@SecurityGroupIds = securitygroupids
|
14739
14764
|
end
|
14740
14765
|
|
14741
14766
|
def deserialize(params)
|
@@ -14757,6 +14782,7 @@ module TencentCloud
|
|
14757
14782
|
end
|
14758
14783
|
@AllowIpList = params['AllowIpList']
|
14759
14784
|
@MaxConcurrent = params['MaxConcurrent']
|
14785
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
14760
14786
|
end
|
14761
14787
|
end
|
14762
14788
|
|
@@ -15659,8 +15685,10 @@ module TencentCloud
|
|
15659
15685
|
# SRT输出的监听地址。
|
15660
15686
|
class OutputSRTSourceAddressResp < TencentCloud::Common::AbstractModel
|
15661
15687
|
# @param Ip: 监听IP。
|
15688
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15662
15689
|
# @type Ip: String
|
15663
15690
|
# @param Port: 监听端口。
|
15691
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15664
15692
|
# @type Port: Integer
|
15665
15693
|
|
15666
15694
|
attr_accessor :Ip, :Port
|
@@ -17418,8 +17446,10 @@ module TencentCloud
|
|
17418
17446
|
# SRT输入源地址。
|
17419
17447
|
class SRTSourceAddressResp < TencentCloud::Common::AbstractModel
|
17420
17448
|
# @param Ip: 对端IP。
|
17449
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17421
17450
|
# @type Ip: String
|
17422
17451
|
# @param Port: 对端端口。
|
17452
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17423
17453
|
# @type Port: Integer
|
17424
17454
|
|
17425
17455
|
attr_accessor :Ip, :Port
|
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.670
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|