tencentcloud-sdk-cwp 3.0.445 → 3.0.447

Sign up to get free protection for your applications and to get access to all the features.
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 +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bf276e7053d29bf5e8ed37f6e0e3953ad26932b
4
- data.tar.gz: a99b0576fc5f95c053716f15eaad3bc20465050d
3
+ metadata.gz: 413aba515e394becc768572ed81d402db149fadb
4
+ data.tar.gz: 33073c78ba7d1f1f6db0d7193b3d8fa72ee8e700
5
5
  SHA512:
6
- metadata.gz: c44b80b1ca1840aa2b468ff9a5c07be9e1bf340ee7e61ceb95e73f6bc6f051ee53a058b86b0d834ead4e3a98383910104a3e86da35555b1fd1081c45779a67f6
7
- data.tar.gz: e9a61f1c25fbd6a7d2ed240c7ab102f6598b5d277cf2bf0e6ee0e4d6ac1686592b0261fa826dde54b6825fbb68d4b37f2a1634ce134d468ae60b4de61c7a0089
6
+ metadata.gz: f3868d9008c5ed61c2d9e8c15e0994e9fa01104d4ddb61330326bf26234d9aca1f37da35b708d5cb076ad9d1105841d39e36104ad7ecbd398b36ddd41b8f170a
7
+ data.tar.gz: 90cf3674d51351abb551481e120d89b54becae5061d8f18ba6d6d9d3db871279b54da738b40fa89893bf4edf8235b8a89de589490b58f45d87532b9448a45b62
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.445
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.445
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-06 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
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '3.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
28
28
  allows Ruby developers to write software that makes use of Tencent Cloud service
29
29
  CWP.