tencentcloud-sdk-cwp 1.0.344 → 1.0.345

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 +86 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89f23db22645c7a5f25801314268cc906ad907ba
4
- data.tar.gz: f590bf1b824ee1be7dd8bb58e168135d5d3e0a43
3
+ metadata.gz: 2982a31bc06f86fd55b059fc689556a03466e6c5
4
+ data.tar.gz: ca1b16e1c3ff9bbf57a9bcea0ce022ddffd0c1b5
5
5
  SHA512:
6
- metadata.gz: b707acb758bbcd348bed78c7ab7aecd2d717eef1cc9430433e84121a84481c50ba35f6f5e35728d21a775b1d03bf47877726cd843b0543b7eebfd400189b26ab
7
- data.tar.gz: d014255becc48192ba107c5aa51e40d02e967656671ce4a89f22ddd0e2864bccb6b31c1f8021b8d242804716b9afd7b38043a60f03a6dd9c7cf809641ed410c5
6
+ metadata.gz: b16bfa23d50cc8ceff69a68d1e59c1de706c4b9292ffc0509ef6d192c01579d9d0982a2eadba07283e1f26c222e8ac3ce9ca00d7eba85dbe7ad4ac7936094d66
7
+ data.tar.gz: 9a9bd8b0a8d0d9d512e405c36e6e706b577ef0e5c97613865e8cba8638e969b644032bee5e1997f4ed21c2ba0ad3640e8f3fde9c893a81da7e47ae9bd2bff0e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.344
1
+ 1.0.345
@@ -7724,10 +7724,11 @@ module TencentCloud
7724
7724
  # <li>Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示</li>
7725
7725
  # <li>VulName- String - 是否必填:否 - 漏洞名称搜索</li>
7726
7726
  # <li>Uuids- String - 是否必填:否 - 主机uuid</li>
7727
+ # <li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
7727
7728
  # @type Filters: Array
7728
7729
  # @param Order: 排序方式 desc , asc
7729
7730
  # @type Order: String
7730
- # @param By: 排序字段 PublishDate
7731
+ # @param By: 排序字段 PublishDate LastScanTime HostCount
7731
7732
  # @type By: String
7732
7733
 
7733
7734
  attr_accessor :Limit, :Offset, :Filters, :Order, :By
@@ -10602,12 +10603,15 @@ module TencentCloud
10602
10603
  # @param StoppingAll: 任务是否全部正在被停止 ture是
10603
10604
  # 注意:此字段可能返回 null,表示取不到有效值。
10604
10605
  # @type StoppingAll: Boolean
10606
+ # @param VulCount: 扫描出漏洞个数
10607
+ # 注意:此字段可能返回 null,表示取不到有效值。
10608
+ # @type VulCount: Integer
10605
10609
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10606
10610
  # @type RequestId: String
10607
10611
 
10608
- attr_accessor :ScanTaskDetailList, :TotalCount, :ScanMachineCount, :RiskMachineCount, :ScanBeginTime, :ScanEndTime, :ScanTime, :ScanProgress, :ScanLeftTime, :ScanContent, :VulInfo, :RiskEventCount, :Type, :StoppingAll, :RequestId
10612
+ attr_accessor :ScanTaskDetailList, :TotalCount, :ScanMachineCount, :RiskMachineCount, :ScanBeginTime, :ScanEndTime, :ScanTime, :ScanProgress, :ScanLeftTime, :ScanContent, :VulInfo, :RiskEventCount, :Type, :StoppingAll, :VulCount, :RequestId
10609
10613
 
10610
- def initialize(scantaskdetaillist=nil, totalcount=nil, scanmachinecount=nil, riskmachinecount=nil, scanbegintime=nil, scanendtime=nil, scantime=nil, scanprogress=nil, scanlefttime=nil, scancontent=nil, vulinfo=nil, riskeventcount=nil, type=nil, stoppingall=nil, requestid=nil)
10614
+ def initialize(scantaskdetaillist=nil, totalcount=nil, scanmachinecount=nil, riskmachinecount=nil, scanbegintime=nil, scanendtime=nil, scantime=nil, scanprogress=nil, scanlefttime=nil, scancontent=nil, vulinfo=nil, riskeventcount=nil, type=nil, stoppingall=nil, vulcount=nil, requestid=nil)
10611
10615
  @ScanTaskDetailList = scantaskdetaillist
10612
10616
  @TotalCount = totalcount
10613
10617
  @ScanMachineCount = scanmachinecount
@@ -10622,6 +10626,7 @@ module TencentCloud
10622
10626
  @RiskEventCount = riskeventcount
10623
10627
  @Type = type
10624
10628
  @StoppingAll = stoppingall
10629
+ @VulCount = vulcount
10625
10630
  @RequestId = requestid
10626
10631
  end
10627
10632
 
@@ -10654,6 +10659,7 @@ module TencentCloud
10654
10659
  @RiskEventCount = params['RiskEventCount']
10655
10660
  @Type = params['Type']
10656
10661
  @StoppingAll = params['StoppingAll']
10662
+ @VulCount = params['VulCount']
10657
10663
  @RequestId = params['RequestId']
10658
10664
  end
10659
10665
  end
@@ -11954,19 +11960,23 @@ module TencentCloud
11954
11960
  class DescribeVulHostTopRequest < TencentCloud::Common::AbstractModel
11955
11961
  # @param Top: 获取top值,1-100
11956
11962
  # @type Top: Integer
11957
- # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞
11963
+ # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据
11958
11964
  # @type VulCategory: Integer
11965
+ # @param IsFollowVul: 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞
11966
+ # @type IsFollowVul: Integer
11959
11967
 
11960
- attr_accessor :Top, :VulCategory
11968
+ attr_accessor :Top, :VulCategory, :IsFollowVul
11961
11969
 
11962
- def initialize(top=nil, vulcategory=nil)
11970
+ def initialize(top=nil, vulcategory=nil, isfollowvul=nil)
11963
11971
  @Top = top
11964
11972
  @VulCategory = vulcategory
11973
+ @IsFollowVul = isfollowvul
11965
11974
  end
11966
11975
 
11967
11976
  def deserialize(params)
11968
11977
  @Top = params['Top']
11969
11978
  @VulCategory = params['VulCategory']
11979
+ @IsFollowVul = params['IsFollowVul']
11970
11980
  end
11971
11981
  end
11972
11982
 
@@ -12058,12 +12068,15 @@ module TencentCloud
12058
12068
  # @param Labels: 漏洞标签 多个逗号分割
12059
12069
  # 注意:此字段可能返回 null,表示取不到有效值。
12060
12070
  # @type Labels: String
12071
+ # @param DefenseAttackCount: 已防御的攻击次数
12072
+ # 注意:此字段可能返回 null,表示取不到有效值。
12073
+ # @type DefenseAttackCount: Integer
12061
12074
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12062
12075
  # @type RequestId: String
12063
12076
 
12064
- attr_accessor :VulId, :VulName, :VulLevel, :VulType, :Description, :RepairPlan, :CveId, :Reference, :CVSS, :PublicDate, :CvssScore, :CveInfo, :CvssScoreFloat, :Labels, :RequestId
12077
+ attr_accessor :VulId, :VulName, :VulLevel, :VulType, :Description, :RepairPlan, :CveId, :Reference, :CVSS, :PublicDate, :CvssScore, :CveInfo, :CvssScoreFloat, :Labels, :DefenseAttackCount, :RequestId
12065
12078
 
12066
- def initialize(vulid=nil, vulname=nil, vullevel=nil, vultype=nil, description=nil, repairplan=nil, cveid=nil, reference=nil, cvss=nil, publicdate=nil, cvssscore=nil, cveinfo=nil, cvssscorefloat=nil, labels=nil, requestid=nil)
12079
+ def initialize(vulid=nil, vulname=nil, vullevel=nil, vultype=nil, description=nil, repairplan=nil, cveid=nil, reference=nil, cvss=nil, publicdate=nil, cvssscore=nil, cveinfo=nil, cvssscorefloat=nil, labels=nil, defenseattackcount=nil, requestid=nil)
12067
12080
  @VulId = vulid
12068
12081
  @VulName = vulname
12069
12082
  @VulLevel = vullevel
@@ -12078,6 +12091,7 @@ module TencentCloud
12078
12091
  @CveInfo = cveinfo
12079
12092
  @CvssScoreFloat = cvssscorefloat
12080
12093
  @Labels = labels
12094
+ @DefenseAttackCount = defenseattackcount
12081
12095
  @RequestId = requestid
12082
12096
  end
12083
12097
 
@@ -12096,23 +12110,28 @@ module TencentCloud
12096
12110
  @CveInfo = params['CveInfo']
12097
12111
  @CvssScoreFloat = params['CvssScoreFloat']
12098
12112
  @Labels = params['Labels']
12113
+ @DefenseAttackCount = params['DefenseAttackCount']
12099
12114
  @RequestId = params['RequestId']
12100
12115
  end
12101
12116
  end
12102
12117
 
12103
12118
  # DescribeVulLevelCount请求参数结构体
12104
12119
  class DescribeVulLevelCountRequest < TencentCloud::Common::AbstractModel
12105
- # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞
12120
+ # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据
12106
12121
  # @type VulCategory: Integer
12122
+ # @param IsFollowVul: 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞
12123
+ # @type IsFollowVul: Integer
12107
12124
 
12108
- attr_accessor :VulCategory
12125
+ attr_accessor :VulCategory, :IsFollowVul
12109
12126
 
12110
- def initialize(vulcategory=nil)
12127
+ def initialize(vulcategory=nil, isfollowvul=nil)
12111
12128
  @VulCategory = vulcategory
12129
+ @IsFollowVul = isfollowvul
12112
12130
  end
12113
12131
 
12114
12132
  def deserialize(params)
12115
12133
  @VulCategory = params['VulCategory']
12134
+ @IsFollowVul = params['IsFollowVul']
12116
12135
  end
12117
12136
  end
12118
12137
 
@@ -12156,6 +12175,8 @@ module TencentCloud
12156
12175
  # <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
12157
12176
  # <li>VulName- string -</li>
12158
12177
  # <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
12178
+ # <li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
12179
+ # <li>Labels- string- 是否必填:否 - 标签搜索</li>
12159
12180
  # @type Filters: Array
12160
12181
  # @param By: 可选排序字段 Level,LastTime,HostCount
12161
12182
  # @type By: String
@@ -12230,19 +12251,23 @@ module TencentCloud
12230
12251
  class DescribeVulTopRequest < TencentCloud::Common::AbstractModel
12231
12252
  # @param Top: 漏洞风险服务器top,1-100
12232
12253
  # @type Top: Integer
12233
- # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞
12254
+ # @param VulCategory: 1:web-cms 漏洞,2.应用漏洞 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据
12234
12255
  # @type VulCategory: Integer
12256
+ # @param IsFollowVul: 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞
12257
+ # @type IsFollowVul: Integer
12235
12258
 
12236
- attr_accessor :Top, :VulCategory
12259
+ attr_accessor :Top, :VulCategory, :IsFollowVul
12237
12260
 
12238
- def initialize(top=nil, vulcategory=nil)
12261
+ def initialize(top=nil, vulcategory=nil, isfollowvul=nil)
12239
12262
  @Top = top
12240
12263
  @VulCategory = vulcategory
12264
+ @IsFollowVul = isfollowvul
12241
12265
  end
12242
12266
 
12243
12267
  def deserialize(params)
12244
12268
  @Top = params['Top']
12245
12269
  @VulCategory = params['VulCategory']
12270
+ @IsFollowVul = params['IsFollowVul']
12246
12271
  end
12247
12272
  end
12248
12273
 
@@ -12807,10 +12832,16 @@ module TencentCloud
12807
12832
  # @param HostCount: 影响机器数
12808
12833
  # 注意:此字段可能返回 null,表示取不到有效值。
12809
12834
  # @type HostCount: Integer
12835
+ # @param IsSupportDefense: 是否支持防御, 0:不支持 1:支持
12836
+ # 注意:此字段可能返回 null,表示取不到有效值。
12837
+ # @type IsSupportDefense: Integer
12838
+ # @param DefenseAttackCount: 已防御的攻击次数
12839
+ # 注意:此字段可能返回 null,表示取不到有效值。
12840
+ # @type DefenseAttackCount: Integer
12810
12841
 
12811
- attr_accessor :VulId, :Level, :VulName, :PublishDate, :Category, :Status, :LastScanTime, :Progress, :CveId, :CvssScore, :Labels, :HostCount
12842
+ attr_accessor :VulId, :Level, :VulName, :PublishDate, :Category, :Status, :LastScanTime, :Progress, :CveId, :CvssScore, :Labels, :HostCount, :IsSupportDefense, :DefenseAttackCount
12812
12843
 
12813
- def initialize(vulid=nil, level=nil, vulname=nil, publishdate=nil, category=nil, status=nil, lastscantime=nil, progress=nil, cveid=nil, cvssscore=nil, labels=nil, hostcount=nil)
12844
+ def initialize(vulid=nil, level=nil, vulname=nil, publishdate=nil, category=nil, status=nil, lastscantime=nil, progress=nil, cveid=nil, cvssscore=nil, labels=nil, hostcount=nil, issupportdefense=nil, defenseattackcount=nil)
12814
12845
  @VulId = vulid
12815
12846
  @Level = level
12816
12847
  @VulName = vulname
@@ -12823,6 +12854,8 @@ module TencentCloud
12823
12854
  @CvssScore = cvssscore
12824
12855
  @Labels = labels
12825
12856
  @HostCount = hostcount
12857
+ @IsSupportDefense = issupportdefense
12858
+ @DefenseAttackCount = defenseattackcount
12826
12859
  end
12827
12860
 
12828
12861
  def deserialize(params)
@@ -12838,6 +12871,8 @@ module TencentCloud
12838
12871
  @CvssScore = params['CvssScore']
12839
12872
  @Labels = params['Labels']
12840
12873
  @HostCount = params['HostCount']
12874
+ @IsSupportDefense = params['IsSupportDefense']
12875
+ @DefenseAttackCount = params['DefenseAttackCount']
12841
12876
  end
12842
12877
  end
12843
12878
 
@@ -16366,10 +16401,12 @@ module TencentCloud
16366
16401
  # @type Id: Integer
16367
16402
  # @param FailType: 失败详情
16368
16403
  # @type FailType: Integer
16404
+ # @param MachineWanIp: 外网ip
16405
+ # @type MachineWanIp: String
16369
16406
 
16370
- attr_accessor :HostIp, :HostName, :OsName, :RiskNum, :ScanBeginTime, :ScanEndTime, :Uuid, :Quuid, :Status, :Description, :Id, :FailType
16407
+ attr_accessor :HostIp, :HostName, :OsName, :RiskNum, :ScanBeginTime, :ScanEndTime, :Uuid, :Quuid, :Status, :Description, :Id, :FailType, :MachineWanIp
16371
16408
 
16372
- def initialize(hostip=nil, hostname=nil, osname=nil, risknum=nil, scanbegintime=nil, scanendtime=nil, uuid=nil, quuid=nil, status=nil, description=nil, id=nil, failtype=nil)
16409
+ def initialize(hostip=nil, hostname=nil, osname=nil, risknum=nil, scanbegintime=nil, scanendtime=nil, uuid=nil, quuid=nil, status=nil, description=nil, id=nil, failtype=nil, machinewanip=nil)
16373
16410
  @HostIp = hostip
16374
16411
  @HostName = hostname
16375
16412
  @OsName = osname
@@ -16382,6 +16419,7 @@ module TencentCloud
16382
16419
  @Description = description
16383
16420
  @Id = id
16384
16421
  @FailType = failtype
16422
+ @MachineWanIp = machinewanip
16385
16423
  end
16386
16424
 
16387
16425
  def deserialize(params)
@@ -16397,6 +16435,7 @@ module TencentCloud
16397
16435
  @Description = params['Description']
16398
16436
  @Id = params['Id']
16399
16437
  @FailType = params['FailType']
16438
+ @MachineWanIp = params['MachineWanIp']
16400
16439
  end
16401
16440
  end
16402
16441
 
@@ -17409,10 +17448,13 @@ module TencentCloud
17409
17448
  # @param InstanceState: 实例状态:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-表示开机中 "STOPPING"-表示关机中 "REBOOTING"-重启中 "SHUTDOWN"-表示停止待销毁 "TERMINATING"-表示销毁中 "
17410
17449
  # 注意:此字段可能返回 null,表示取不到有效值。
17411
17450
  # @type InstanceState: String
17451
+ # @param PublicIpAddresses: 外网ip
17452
+ # 注意:此字段可能返回 null,表示取不到有效值。
17453
+ # @type PublicIpAddresses: String
17412
17454
 
17413
- attr_accessor :EventId, :Status, :LastTime, :Level, :Quuid, :Uuid, :HostIp, :AliasName, :Tags, :Description, :HostVersion, :IsSupportAutoFix, :FixStatusMsg, :FirstDiscoveryTime, :InstanceState
17455
+ attr_accessor :EventId, :Status, :LastTime, :Level, :Quuid, :Uuid, :HostIp, :AliasName, :Tags, :Description, :HostVersion, :IsSupportAutoFix, :FixStatusMsg, :FirstDiscoveryTime, :InstanceState, :PublicIpAddresses
17414
17456
 
17415
- def initialize(eventid=nil, status=nil, lasttime=nil, level=nil, quuid=nil, uuid=nil, hostip=nil, aliasname=nil, tags=nil, description=nil, hostversion=nil, issupportautofix=nil, fixstatusmsg=nil, firstdiscoverytime=nil, instancestate=nil)
17457
+ def initialize(eventid=nil, status=nil, lasttime=nil, level=nil, quuid=nil, uuid=nil, hostip=nil, aliasname=nil, tags=nil, description=nil, hostversion=nil, issupportautofix=nil, fixstatusmsg=nil, firstdiscoverytime=nil, instancestate=nil, publicipaddresses=nil)
17416
17458
  @EventId = eventid
17417
17459
  @Status = status
17418
17460
  @LastTime = lasttime
@@ -17428,6 +17470,7 @@ module TencentCloud
17428
17470
  @FixStatusMsg = fixstatusmsg
17429
17471
  @FirstDiscoveryTime = firstdiscoverytime
17430
17472
  @InstanceState = instancestate
17473
+ @PublicIpAddresses = publicipaddresses
17431
17474
  end
17432
17475
 
17433
17476
  def deserialize(params)
@@ -17446,6 +17489,7 @@ module TencentCloud
17446
17489
  @FixStatusMsg = params['FixStatusMsg']
17447
17490
  @FirstDiscoveryTime = params['FirstDiscoveryTime']
17448
17491
  @InstanceState = params['InstanceState']
17492
+ @PublicIpAddresses = params['PublicIpAddresses']
17449
17493
  end
17450
17494
  end
17451
17495
 
@@ -17539,10 +17583,22 @@ module TencentCloud
17539
17583
  # @param TaskId: 最后扫描任务的id
17540
17584
  # 注意:此字段可能返回 null,表示取不到有效值。
17541
17585
  # @type TaskId: Integer
17586
+ # @param IsSupportDefense: 是否支持防御, 0:不支持 1:支持
17587
+ # 注意:此字段可能返回 null,表示取不到有效值。
17588
+ # @type IsSupportDefense: Integer
17589
+ # @param DefenseAttackCount: 已防御的攻击次数
17590
+ # 注意:此字段可能返回 null,表示取不到有效值。
17591
+ # @type DefenseAttackCount: Integer
17592
+ # @param FirstAppearTime: 首次出现时间
17593
+ # 注意:此字段可能返回 null,表示取不到有效值。
17594
+ # @type FirstAppearTime: String
17595
+ # @param VulCategory: 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
17596
+ # 注意:此字段可能返回 null,表示取不到有效值。
17597
+ # @type VulCategory: Integer
17542
17598
 
17543
- attr_accessor :Ids, :Name, :Status, :VulId, :PublishTime, :LastTime, :HostCount, :Level, :From, :Descript, :PublishTimeWisteria, :NameWisteria, :DescriptWisteria, :StatusStr, :CveId, :CvssScore, :Labels, :FixSwitch, :TaskId
17599
+ attr_accessor :Ids, :Name, :Status, :VulId, :PublishTime, :LastTime, :HostCount, :Level, :From, :Descript, :PublishTimeWisteria, :NameWisteria, :DescriptWisteria, :StatusStr, :CveId, :CvssScore, :Labels, :FixSwitch, :TaskId, :IsSupportDefense, :DefenseAttackCount, :FirstAppearTime, :VulCategory
17544
17600
 
17545
- def initialize(ids=nil, name=nil, status=nil, vulid=nil, publishtime=nil, lasttime=nil, hostcount=nil, level=nil, from=nil, descript=nil, publishtimewisteria=nil, namewisteria=nil, descriptwisteria=nil, statusstr=nil, cveid=nil, cvssscore=nil, labels=nil, fixswitch=nil, taskid=nil)
17601
+ def initialize(ids=nil, name=nil, status=nil, vulid=nil, publishtime=nil, lasttime=nil, hostcount=nil, level=nil, from=nil, descript=nil, publishtimewisteria=nil, namewisteria=nil, descriptwisteria=nil, statusstr=nil, cveid=nil, cvssscore=nil, labels=nil, fixswitch=nil, taskid=nil, issupportdefense=nil, defenseattackcount=nil, firstappeartime=nil, vulcategory=nil)
17546
17602
  @Ids = ids
17547
17603
  @Name = name
17548
17604
  @Status = status
@@ -17562,6 +17618,10 @@ module TencentCloud
17562
17618
  @Labels = labels
17563
17619
  @FixSwitch = fixswitch
17564
17620
  @TaskId = taskid
17621
+ @IsSupportDefense = issupportdefense
17622
+ @DefenseAttackCount = defenseattackcount
17623
+ @FirstAppearTime = firstappeartime
17624
+ @VulCategory = vulcategory
17565
17625
  end
17566
17626
 
17567
17627
  def deserialize(params)
@@ -17584,6 +17644,10 @@ module TencentCloud
17584
17644
  @Labels = params['Labels']
17585
17645
  @FixSwitch = params['FixSwitch']
17586
17646
  @TaskId = params['TaskId']
17647
+ @IsSupportDefense = params['IsSupportDefense']
17648
+ @DefenseAttackCount = params['DefenseAttackCount']
17649
+ @FirstAppearTime = params['FirstAppearTime']
17650
+ @VulCategory = params['VulCategory']
17587
17651
  end
17588
17652
  end
17589
17653
 
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.344
4
+ version: 1.0.345
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-06-28 00:00:00.000000000 Z
11
+ date: 2022-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common