tencentcloud-sdk-bh 3.0.1074 → 3.0.1075

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 +12 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35e486922b4669fb005b27d293a628bed0891e19
4
- data.tar.gz: 4bff091896714f42bf75f669415319299fcb752f
3
+ metadata.gz: 34f128274afc71f1686246288d028a1858103c63
4
+ data.tar.gz: cfde8925eb218bd438502723c7fea6a53ac9a2a3
5
5
  SHA512:
6
- metadata.gz: 663b1ce67da7d970a8fe2664381aa3583706fcade9b10f3d0b012ec871aa7b58f6d9d6fe6c3af894624cbef4a61b40d2fae4602f5fbb280382534f3390e41f5c
7
- data.tar.gz: ba3be018c7d7601a7cc4f9bb628bbc53319dd71d705227fa1cc28f7fe80c8c407deed0591eb15ba4d7f2366f376e8ed05521de6a8497b4483161d9e7186496f9
6
+ metadata.gz: 01dec0815282c3940b107feb1f821a0e43a9ca7b966ab662d58fc291e5176920d9c9cd1cbbaa2786d842a7e64a2611dfbba044232b9ca4702df72a1ec19e1a60
7
+ data.tar.gz: 4f1b0f5a6d0aab9af2632e151b9a54fae10cdcd54e12ab58dd6ed08ba019a93918b6f6cbe8d4ab426da3eef0be1860b307ad54d8ff4b476a6cfcb0bfbd66df8b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1075
@@ -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, 5
78
- deprecate :LoginAccount=, :none, 2025, 5
79
- deprecate :LoginPassword, :none, 2025, 5
80
- deprecate :LoginPassword=, :none, 2025, 5
77
+ deprecate :LoginAccount, :none, 2025, 6
78
+ deprecate :LoginAccount=, :none, 2025, 6
79
+ deprecate :LoginPassword, :none, 2025, 6
80
+ deprecate :LoginPassword=, :none, 2025, 6
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
@@ -4454,8 +4454,8 @@ module TencentCloud
4454
4454
 
4455
4455
  attr_accessor :ResourceId, :Status, :ResourceEdition, :ResourceNode, :AutoRenewFlag, :PackageBandwidth, :PackageNode, :LogDelivery
4456
4456
  extend Gem::Deprecate
4457
- deprecate :Status, :none, 2025, 5
4458
- deprecate :Status=, :none, 2025, 5
4457
+ deprecate :Status, :none, 2025, 6
4458
+ deprecate :Status=, :none, 2025, 6
4459
4459
 
4460
4460
  def initialize(resourceid=nil, status=nil, resourceedition=nil, resourcenode=nil, autorenewflag=nil, packagebandwidth=nil, packagenode=nil, logdelivery=nil)
4461
4461
  @ResourceId = resourceid
@@ -5893,10 +5893,12 @@ module TencentCloud
5893
5893
  # @type AppAssetKindSet: Array
5894
5894
  # @param AppAssetUrl: 应用资产Url
5895
5895
  # @type AppAssetUrl: String
5896
+ # @param DeviceKind: 资产类型
5897
+ # @type DeviceKind: String
5896
5898
 
5897
- attr_accessor :PrivateIp, :PublicIp, :UserName, :Account, :FromIp, :StartTime, :EndTime, :Kind, :Offset, :Limit, :RealName, :DeviceName, :Status, :Id, :AppAssetKindSet, :AppAssetUrl
5899
+ attr_accessor :PrivateIp, :PublicIp, :UserName, :Account, :FromIp, :StartTime, :EndTime, :Kind, :Offset, :Limit, :RealName, :DeviceName, :Status, :Id, :AppAssetKindSet, :AppAssetUrl, :DeviceKind
5898
5900
 
5899
- def initialize(privateip=nil, publicip=nil, username=nil, account=nil, fromip=nil, starttime=nil, endtime=nil, kind=nil, offset=nil, limit=nil, realname=nil, devicename=nil, status=nil, id=nil, appassetkindset=nil, appasseturl=nil)
5901
+ def initialize(privateip=nil, publicip=nil, username=nil, account=nil, fromip=nil, starttime=nil, endtime=nil, kind=nil, offset=nil, limit=nil, realname=nil, devicename=nil, status=nil, id=nil, appassetkindset=nil, appasseturl=nil, devicekind=nil)
5900
5902
  @PrivateIp = privateip
5901
5903
  @PublicIp = publicip
5902
5904
  @UserName = username
@@ -5913,6 +5915,7 @@ module TencentCloud
5913
5915
  @Id = id
5914
5916
  @AppAssetKindSet = appassetkindset
5915
5917
  @AppAssetUrl = appasseturl
5918
+ @DeviceKind = devicekind
5916
5919
  end
5917
5920
 
5918
5921
  def deserialize(params)
@@ -5932,6 +5935,7 @@ module TencentCloud
5932
5935
  @Id = params['Id']
5933
5936
  @AppAssetKindSet = params['AppAssetKindSet']
5934
5937
  @AppAssetUrl = params['AppAssetUrl']
5938
+ @DeviceKind = params['DeviceKind']
5935
5939
  end
5936
5940
  end
5937
5941
 
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.1074
4
+ version: 3.0.1075
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common