tencentcloud-sdk-bh 3.0.1094 → 3.0.1138

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: 4c7ef45122c2ff0f7e9eca596b1bdfcf24f5069c
4
- data.tar.gz: 29ff1d954a7b0ff430fda71fb2a74a6695a7d92d
3
+ metadata.gz: a35ab3deb0327775654641729a6b33a3325a92e8
4
+ data.tar.gz: faf435c43fae200272a7c43c3a8a36c42d0c23f6
5
5
  SHA512:
6
- metadata.gz: 49136d2f486743bfd99d86f564bfa691e68ea510759af292f9f4e9fee52654302207471b22ffacd87105d92d564b74c66bc92dc5bc58446244c036181feef941
7
- data.tar.gz: e1a6e5ce1fc12bf3738d2fdcf59cae0220de8dc0860ab85844742f54692c6bf447b0427a4b5c3b5a46abb83bb0d16ba8689a7367590a86d71123ecfb028e963c
6
+ metadata.gz: e25caf6c6e730c8a278f4ed9b16a40d1903f5f4ecc45a2735011f810cc00445debeb611128711cc971e0ec8163b784c028fec58948d50488b2b7181eefd57151
7
+ data.tar.gz: eaa939ba7893f48f3fc054ec0e2f320819e46d2e8fd1a4974d1aa6db282a114a59ea7eb5c5299b94b35123bb0f258c87acedb3ac6de6e40d195dbde967c35a79
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1138
@@ -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, 7
78
- deprecate :LoginAccount=, :none, 2025, 7
79
- deprecate :LoginPassword, :none, 2025, 7
80
- deprecate :LoginPassword=, :none, 2025, 7
77
+ deprecate :LoginAccount, :none, 2025, 9
78
+ deprecate :LoginAccount=, :none, 2025, 9
79
+ deprecate :LoginPassword, :none, 2025, 9
80
+ deprecate :LoginPassword=, :none, 2025, 9
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
@@ -889,10 +889,12 @@ module TencentCloud
889
889
  # @type IpBackup: String
890
890
  # @param DomainId: 网络域id
891
891
  # @type DomainId: String
892
+ # @param AttributeUserName: 用户名称映射属性
893
+ # @type AttributeUserName: String
892
894
 
893
- attr_accessor :Enable, :Ip, :Port, :EnableSSL, :BaseDN, :AdminAccount, :AdminPassword, :IpBackup, :DomainId
895
+ attr_accessor :Enable, :Ip, :Port, :EnableSSL, :BaseDN, :AdminAccount, :AdminPassword, :IpBackup, :DomainId, :AttributeUserName
894
896
 
895
- def initialize(enable=nil, ip=nil, port=nil, enablessl=nil, basedn=nil, adminaccount=nil, adminpassword=nil, ipbackup=nil, domainid=nil)
897
+ def initialize(enable=nil, ip=nil, port=nil, enablessl=nil, basedn=nil, adminaccount=nil, adminpassword=nil, ipbackup=nil, domainid=nil, attributeusername=nil)
896
898
  @Enable = enable
897
899
  @Ip = ip
898
900
  @Port = port
@@ -902,6 +904,7 @@ module TencentCloud
902
904
  @AdminPassword = adminpassword
903
905
  @IpBackup = ipbackup
904
906
  @DomainId = domainid
907
+ @AttributeUserName = attributeusername
905
908
  end
906
909
 
907
910
  def deserialize(params)
@@ -914,6 +917,7 @@ module TencentCloud
914
917
  @AdminPassword = params['AdminPassword']
915
918
  @IpBackup = params['IpBackup']
916
919
  @DomainId = params['DomainId']
920
+ @AttributeUserName = params['AttributeUserName']
917
921
  end
918
922
  end
919
923
 
@@ -4794,8 +4798,8 @@ module TencentCloud
4794
4798
 
4795
4799
  attr_accessor :ResourceId, :Status, :ResourceEdition, :ResourceNode, :AutoRenewFlag, :PackageBandwidth, :PackageNode, :LogDelivery
4796
4800
  extend Gem::Deprecate
4797
- deprecate :Status, :none, 2025, 7
4798
- deprecate :Status=, :none, 2025, 7
4801
+ deprecate :Status, :none, 2025, 9
4802
+ deprecate :Status=, :none, 2025, 9
4799
4803
 
4800
4804
  def initialize(resourceid=nil, status=nil, resourceedition=nil, resourcenode=nil, autorenewflag=nil, packagebandwidth=nil, packagenode=nil, logdelivery=nil)
4801
4805
  @ResourceId = resourceid
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.1094
4
+ version: 3.0.1138
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-07-05 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common