tencentcloud-sdk-cwp 3.0.569 → 3.0.570
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/v20180228/models.rb +14 -2
- 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: 37334db6858b5cb2ea99974c2f77c453873c15a4
|
4
|
+
data.tar.gz: 32c2b8b37d2e4e2e334864a9cae46498afb77d7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff38609e5b8bcb420b3258c1141e5c1f547b4ae31e804e72516346d340b8aa63eed6673ae91581f903f29a2915c0d0b0a7f03a4579e38ab57fb9a1eeb48f4864
|
7
|
+
data.tar.gz: 6cd1e41c4c81c2bc43be47751df4427251f07bec8fe04437efce6a87ab26c45ed6d6d1a4bac9e861ef3eeaf1a3849ab2bfb39e2f0c4b843775a00a276467f586
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.570
|
data/lib/v20180228/models.rb
CHANGED
@@ -19479,19 +19479,31 @@ module TencentCloud
|
|
19479
19479
|
# @type ErrMsg: String
|
19480
19480
|
# @param Status: 0 执行中, 1 成功,2失败
|
19481
19481
|
# @type Status: Integer
|
19482
|
+
# @param FixMessage: 修复建议
|
19483
|
+
# @type FixMessage: String
|
19484
|
+
# @param MachineExtraInfo: 机器额外信息
|
19485
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19486
|
+
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
19482
19487
|
|
19483
|
-
attr_accessor :Quuid, :ErrMsg, :Status
|
19488
|
+
attr_accessor :Quuid, :ErrMsg, :Status, :FixMessage, :MachineExtraInfo
|
19484
19489
|
|
19485
|
-
def initialize(quuid=nil, errmsg=nil, status=nil)
|
19490
|
+
def initialize(quuid=nil, errmsg=nil, status=nil, fixmessage=nil, machineextrainfo=nil)
|
19486
19491
|
@Quuid = quuid
|
19487
19492
|
@ErrMsg = errmsg
|
19488
19493
|
@Status = status
|
19494
|
+
@FixMessage = fixmessage
|
19495
|
+
@MachineExtraInfo = machineextrainfo
|
19489
19496
|
end
|
19490
19497
|
|
19491
19498
|
def deserialize(params)
|
19492
19499
|
@Quuid = params['Quuid']
|
19493
19500
|
@ErrMsg = params['ErrMsg']
|
19494
19501
|
@Status = params['Status']
|
19502
|
+
@FixMessage = params['FixMessage']
|
19503
|
+
unless params['MachineExtraInfo'].nil?
|
19504
|
+
@MachineExtraInfo = MachineExtraInfo.new
|
19505
|
+
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
19506
|
+
end
|
19495
19507
|
end
|
19496
19508
|
end
|
19497
19509
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cwp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.570
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|