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.
36786 36787 36788 36789 36790 36791 |
# File 'lib/v20180228/models.rb', line 36786 def initialize(vulvulsid=nil, vulvulsname=nil, cveid=nil, supportdefense=nil) @VulVulsID = vulvulsid @VulVulsName = vulvulsname @CveID = cveid @SupportDefense = supportdefense end |
Instance Attribute Details
#CveID ⇒ Object
36784 36785 36786 |
# File 'lib/v20180228/models.rb', line 36784 def CveID @CveID end |
#SupportDefense ⇒ Object
36784 36785 36786 |
# File 'lib/v20180228/models.rb', line 36784 def SupportDefense @SupportDefense end |
#VulVulsID ⇒ Object
36784 36785 36786 |
# File 'lib/v20180228/models.rb', line 36784 def VulVulsID @VulVulsID end |
#VulVulsName ⇒ Object
36784 36785 36786 |
# File 'lib/v20180228/models.rb', line 36784 def VulVulsName @VulVulsName end |
Instance Method Details
#deserialize(params) ⇒ Object
36793 36794 36795 36796 36797 36798 |
# File 'lib/v20180228/models.rb', line 36793 def deserialize(params) @VulVulsID = params['VulVulsID'] @VulVulsName = params['VulVulsName'] @CveID = params['CveID'] @SupportDefense = params['SupportDefense'] end |