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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230418/models.rb +12 -8
- 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: a35ab3deb0327775654641729a6b33a3325a92e8
|
4
|
+
data.tar.gz: faf435c43fae200272a7c43c3a8a36c42d0c23f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e25caf6c6e730c8a278f4ed9b16a40d1903f5f4ecc45a2735011f810cc00445debeb611128711cc971e0ec8163b784c028fec58948d50488b2b7181eefd57151
|
7
|
+
data.tar.gz: eaa939ba7893f48f3fc054ec0e2f320819e46d2e8fd1a4974d1aa6db282a114a59ea7eb5c5299b94b35123bb0f258c87acedb3ac6de6e40d195dbde967c35a79
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1138
|
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, 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,
|
4798
|
-
deprecate :Status=, :none, 2025,
|
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.
|
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-
|
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
|