tencentcloud-sdk-cwp 3.0.446 → 3.0.447
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 +10 -3
- 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: 413aba515e394becc768572ed81d402db149fadb
|
4
|
+
data.tar.gz: 33073c78ba7d1f1f6db0d7193b3d8fa72ee8e700
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3868d9008c5ed61c2d9e8c15e0994e9fa01104d4ddb61330326bf26234d9aca1f37da35b708d5cb076ad9d1105841d39e36104ad7ecbd398b36ddd41b8f170a
|
7
|
+
data.tar.gz: 90cf3674d51351abb551481e120d89b54becae5061d8f18ba6d6d9d3db871279b54da738b40fa89893bf4edf8235b8a89de589490b58f45d87532b9448a45b62
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.447
|
data/lib/v20180228/models.rb
CHANGED
@@ -10512,7 +10512,9 @@ module TencentCloud
|
|
10512
10512
|
# @param Offset: 偏移量,默认为0。
|
10513
10513
|
# @type Offset: Integer
|
10514
10514
|
# @param Filters: 过滤条件。
|
10515
|
-
# <li>
|
10515
|
+
# <li>Ips - String - 是否必填:否 - 通过ip查询 </li>
|
10516
|
+
# <li>Names - String - 是否必填:否 - 通过实例名查询 </li>
|
10517
|
+
# <li>InstanceIds - String - 是否必填:否 - 通过实例id查询 </li>
|
10516
10518
|
# <li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线/关机 | ONLINE: 在线 | UNINSTALLED:未安装 | AGENT_OFFLINE 离线| AGENT_SHUTDOWN 已关机)</li>
|
10517
10519
|
# <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
|
10518
10520
|
# <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
|
@@ -16548,10 +16550,13 @@ module TencentCloud
|
|
16548
16550
|
# @param IsAddedOnTheFifteen: 是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
|
16549
16551
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16550
16552
|
# @type IsAddedOnTheFifteen: Integer
|
16553
|
+
# @param IpList: 主机ip列表
|
16554
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16555
|
+
# @type IpList: String
|
16551
16556
|
|
16552
|
-
attr_accessor :MachineName, :MachineOs, :MachineStatus, :Uuid, :Quuid, :VulNum, :MachineIp, :IsProVersion, :MachineWanIp, :PayMode, :MalwareNum, :Tag, :BaselineNum, :CyberAttackNum, :SecurityStatus, :InvasionNum, :RegionInfo, :InstanceState, :LicenseStatus, :ProjectId, :HasAssetScan, :MachineType, :KernelVersion, :ProtectType, :CloudTags, :IsAddedOnTheFifteen
|
16557
|
+
attr_accessor :MachineName, :MachineOs, :MachineStatus, :Uuid, :Quuid, :VulNum, :MachineIp, :IsProVersion, :MachineWanIp, :PayMode, :MalwareNum, :Tag, :BaselineNum, :CyberAttackNum, :SecurityStatus, :InvasionNum, :RegionInfo, :InstanceState, :LicenseStatus, :ProjectId, :HasAssetScan, :MachineType, :KernelVersion, :ProtectType, :CloudTags, :IsAddedOnTheFifteen, :IpList
|
16553
16558
|
|
16554
|
-
def initialize(machinename=nil, machineos=nil, machinestatus=nil, uuid=nil, quuid=nil, vulnum=nil, machineip=nil, isproversion=nil, machinewanip=nil, paymode=nil, malwarenum=nil, tag=nil, baselinenum=nil, cyberattacknum=nil, securitystatus=nil, invasionnum=nil, regioninfo=nil, instancestate=nil, licensestatus=nil, projectid=nil, hasassetscan=nil, machinetype=nil, kernelversion=nil, protecttype=nil, cloudtags=nil, isaddedonthefifteen=nil)
|
16559
|
+
def initialize(machinename=nil, machineos=nil, machinestatus=nil, uuid=nil, quuid=nil, vulnum=nil, machineip=nil, isproversion=nil, machinewanip=nil, paymode=nil, malwarenum=nil, tag=nil, baselinenum=nil, cyberattacknum=nil, securitystatus=nil, invasionnum=nil, regioninfo=nil, instancestate=nil, licensestatus=nil, projectid=nil, hasassetscan=nil, machinetype=nil, kernelversion=nil, protecttype=nil, cloudtags=nil, isaddedonthefifteen=nil, iplist=nil)
|
16555
16560
|
@MachineName = machinename
|
16556
16561
|
@MachineOs = machineos
|
16557
16562
|
@MachineStatus = machinestatus
|
@@ -16578,6 +16583,7 @@ module TencentCloud
|
|
16578
16583
|
@ProtectType = protecttype
|
16579
16584
|
@CloudTags = cloudtags
|
16580
16585
|
@IsAddedOnTheFifteen = isaddedonthefifteen
|
16586
|
+
@IpList = iplist
|
16581
16587
|
end
|
16582
16588
|
|
16583
16589
|
def deserialize(params)
|
@@ -16624,6 +16630,7 @@ module TencentCloud
|
|
16624
16630
|
end
|
16625
16631
|
end
|
16626
16632
|
@IsAddedOnTheFifteen = params['IsAddedOnTheFifteen']
|
16633
|
+
@IpList = params['IpList']
|
16627
16634
|
end
|
16628
16635
|
end
|
16629
16636
|
|
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.447
|
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-11-
|
11
|
+
date: 2022-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|