tencentcloud-sdk-cwp 3.0.788 → 3.0.789
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: ff57c371cd5651a4dd22ee3e279181b2f18fefb4
|
|
4
|
+
data.tar.gz: bd1d787db30ab3f5e158fcbbd39cc8f485d10d9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 028d858d93631129ea4253b7893d45f76bcb8abf360d7f9161da1b2877f54457cc98d359c22c18816947437febe1a70f85248f969c68fb02d7b4147bc6fa1570
|
|
7
|
+
data.tar.gz: 9974b25545543d6e213cd1a738a4db51d545da0680cec1610379d00bc92fea9e04d6a625df864c53259b41ba4fff7cdefba67c998c1e18cc81c26ffcdfb9b4da
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.789
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -1201,10 +1201,13 @@ module TencentCloud
|
|
|
1201
1201
|
# @param MachineExtraInfo: 附加信息
|
|
1202
1202
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1203
1203
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
|
1204
|
+
# @param CpuLoadNum: cpu负载读数(仅linux系统有效)
|
|
1205
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1206
|
+
# @type CpuLoadNum: String
|
|
1204
1207
|
|
|
1205
|
-
attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :ProjectId, :CpuSize, :CpuLoad, :Tag, :UpdateTime, :IsNew, :FirstTime, :MachineExtraInfo
|
|
1208
|
+
attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :ProjectId, :CpuSize, :CpuLoad, :Tag, :UpdateTime, :IsNew, :FirstTime, :MachineExtraInfo, :CpuLoadNum
|
|
1206
1209
|
|
|
1207
|
-
def initialize(quuid=nil, uuid=nil, machineip=nil, machinename=nil, osinfo=nil, cpu=nil, memsize=nil, memload=nil, disksize=nil, diskload=nil, partitioncount=nil, machinewanip=nil, projectid=nil, cpusize=nil, cpuload=nil, tag=nil, updatetime=nil, isnew=nil, firsttime=nil, machineextrainfo=nil)
|
|
1210
|
+
def initialize(quuid=nil, uuid=nil, machineip=nil, machinename=nil, osinfo=nil, cpu=nil, memsize=nil, memload=nil, disksize=nil, diskload=nil, partitioncount=nil, machinewanip=nil, projectid=nil, cpusize=nil, cpuload=nil, tag=nil, updatetime=nil, isnew=nil, firsttime=nil, machineextrainfo=nil, cpuloadnum=nil)
|
|
1208
1211
|
@Quuid = quuid
|
|
1209
1212
|
@Uuid = uuid
|
|
1210
1213
|
@MachineIp = machineip
|
|
@@ -1225,6 +1228,7 @@ module TencentCloud
|
|
|
1225
1228
|
@IsNew = isnew
|
|
1226
1229
|
@FirstTime = firsttime
|
|
1227
1230
|
@MachineExtraInfo = machineextrainfo
|
|
1231
|
+
@CpuLoadNum = cpuloadnum
|
|
1228
1232
|
end
|
|
1229
1233
|
|
|
1230
1234
|
def deserialize(params)
|
|
@@ -1258,6 +1262,7 @@ module TencentCloud
|
|
|
1258
1262
|
@MachineExtraInfo = MachineExtraInfo.new
|
|
1259
1263
|
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
|
1260
1264
|
end
|
|
1265
|
+
@CpuLoadNum = params['CpuLoadNum']
|
|
1261
1266
|
end
|
|
1262
1267
|
end
|
|
1263
1268
|
|
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.789
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|