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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +10 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e932024a0bc27cf5cd0078cddaaa815dd9e35280
4
- data.tar.gz: b8ac0e6f5d7d2004c5451b5d4ce124fb33944849
3
+ metadata.gz: 413aba515e394becc768572ed81d402db149fadb
4
+ data.tar.gz: 33073c78ba7d1f1f6db0d7193b3d8fa72ee8e700
5
5
  SHA512:
6
- metadata.gz: 0eadf28f39f010dc37b56a34e8ff61d17545146a86b77073eaca0318acb5f60ec442b19c855fb9351473c141ace15dc0e856e405e29c582af226fa75c60918bc
7
- data.tar.gz: 182f005e6be8bf40e350303fc73794daaa626e18721dfd87d905627ed068ab96f752450070594a816fd5b03c34aa798639840bf193499e4052a8f07d3385a358
6
+ metadata.gz: f3868d9008c5ed61c2d9e8c15e0994e9fa01104d4ddb61330326bf26234d9aca1f37da35b708d5cb076ad9d1105841d39e36104ad7ecbd398b36ddd41b8f170a
7
+ data.tar.gz: 90cf3674d51351abb551481e120d89b54becae5061d8f18ba6d6d9d3db871279b54da738b40fa89893bf4edf8235b8a89de589490b58f45d87532b9448a45b62
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.446
1
+ 3.0.447
@@ -10512,7 +10512,9 @@ module TencentCloud
10512
10512
  # @param Offset: 偏移量,默认为0。
10513
10513
  # @type Offset: Integer
10514
10514
  # @param Filters: 过滤条件。
10515
- # <li>Keywords - String - 是否必填:否 - 查询关键字 </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.446
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-07 00:00:00.000000000 Z
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