Class: TencentCloud::Cwp::V20180228::IgnoreRuleEffectHostInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::IgnoreRuleEffectHostInfo
- Defined in:
- lib/v20180228/models.rb
Overview
忽略检测项影响主机信息
Instance Attribute Summary collapse
- #EventId ⇒ Object
- #HostName ⇒ Object
- #LastScanTime ⇒ Object
- #Level ⇒ Object
- #Quuid ⇒ Object
- #Status ⇒ Object
- #TagList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostname = nil, level = nil, taglist = nil, status = nil, lastscantime = nil, eventid = nil, quuid = nil) ⇒ IgnoreRuleEffectHostInfo
constructor
A new instance of IgnoreRuleEffectHostInfo.
Constructor Details
#initialize(hostname = nil, level = nil, taglist = nil, status = nil, lastscantime = nil, eventid = nil, quuid = nil) ⇒ IgnoreRuleEffectHostInfo
Returns a new instance of IgnoreRuleEffectHostInfo.
30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/v20180228/models.rb', line 30345 def initialize(hostname=nil, level=nil, taglist=nil, status=nil, lastscantime=nil, eventid=nil, quuid=nil) @HostName = hostname @Level = level @TagList = taglist @Status = status @LastScanTime = lastscantime @EventId = eventid @Quuid = quuid end |
Instance Attribute Details
#EventId ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def EventId @EventId end |
#HostName ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def HostName @HostName end |
#LastScanTime ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def LastScanTime @LastScanTime end |
#Level ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def Level @Level end |
#Quuid ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def Quuid @Quuid end |
#Status ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def Status @Status end |
#TagList ⇒ Object
30343 30344 30345 |
# File 'lib/v20180228/models.rb', line 30343 def TagList @TagList end |
Instance Method Details
#deserialize(params) ⇒ Object
30355 30356 30357 30358 30359 30360 30361 30362 30363 |
# File 'lib/v20180228/models.rb', line 30355 def deserialize(params) @HostName = params['HostName'] @Level = params['Level'] @TagList = params['TagList'] @Status = params['Status'] @LastScanTime = params['LastScanTime'] @EventId = params['EventId'] @Quuid = params['Quuid'] end |