tencentcloud-sdk-bh 3.0.1054 → 3.0.1055
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 +6 -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: 3dd2fc9b32636155dfcc499d542257229df8b96a
|
4
|
+
data.tar.gz: 9fd9059bb4c23124d8533789d206c1fc388d2bb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 420a24635ebaa0bc74c5c8b5c5a054ad5700f79f52d2f4e5b6bb3e36176fe89c6b657f1c2b8456aceb374d9c66f1bdfd7b1401ba1e84862608d4cb4621a5abf0
|
7
|
+
data.tar.gz: 34d59b50af03756fbbb7c1fd9693747110f1baf0f1cd44d33d0a30c62aa1cbe96cd7aa316f86898ec0d55e0e1eb8138adac4545065f7a0c0c842a893e4c00a36
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1055
|
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, 5
|
78
|
+
deprecate :LoginAccount=, :none, 2025, 5
|
79
|
+
deprecate :LoginPassword, :none, 2025, 5
|
80
|
+
deprecate :LoginPassword=, :none, 2025, 5
|
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
|
@@ -1218,9 +1218,7 @@ module TencentCloud
|
|
1218
1218
|
# @type Name: String
|
1219
1219
|
# @param CmdList: 命令列表,\n分隔,最大长度32768字节
|
1220
1220
|
# @type CmdList: String
|
1221
|
-
# @param Encoding: 标识
|
1222
|
-
# 0:表示非base64加密
|
1223
|
-
# 1:表示是base64加密
|
1221
|
+
# @param Encoding: 标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
1224
1222
|
# @type Encoding: Integer
|
1225
1223
|
|
1226
1224
|
attr_accessor :Name, :CmdList, :Encoding
|
@@ -5131,7 +5129,7 @@ module TencentCloud
|
|
5131
5129
|
# @type FromIp: String
|
5132
5130
|
# @param SessionTime: 该命令所属会话的会话开始时间
|
5133
5131
|
# @type SessionTime: String
|
5134
|
-
# @param SessTime:
|
5132
|
+
# @param SessTime: 该命令所属会话的会话开始时间(使用SessionTime)
|
5135
5133
|
# @type SessTime: String
|
5136
5134
|
# @param ConfirmTime: 复核时间
|
5137
5135
|
# @type ConfirmTime: String
|
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.1055
|
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-05-
|
11
|
+
date: 2025-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|