tencentcloud-sdk-cwp 3.0.525 → 3.0.526
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 +7 -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: 4cb21ad9dee2da2ffd34fa5e5b35a9ce7978e0b8
|
|
4
|
+
data.tar.gz: 075f3ab6319732594b09651d6cdae72dd8f62af0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfdc9421d5ec641acb24207592ba5a55403f4533d970f3ca1e562c3a5b79d5d6b37d4801c979b4e0dc9fbc354007d7a21eae016d333aae9887a4507d39a81b07
|
|
7
|
+
data.tar.gz: 66bb46be5202bddb32146ac173f180353328431b7712ce4b42d4e0de7464ca3da19fc793145b1ec91caeecffe978a6375fff023020eb4da900fc26586b324438
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.526
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -18453,10 +18453,13 @@ module TencentCloud
|
|
|
18453
18453
|
# @param MachineExtraInfo: 主机额外信息
|
|
18454
18454
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18455
18455
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
|
18456
|
+
# @param Uuid: 服务器uuid
|
|
18457
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18458
|
+
# @type Uuid: String
|
|
18456
18459
|
|
|
18457
|
-
attr_accessor :Id, :Alias, :HostIp, :Type, :Description, :CreateTime, :RecentFoundTime, :Status, :Quuid, :MachineExtraInfo
|
|
18460
|
+
attr_accessor :Id, :Alias, :HostIp, :Type, :Description, :CreateTime, :RecentFoundTime, :Status, :Quuid, :MachineExtraInfo, :Uuid
|
|
18458
18461
|
|
|
18459
|
-
def initialize(id=nil, _alias=nil, hostip=nil, type=nil, description=nil, createtime=nil, recentfoundtime=nil, status=nil, quuid=nil, machineextrainfo=nil)
|
|
18462
|
+
def initialize(id=nil, _alias=nil, hostip=nil, type=nil, description=nil, createtime=nil, recentfoundtime=nil, status=nil, quuid=nil, machineextrainfo=nil, uuid=nil)
|
|
18460
18463
|
@Id = id
|
|
18461
18464
|
@Alias = _alias
|
|
18462
18465
|
@HostIp = hostip
|
|
@@ -18467,6 +18470,7 @@ module TencentCloud
|
|
|
18467
18470
|
@Status = status
|
|
18468
18471
|
@Quuid = quuid
|
|
18469
18472
|
@MachineExtraInfo = machineextrainfo
|
|
18473
|
+
@Uuid = uuid
|
|
18470
18474
|
end
|
|
18471
18475
|
|
|
18472
18476
|
def deserialize(params)
|
|
@@ -18483,6 +18487,7 @@ module TencentCloud
|
|
|
18483
18487
|
@MachineExtraInfo = MachineExtraInfo.new
|
|
18484
18488
|
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
|
18485
18489
|
end
|
|
18490
|
+
@Uuid = params['Uuid']
|
|
18486
18491
|
end
|
|
18487
18492
|
end
|
|
18488
18493
|
|
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.526
|
|
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-03-
|
|
11
|
+
date: 2023-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|