Class: TencentCloud::Cwp::V20180228::BaselineRuleInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BaselineRuleInfo
- Defined in:
- lib/v20180228/models.rb
Overview
基线检测信息
Instance Attribute Summary collapse
- #Description ⇒ Object
- #EventId ⇒ Object
- #FixMessage ⇒ Object
- #LastScanAt ⇒ Object
- #Level ⇒ Object
- #RuleId ⇒ Object
- #RuleName ⇒ Object
- #RuleRemark ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil, description = nil, fixmessage = nil, level = nil, status = nil, ruleid = nil, lastscanat = nil, ruleremark = nil, uuid = nil, eventid = nil) ⇒ BaselineRuleInfo
constructor
A new instance of BaselineRuleInfo.
Constructor Details
#initialize(rulename = nil, description = nil, fixmessage = nil, level = nil, status = nil, ruleid = nil, lastscanat = nil, ruleremark = nil, uuid = nil, eventid = nil) ⇒ BaselineRuleInfo
Returns a new instance of BaselineRuleInfo.
3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 |
# File 'lib/v20180228/models.rb', line 3788 def initialize(rulename=nil, description=nil, =nil, level=nil, status=nil, ruleid=nil, lastscanat=nil, ruleremark=nil, uuid=nil, eventid=nil) @RuleName = rulename @Description = description @FixMessage = @Level = level @Status = status @RuleId = ruleid @LastScanAt = lastscanat @RuleRemark = ruleremark @Uuid = uuid @EventId = eventid end |
Instance Attribute Details
#Description ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def Description @Description end |
#EventId ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def EventId @EventId end |
#FixMessage ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def FixMessage @FixMessage end |
#LastScanAt ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def LastScanAt @LastScanAt end |
#Level ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def Level @Level end |
#RuleId ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def RuleId @RuleId end |
#RuleName ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def RuleName @RuleName end |
#RuleRemark ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def RuleRemark @RuleRemark end |
#Status ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def Status @Status end |
#Uuid ⇒ Object
3786 3787 3788 |
# File 'lib/v20180228/models.rb', line 3786 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/v20180228/models.rb', line 3801 def deserialize(params) @RuleName = params['RuleName'] @Description = params['Description'] @FixMessage = params['FixMessage'] @Level = params['Level'] @Status = params['Status'] @RuleId = params['RuleId'] @LastScanAt = params['LastScanAt'] @RuleRemark = params['RuleRemark'] @Uuid = params['Uuid'] @EventId = params['EventId'] end |