tencentcloud-sdk-bh 3.0.1033 → 3.0.1034

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230418/models.rb +10 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea69a90c4a02b888c30f34c6da29be5fc4188353
4
- data.tar.gz: 3ffc767efdb87c659b83699a729037dc673cd4fb
3
+ metadata.gz: ec0bbc8cca3b949cffec1a3a9957094f43bfad58
4
+ data.tar.gz: a4d556f3de5b3d7b62a40d03e7c2064a37bbbed4
5
5
  SHA512:
6
- metadata.gz: 1367ffc2e96e4a1f8d19832970e35946bbce03e49f68db3ef3e585b54177cf98a4e378c61f9548c22e51536e7ced71209975318306070a6d4850b3cdec92e723
7
- data.tar.gz: 74dc4ae953e6fe14a859d5978703b004c5313d85c0a8bd676066c65b12fc6e86f0a827e8573ba28e3cabb53f119a861c2d9f995a7e16a271b2a689a4963ba028
6
+ metadata.gz: 8b5f0c13ca4586e9342fdf06868738f3c2ddc755550b2252a092a08c702ca7057b2fb854cebeb0b0afc1425e6b1bff61fe1ef6aba69bef72b9ed8d221f83534a
7
+ data.tar.gz: 278f1c6e24db8ceff745f2062a62503db0606e7b04d378597e49d3cafbb41578fc6e94841bc7c15cca07295183b3fd3927ed60ef0a5c7aa48c3a112b315c9560
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1033
1
+ 3.0.1034
@@ -74,10 +74,10 @@ module TencentCloud
74
74
 
75
75
  attr_accessor :Account, :LoginAccount, :LoginPassword, :DeviceId, :InstanceId, :Password, :PrivateKey, :PrivateKeyPassword, :Exe, :Drivers, :Width, :Height, :IntranetAccess, :AutoManageAccessCredential
76
76
  extend Gem::Deprecate
77
- deprecate :LoginAccount, :none, 2025, 3
78
- deprecate :LoginAccount=, :none, 2025, 3
79
- deprecate :LoginPassword, :none, 2025, 3
80
- deprecate :LoginPassword=, :none, 2025, 3
77
+ deprecate :LoginAccount, :none, 2025, 4
78
+ deprecate :LoginAccount=, :none, 2025, 4
79
+ deprecate :LoginPassword, :none, 2025, 4
80
+ deprecate :LoginPassword=, :none, 2025, 4
81
81
 
82
82
  def initialize(account=nil, loginaccount=nil, loginpassword=nil, deviceid=nil, instanceid=nil, password=nil, privatekey=nil, privatekeypassword=nil, exe=nil, drivers=nil, width=nil, height=nil, intranetaccess=nil, automanageaccesscredential=nil)
83
83
  @Account = account
@@ -5310,10 +5310,12 @@ module TencentCloud
5310
5310
  # @type AppAssetKind: Integer
5311
5311
  # @param AppAssetUrl: 应用资产url
5312
5312
  # @type AppAssetUrl: String
5313
+ # @param ReplayType: 回放类型 默认0, 1-rfb 2-mp4 3-ssh
5314
+ # @type ReplayType: Integer
5313
5315
 
5314
- attr_accessor :UserName, :RealName, :Account, :StartTime, :EndTime, :Size, :InstanceId, :DeviceName, :PrivateIp, :PublicIp, :FromIp, :Duration, :Count, :DangerCount, :Status, :Id, :ApCode, :Protocol, :AppAssetKind, :AppAssetUrl
5316
+ attr_accessor :UserName, :RealName, :Account, :StartTime, :EndTime, :Size, :InstanceId, :DeviceName, :PrivateIp, :PublicIp, :FromIp, :Duration, :Count, :DangerCount, :Status, :Id, :ApCode, :Protocol, :AppAssetKind, :AppAssetUrl, :ReplayType
5315
5317
 
5316
- def initialize(username=nil, realname=nil, account=nil, starttime=nil, endtime=nil, size=nil, instanceid=nil, devicename=nil, privateip=nil, publicip=nil, fromip=nil, duration=nil, count=nil, dangercount=nil, status=nil, id=nil, apcode=nil, protocol=nil, appassetkind=nil, appasseturl=nil)
5318
+ def initialize(username=nil, realname=nil, account=nil, starttime=nil, endtime=nil, size=nil, instanceid=nil, devicename=nil, privateip=nil, publicip=nil, fromip=nil, duration=nil, count=nil, dangercount=nil, status=nil, id=nil, apcode=nil, protocol=nil, appassetkind=nil, appasseturl=nil, replaytype=nil)
5317
5319
  @UserName = username
5318
5320
  @RealName = realname
5319
5321
  @Account = account
@@ -5334,6 +5336,7 @@ module TencentCloud
5334
5336
  @Protocol = protocol
5335
5337
  @AppAssetKind = appassetkind
5336
5338
  @AppAssetUrl = appasseturl
5339
+ @ReplayType = replaytype
5337
5340
  end
5338
5341
 
5339
5342
  def deserialize(params)
@@ -5357,6 +5360,7 @@ module TencentCloud
5357
5360
  @Protocol = params['Protocol']
5358
5361
  @AppAssetKind = params['AppAssetKind']
5359
5362
  @AppAssetUrl = params['AppAssetUrl']
5363
+ @ReplayType = params['ReplayType']
5360
5364
  end
5361
5365
  end
5362
5366
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bh
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1033
4
+ version: 3.0.1034
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-02 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common