tencentcloud-sdk-iss 3.0.885 → 3.0.887

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230517/models.rb +35 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0e7b4d4ed5fe9b5fd7534532ab8e542d96caad5
4
- data.tar.gz: 7cc82d3da50f98dc701cedee67aa25fc4c625a69
3
+ metadata.gz: 715a03b25f08a2d132c8e0db5ff1542ff8d764af
4
+ data.tar.gz: 1555cd85c0d467536409078f8bf1f0c15c814865
5
5
  SHA512:
6
- metadata.gz: 116cf9a3feed71ca731a67178504a7d948040afdf281b60935617c77ef97623b4a0272f481df4826a290a8775ee2ea58a2f16cc6121220bbf20fd7948281d8f2
7
- data.tar.gz: d69e03255d26db964f856b2a4ebd527146f6438f0b08eb954a4a4cae340f8f0606e1df22ecfb4f4d37cdab451bf77c1c2f4b34dcfbc29d0f1fbdf0ae42cd29f6
6
+ metadata.gz: 5fc635bbe5381e14e9c139f1a7c8a71f86085fbbfb7b200144edb2ca0d3375a7ad912d0ae748534ee909eb810ec5c7fa2f8210d9f52e8f051770cd8587af2215
7
+ data.tar.gz: 061b2a8228541197048456cb90b451f7e11303ff70296699722ec4bd145345add03ba7362d465793b4af58d73b41ff8b49a9ee14a2a64394d9efe67f9453dd1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.885
1
+ 3.0.887
@@ -1167,10 +1167,14 @@ module TencentCloud
1167
1167
  # @type Username: String
1168
1168
  # @param SNCode: 设备 SN,仅IVCP 协议设备需要
1169
1169
  # @type SNCode: String
1170
+ # @param AppName: RTMP推流地址自定义AppName(仅RTMP需要,支持英文、数字组合限制32个字符内)
1171
+ # @type AppName: String
1172
+ # @param StreamName: RTMP推流地址自定义StreamName(仅RTMP需要,支持英文、数字组合限制32个字符内)
1173
+ # @type StreamName: String
1170
1174
 
1171
- attr_accessor :Name, :AccessProtocol, :Type, :OrganizationId, :ClusterId, :TransportProtocol, :Password, :Description, :GatewayId, :ProtocolType, :Ip, :Port, :Username, :SNCode
1175
+ attr_accessor :Name, :AccessProtocol, :Type, :OrganizationId, :ClusterId, :TransportProtocol, :Password, :Description, :GatewayId, :ProtocolType, :Ip, :Port, :Username, :SNCode, :AppName, :StreamName
1172
1176
 
1173
- def initialize(name=nil, accessprotocol=nil, type=nil, organizationid=nil, clusterid=nil, transportprotocol=nil, password=nil, description=nil, gatewayid=nil, protocoltype=nil, ip=nil, port=nil, username=nil, sncode=nil)
1177
+ def initialize(name=nil, accessprotocol=nil, type=nil, organizationid=nil, clusterid=nil, transportprotocol=nil, password=nil, description=nil, gatewayid=nil, protocoltype=nil, ip=nil, port=nil, username=nil, sncode=nil, appname=nil, streamname=nil)
1174
1178
  @Name = name
1175
1179
  @AccessProtocol = accessprotocol
1176
1180
  @Type = type
@@ -1185,6 +1189,8 @@ module TencentCloud
1185
1189
  @Port = port
1186
1190
  @Username = username
1187
1191
  @SNCode = sncode
1192
+ @AppName = appname
1193
+ @StreamName = streamname
1188
1194
  end
1189
1195
 
1190
1196
  def deserialize(params)
@@ -1202,6 +1208,8 @@ module TencentCloud
1202
1208
  @Port = params['Port']
1203
1209
  @Username = params['Username']
1204
1210
  @SNCode = params['SNCode']
1211
+ @AppName = params['AppName']
1212
+ @StreamName = params['StreamName']
1205
1213
  end
1206
1214
  end
1207
1215
 
@@ -2277,15 +2285,19 @@ module TencentCloud
2277
2285
  class DescribeCNAMERequest < TencentCloud::Common::AbstractModel
2278
2286
  # @param ClusterId: 服务节点 ID(从查询域名可绑定服务节点接口DescribeDomainRegion中获取)
2279
2287
  # @type ClusterId: String
2288
+ # @param DomainType: 域名类型,0:拉流域名 1:推流域名
2289
+ # @type DomainType: Integer
2280
2290
 
2281
- attr_accessor :ClusterId
2291
+ attr_accessor :ClusterId, :DomainType
2282
2292
 
2283
- def initialize(clusterid=nil)
2293
+ def initialize(clusterid=nil, domaintype=nil)
2284
2294
  @ClusterId = clusterid
2295
+ @DomainType = domaintype
2285
2296
  end
2286
2297
 
2287
2298
  def deserialize(params)
2288
2299
  @ClusterId = params['ClusterId']
2300
+ @DomainType = params['DomainType']
2289
2301
  end
2290
2302
  end
2291
2303
 
@@ -2501,10 +2513,16 @@ module TencentCloud
2501
2513
  # @param SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
2502
2514
  # 注意:此字段可能返回 null,表示取不到有效值。
2503
2515
  # @type SubscribeSwitch: Integer
2516
+ # @param AppName: RTMP推流地址自定义appName
2517
+ # 注意:此字段可能返回 null,表示取不到有效值。
2518
+ # @type AppName: String
2519
+ # @param StreamName: RTMP推流地址自定义streamName
2520
+ # 注意:此字段可能返回 null,表示取不到有效值。
2521
+ # @type StreamName: String
2504
2522
 
2505
- attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch
2523
+ attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch, :AppName, :StreamName
2506
2524
 
2507
- def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil, audioswitch=nil, subscribeswitch=nil)
2525
+ def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil, audioswitch=nil, subscribeswitch=nil, appname=nil, streamname=nil)
2508
2526
  @DeviceId = deviceid
2509
2527
  @Code = code
2510
2528
  @Name = name
@@ -2533,6 +2551,8 @@ module TencentCloud
2533
2551
  @Manufacturer = manufacturer
2534
2552
  @AudioSwitch = audioswitch
2535
2553
  @SubscribeSwitch = subscribeswitch
2554
+ @AppName = appname
2555
+ @StreamName = streamname
2536
2556
  end
2537
2557
 
2538
2558
  def deserialize(params)
@@ -2564,6 +2584,8 @@ module TencentCloud
2564
2584
  @Manufacturer = params['Manufacturer']
2565
2585
  @AudioSwitch = params['AudioSwitch']
2566
2586
  @SubscribeSwitch = params['SubscribeSwitch']
2587
+ @AppName = params['AppName']
2588
+ @StreamName = params['StreamName']
2567
2589
  end
2568
2590
  end
2569
2591
 
@@ -2723,10 +2745,13 @@ module TencentCloud
2723
2745
  # @param CertId: 证书ID
2724
2746
  # 注意:此字段可能返回 null,表示取不到有效值。
2725
2747
  # @type CertId: String
2748
+ # @param DomainType: 域名类型 0:拉流域名 1:推流域名
2749
+ # 注意:此字段可能返回 null,表示取不到有效值。
2750
+ # @type DomainType: Integer
2726
2751
 
2727
- attr_accessor :Id, :PlayDomain, :InternalDomain, :HaveCert, :ClusterId, :ClusterName, :AppId, :CertId
2752
+ attr_accessor :Id, :PlayDomain, :InternalDomain, :HaveCert, :ClusterId, :ClusterName, :AppId, :CertId, :DomainType
2728
2753
 
2729
- def initialize(id=nil, playdomain=nil, internaldomain=nil, havecert=nil, clusterid=nil, clustername=nil, appid=nil, certid=nil)
2754
+ def initialize(id=nil, playdomain=nil, internaldomain=nil, havecert=nil, clusterid=nil, clustername=nil, appid=nil, certid=nil, domaintype=nil)
2730
2755
  @Id = id
2731
2756
  @PlayDomain = playdomain
2732
2757
  @InternalDomain = internaldomain
@@ -2735,6 +2760,7 @@ module TencentCloud
2735
2760
  @ClusterName = clustername
2736
2761
  @AppId = appid
2737
2762
  @CertId = certid
2763
+ @DomainType = domaintype
2738
2764
  end
2739
2765
 
2740
2766
  def deserialize(params)
@@ -2746,6 +2772,7 @@ module TencentCloud
2746
2772
  @ClusterName = params['ClusterName']
2747
2773
  @AppId = params['AppId']
2748
2774
  @CertId = params['CertId']
2775
+ @DomainType = params['DomainType']
2749
2776
  end
2750
2777
  end
2751
2778
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.885
4
+ version: 3.0.887
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-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common