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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230418/models.rb +10 -6
- 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: ec0bbc8cca3b949cffec1a3a9957094f43bfad58
|
4
|
+
data.tar.gz: a4d556f3de5b3d7b62a40d03e7c2064a37bbbed4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b5f0c13ca4586e9342fdf06868738f3c2ddc755550b2252a092a08c702ca7057b2fb854cebeb0b0afc1425e6b1bff61fe1ef6aba69bef72b9ed8d221f83534a
|
7
|
+
data.tar.gz: 278f1c6e24db8ceff745f2062a62503db0606e7b04d378597e49d3cafbb41578fc6e94841bc7c15cca07295183b3fd3927ed60ef0a5c7aa48c3a112b315c9560
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1034
|
data/lib/v20230418/models.rb
CHANGED
@@ -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,
|
78
|
-
deprecate :LoginAccount=, :none, 2025,
|
79
|
-
deprecate :LoginPassword, :none, 2025,
|
80
|
-
deprecate :LoginPassword=, :none, 2025,
|
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.
|
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-
|
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
|