Class: TencentCloud::Cwp::V20180228::IgnoreBaselineRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::IgnoreBaselineRule
- Defined in:
- lib/v20180228/models.rb
Overview
忽略的基线检测项信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil, ruleid = nil, modifytime = nil, fix = nil, effecthostcount = nil) ⇒ IgnoreBaselineRule
constructor
A new instance of IgnoreBaselineRule.
Constructor Details
#initialize(rulename = nil, ruleid = nil, modifytime = nil, fix = nil, effecthostcount = nil) ⇒ IgnoreBaselineRule
Returns a new instance of IgnoreBaselineRule.
30277 30278 30279 30280 30281 30282 30283 |
# File 'lib/v20180228/models.rb', line 30277 def initialize(rulename=nil, ruleid=nil, modifytime=nil, fix=nil, effecthostcount=nil) @RuleName = rulename @RuleId = ruleid @ModifyTime = modifytime @Fix = fix @EffectHostCount = effecthostcount end |
Instance Attribute Details
#EffectHostCount ⇒ Object
30275 30276 30277 |
# File 'lib/v20180228/models.rb', line 30275 def EffectHostCount @EffectHostCount end |
#Fix ⇒ Object
30275 30276 30277 |
# File 'lib/v20180228/models.rb', line 30275 def Fix @Fix end |
#ModifyTime ⇒ Object
30275 30276 30277 |
# File 'lib/v20180228/models.rb', line 30275 def ModifyTime @ModifyTime end |
#RuleId ⇒ Object
30275 30276 30277 |
# File 'lib/v20180228/models.rb', line 30275 def RuleId @RuleId end |
#RuleName ⇒ Object
30275 30276 30277 |
# File 'lib/v20180228/models.rb', line 30275 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
30285 30286 30287 30288 30289 30290 30291 |
# File 'lib/v20180228/models.rb', line 30285 def deserialize(params) @RuleName = params['RuleName'] @RuleId = params['RuleId'] @ModifyTime = params['ModifyTime'] @Fix = params['Fix'] @EffectHostCount = params['EffectHostCount'] end |