Class: TencentCloud::Cwp::V20180228::RaspRuleVul
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RaspRuleVul
- Defined in:
- lib/v20180228/models.rb
Overview
rasp白名单漏洞列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vulvulsid = nil, vulvulsname = nil, cveid = nil, supportdefense = nil) ⇒ RaspRuleVul
constructor
A new instance of RaspRuleVul.
Constructor Details
#initialize(vulvulsid = nil, vulvulsname = nil, cveid = nil, supportdefense = nil) ⇒ RaspRuleVul
Returns a new instance of RaspRuleVul.
36380 36381 36382 36383 36384 36385 |
# File 'lib/v20180228/models.rb', line 36380 def initialize(vulvulsid=nil, vulvulsname=nil, cveid=nil, supportdefense=nil) @VulVulsID = vulvulsid @VulVulsName = vulvulsname @CveID = cveid @SupportDefense = supportdefense end |
Instance Attribute Details
#CveID ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def CveID @CveID end |
#SupportDefense ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def SupportDefense @SupportDefense end |
#VulVulsID ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def VulVulsID @VulVulsID end |
#VulVulsName ⇒ Object
36378 36379 36380 |
# File 'lib/v20180228/models.rb', line 36378 def VulVulsName @VulVulsName end |
Instance Method Details
#deserialize(params) ⇒ Object
36387 36388 36389 36390 36391 36392 |
# File 'lib/v20180228/models.rb', line 36387 def deserialize(params) @VulVulsID = params['VulVulsID'] @VulVulsName = params['VulVulsName'] @CveID = params['CveID'] @SupportDefense = params['SupportDefense'] end |