tencentcloud-sdk-iss 3.0.685 → 3.0.687

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9104e388d6b5942abf467647892762146745abba
4
- data.tar.gz: 441ba5a212f45e88b5c89585722b9809eb951611
3
+ metadata.gz: 4cfb614e8381e46e51f03aaf64d2a282da5c1afa
4
+ data.tar.gz: e125bfe3d171efa3d72e1dca75fbb9afad170b17
5
5
  SHA512:
6
- metadata.gz: 901513292c4e33728d9436de62d9f0e770c141111e4ec32ccfbf5e16fa1e78593828033dec68c984f313c60736d1a3c9518c4cb19a05eefb16bb28d928d277b9
7
- data.tar.gz: 9ed1aff012656b6a35a399936ba157605b89dc5cc3b948bb98c35ba4c953bd163f92aab862f442027b4714331389619e9bcb3d09e76c1305a9ea2e502aec44b0
6
+ metadata.gz: 08e6f809c33892a6ae626a2daa76dff775bbe56de0ae14c392b5f449ea01cd16e442c4518de85fa576f02efd3d762ea866da2dd3ec5f22e5e43a124cfca340fb
7
+ data.tar.gz: 8c1e0b5d2b88025e2a67c6ea0c17b48d69130c50e9bf140d76b259f06d3a1e8747f27705aa35ee25a38a3ff7e08e60c2841b3dc73066f8f1aed94d909e65d636
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.685
1
+ 3.0.687
@@ -6499,7 +6499,7 @@ module TencentCloud
6499
6499
  # @param DeviceId: 设备ID
6500
6500
  # 注意:此字段可能返回 null,表示取不到有效值。
6501
6501
  # @type DeviceId: String
6502
- # @param Code: 设备编码(即我们为设备生成的20位国标编码)
6502
+ # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
6503
6503
  # 注意:此字段可能返回 null,表示取不到有效值。
6504
6504
  # @type Code: String
6505
6505
  # @param Name: 设备名称
@@ -7360,10 +7360,12 @@ module TencentCloud
7360
7360
  # @type Port: Integer
7361
7361
  # @param Username: 设备用户名(仅网关接入支持)
7362
7362
  # @type Username: String
7363
+ # @param ProtocolType: 网关设备接入协议(仅网关接入支持)
7364
+ # @type ProtocolType: Integer
7363
7365
 
7364
- attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username
7366
+ attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType
7365
7367
 
7366
- def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil)
7368
+ def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil)
7367
7369
  @DeviceId = deviceid
7368
7370
  @Name = name
7369
7371
  @TransportProtocol = transportprotocol
@@ -7372,6 +7374,7 @@ module TencentCloud
7372
7374
  @Ip = ip
7373
7375
  @Port = port
7374
7376
  @Username = username
7377
+ @ProtocolType = protocoltype
7375
7378
  end
7376
7379
 
7377
7380
  def deserialize(params)
@@ -7383,6 +7386,7 @@ module TencentCloud
7383
7386
  @Ip = params['Ip']
7384
7387
  @Port = params['Port']
7385
7388
  @Username = params['Username']
7389
+ @ProtocolType = params['ProtocolType']
7386
7390
  end
7387
7391
  end
7388
7392
 
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.685
4
+ version: 3.0.687
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-10-26 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common