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.
29858 29859 29860 29861 29862 29863 29864 |
# File 'lib/v20180228/models.rb', line 29858 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
29856 29857 29858 |
# File 'lib/v20180228/models.rb', line 29856 def EffectHostCount @EffectHostCount end |
#Fix ⇒ Object
29856 29857 29858 |
# File 'lib/v20180228/models.rb', line 29856 def Fix @Fix end |
#ModifyTime ⇒ Object
29856 29857 29858 |
# File 'lib/v20180228/models.rb', line 29856 def ModifyTime @ModifyTime end |
#RuleId ⇒ Object
29856 29857 29858 |
# File 'lib/v20180228/models.rb', line 29856 def RuleId @RuleId end |
#RuleName ⇒ Object
29856 29857 29858 |
# File 'lib/v20180228/models.rb', line 29856 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
29866 29867 29868 29869 29870 29871 29872 |
# File 'lib/v20180228/models.rb', line 29866 def deserialize(params) @RuleName = params['RuleName'] @RuleId = params['RuleId'] @ModifyTime = params['ModifyTime'] @Fix = params['Fix'] @EffectHostCount = params['EffectHostCount'] end |