Class: TencentCloud::Cwp::V20180228::BaselineItemDetect

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

基线检测项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemid = nil, itemname = nil, itemdesc = nil, fixmethod = nil, rulename = nil, detectstatus = nil, level = nil, hostcount = nil, firsttime = nil, lasttime = nil, detectresult = nil, ruleid = nil, passedhostcount = nil, notpassedhostcount = nil) ⇒ BaselineItemDetect



3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
# File 'lib/v20180228/models.rb', line 3387

def initialize(itemid=nil, itemname=nil, itemdesc=nil, fixmethod=nil, rulename=nil, detectstatus=nil, level=nil, hostcount=nil, firsttime=nil, lasttime=nil, detectresult=nil, ruleid=nil, passedhostcount=nil, notpassedhostcount=nil)
  @ItemId = itemid
  @ItemName = itemname
  @ItemDesc = itemdesc
  @FixMethod = fixmethod
  @RuleName = rulename
  @DetectStatus = detectstatus
  @Level = level
  @HostCount = hostcount
  @FirstTime = firsttime
  @LastTime = lasttime
  @DetectResult = detectresult
  @RuleId = ruleid
  @PassedHostCount = passedhostcount
  @NotPassedHostCount = notpassedhostcount
end

Instance Attribute Details

#DetectResultObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def DetectResult
  @DetectResult
end

#DetectStatusObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def DetectStatus
  @DetectStatus
end

#FirstTimeObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def FirstTime
  @FirstTime
end

#FixMethodObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def FixMethod
  @FixMethod
end

#HostCountObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def HostCount
  @HostCount
end

#ItemDescObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def ItemDesc
  @ItemDesc
end

#ItemIdObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def ItemId
  @ItemId
end

#ItemNameObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def ItemName
  @ItemName
end

#LastTimeObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def LastTime
  @LastTime
end

#LevelObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def Level
  @Level
end

#NotPassedHostCountObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def NotPassedHostCount
  @NotPassedHostCount
end

#PassedHostCountObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def PassedHostCount
  @PassedHostCount
end

#RuleIdObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def RuleId
  @RuleId
end

#RuleNameObject



3385
3386
3387
# File 'lib/v20180228/models.rb', line 3385

def RuleName
  @RuleName
end

Instance Method Details

#deserialize(params) ⇒ Object



3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
# File 'lib/v20180228/models.rb', line 3404

def deserialize(params)
  @ItemId = params['ItemId']
  @ItemName = params['ItemName']
  @ItemDesc = params['ItemDesc']
  @FixMethod = params['FixMethod']
  @RuleName = params['RuleName']
  @DetectStatus = params['DetectStatus']
  @Level = params['Level']
  @HostCount = params['HostCount']
  @FirstTime = params['FirstTime']
  @LastTime = params['LastTime']
  @DetectResult = params['DetectResult']
  @RuleId = params['RuleId']
  @PassedHostCount = params['PassedHostCount']
  @NotPassedHostCount = params['NotPassedHostCount']
end