tencentcloud-sdk-cwp 1.0.348 → 1.0.349
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: d822e5dfedbdbc153d0627ff2a6c26a52dc501a9
|
|
4
|
+
data.tar.gz: 4490356ddbc4740e3ab86573b2c1816d159c2023
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bb4baeaa5e611c6f53161f733e65feb28408b7c24e6df3fc23e68e3a7c1f97eacba018e6de28b5408f7d1718eb45a87469758b95ae260221bf93c751ede81a5
|
|
7
|
+
data.tar.gz: 0114d7563634b218acb41c2bd6102e6da1ac841cf818221c12356e34901145bc5540aebfd1237f7727831cd75a8727a1e8dab148405b159232f36e896324d76e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.349
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -12728,10 +12728,13 @@ module TencentCloud
|
|
|
12728
12728
|
# @param LicenseOrder: 授权订单对象
|
|
12729
12729
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12730
12730
|
# @type LicenseOrder: :class:`Tencentcloud::Cwp.v20180228.models.LicenseOrder`
|
|
12731
|
+
# @param VulNum: 漏洞数量
|
|
12732
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12733
|
+
# @type VulNum: Integer
|
|
12731
12734
|
|
|
12732
|
-
attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus, :LicenseOrder
|
|
12735
|
+
attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus, :LicenseOrder, :VulNum
|
|
12733
12736
|
|
|
12734
|
-
def initialize(machinename=nil, machinepublicip=nil, machineprivateip=nil, machinetag=nil, quuid=nil, uuid=nil, kernelversion=nil, machinestatus=nil, licenseorder=nil)
|
|
12737
|
+
def initialize(machinename=nil, machinepublicip=nil, machineprivateip=nil, machinetag=nil, quuid=nil, uuid=nil, kernelversion=nil, machinestatus=nil, licenseorder=nil, vulnum=nil)
|
|
12735
12738
|
@MachineName = machinename
|
|
12736
12739
|
@MachinePublicIp = machinepublicip
|
|
12737
12740
|
@MachinePrivateIp = machineprivateip
|
|
@@ -12741,6 +12744,7 @@ module TencentCloud
|
|
|
12741
12744
|
@KernelVersion = kernelversion
|
|
12742
12745
|
@MachineStatus = machinestatus
|
|
12743
12746
|
@LicenseOrder = licenseorder
|
|
12747
|
+
@VulNum = vulnum
|
|
12744
12748
|
end
|
|
12745
12749
|
|
|
12746
12750
|
def deserialize(params)
|
|
@@ -12763,6 +12767,7 @@ module TencentCloud
|
|
|
12763
12767
|
@LicenseOrder = LicenseOrder.new
|
|
12764
12768
|
@LicenseOrder.deserialize(params['LicenseOrder'])
|
|
12765
12769
|
end
|
|
12770
|
+
@VulNum = params['VulNum']
|
|
12766
12771
|
end
|
|
12767
12772
|
end
|
|
12768
12773
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.349
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|