tencentcloud-sdk-bh 3.0.1074 → 3.0.1088

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 +18 -10
  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: 1b49c147bcb41f88238a58efd3a504fe3032a1a7
4
+ data.tar.gz: a82dece082e019107089e70945e5b9e52e5c5db9
5
5
  SHA512:
6
- metadata.gz: 663b1ce67da7d970a8fe2664381aa3583706fcade9b10f3d0b012ec871aa7b58f6d9d6fe6c3af894624cbef4a61b40d2fae4602f5fbb280382534f3390e41f5c
7
- data.tar.gz: ba3be018c7d7601a7cc4f9bb628bbc53319dd71d705227fa1cc28f7fe80c8c407deed0591eb15ba4d7f2366f376e8ed05521de6a8497b4483161d9e7186496f9
6
+ metadata.gz: 8a6dc2e5fdac671d7b14032cb8d8419647b80889c9b2eb22753e63c8d011169ea02b26ffc90b6f066239843afab9e5766382bf54cf301b50297b57bf67b6e191
7
+ data.tar.gz: c06ccb7bbb01d138a48814c0f8e9f403e2908eca1606d1ad49d2dcb5c40dd8ef8ae23d288beb419fa6c99e3bac5199192752488dcf0bb3db7563dcd4ef07100a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1088
@@ -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
@@ -803,10 +803,12 @@ module TencentCloud
803
803
  # @type FirstTime: String
804
804
  # @param NextTime: 下次执行时间
805
805
  # @type NextTime: String
806
+ # @param LastTime: 上次执行时间
807
+ # @type LastTime: String
806
808
 
807
- attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime
809
+ attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime, :LastTime
808
810
 
809
- def initialize(id=nil, operationid=nil, taskname=nil, department=nil, changemethod=nil, runaccount=nil, authgenerationstrategy=nil, passwordlength=nil, smallletter=nil, bigletter=nil, digit=nil, symbol=nil, completenotify=nil, notifyemails=nil, filepassword=nil, accountset=nil, deviceset=nil, type=nil, period=nil, firsttime=nil, nexttime=nil)
811
+ def initialize(id=nil, operationid=nil, taskname=nil, department=nil, changemethod=nil, runaccount=nil, authgenerationstrategy=nil, passwordlength=nil, smallletter=nil, bigletter=nil, digit=nil, symbol=nil, completenotify=nil, notifyemails=nil, filepassword=nil, accountset=nil, deviceset=nil, type=nil, period=nil, firsttime=nil, nexttime=nil, lasttime=nil)
810
812
  @Id = id
811
813
  @OperationId = operationid
812
814
  @TaskName = taskname
@@ -828,6 +830,7 @@ module TencentCloud
828
830
  @Period = period
829
831
  @FirstTime = firsttime
830
832
  @NextTime = nexttime
833
+ @LastTime = lasttime
831
834
  end
832
835
 
833
836
  def deserialize(params)
@@ -862,6 +865,7 @@ module TencentCloud
862
865
  @Period = params['Period']
863
866
  @FirstTime = params['FirstTime']
864
867
  @NextTime = params['NextTime']
868
+ @LastTime = params['LastTime']
865
869
  end
866
870
  end
867
871
 
@@ -4454,8 +4458,8 @@ module TencentCloud
4454
4458
 
4455
4459
  attr_accessor :ResourceId, :Status, :ResourceEdition, :ResourceNode, :AutoRenewFlag, :PackageBandwidth, :PackageNode, :LogDelivery
4456
4460
  extend Gem::Deprecate
4457
- deprecate :Status, :none, 2025, 5
4458
- deprecate :Status=, :none, 2025, 5
4461
+ deprecate :Status, :none, 2025, 6
4462
+ deprecate :Status=, :none, 2025, 6
4459
4463
 
4460
4464
  def initialize(resourceid=nil, status=nil, resourceedition=nil, resourcenode=nil, autorenewflag=nil, packagebandwidth=nil, packagenode=nil, logdelivery=nil)
4461
4465
  @ResourceId = resourceid
@@ -5893,10 +5897,12 @@ module TencentCloud
5893
5897
  # @type AppAssetKindSet: Array
5894
5898
  # @param AppAssetUrl: 应用资产Url
5895
5899
  # @type AppAssetUrl: String
5900
+ # @param DeviceKind: 资产类型
5901
+ # @type DeviceKind: String
5896
5902
 
5897
- attr_accessor :PrivateIp, :PublicIp, :UserName, :Account, :FromIp, :StartTime, :EndTime, :Kind, :Offset, :Limit, :RealName, :DeviceName, :Status, :Id, :AppAssetKindSet, :AppAssetUrl
5903
+ attr_accessor :PrivateIp, :PublicIp, :UserName, :Account, :FromIp, :StartTime, :EndTime, :Kind, :Offset, :Limit, :RealName, :DeviceName, :Status, :Id, :AppAssetKindSet, :AppAssetUrl, :DeviceKind
5898
5904
 
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)
5905
+ 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
5906
  @PrivateIp = privateip
5901
5907
  @PublicIp = publicip
5902
5908
  @UserName = username
@@ -5913,6 +5919,7 @@ module TencentCloud
5913
5919
  @Id = id
5914
5920
  @AppAssetKindSet = appassetkindset
5915
5921
  @AppAssetUrl = appasseturl
5922
+ @DeviceKind = devicekind
5916
5923
  end
5917
5924
 
5918
5925
  def deserialize(params)
@@ -5932,6 +5939,7 @@ module TencentCloud
5932
5939
  @Id = params['Id']
5933
5940
  @AppAssetKindSet = params['AppAssetKindSet']
5934
5941
  @AppAssetUrl = params['AppAssetUrl']
5942
+ @DeviceKind = params['DeviceKind']
5935
5943
  end
5936
5944
  end
5937
5945
 
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.1088
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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common