Class: TencentCloud::Cwp::V20180228::RaspRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RaspRule
- Defined in:
- lib/v20180228/models.rb
Overview
rasp白名单规则
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #CveID ⇒ Object
- #Id ⇒ Object
- #ModifyTime ⇒ Object
- #Status ⇒ Object
- #SupportDefense ⇒ Object
- #URLRegexp ⇒ Object
- #VulVulsID ⇒ Object
- #VulVulsName ⇒ Object
- #WhiteType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, urlregexp = nil, vulvulsid = nil, vulvulsname = nil, cveid = nil, supportdefense = nil, whitetype = nil, status = nil, createtime = nil, modifytime = nil) ⇒ RaspRule
constructor
A new instance of RaspRule.
Constructor Details
#initialize(id = nil, urlregexp = nil, vulvulsid = nil, vulvulsname = nil, cveid = nil, supportdefense = nil, whitetype = nil, status = nil, createtime = nil, modifytime = nil) ⇒ RaspRule
Returns a new instance of RaspRule.
36746 36747 36748 36749 36750 36751 36752 36753 36754 36755 36756 36757 |
# File 'lib/v20180228/models.rb', line 36746 def initialize(id=nil, urlregexp=nil, vulvulsid=nil, vulvulsname=nil, cveid=nil, supportdefense=nil, whitetype=nil, status=nil, createtime=nil, modifytime=nil) @Id = id @URLRegexp = urlregexp @VulVulsID = vulvulsid @VulVulsName = vulvulsname @CveID = cveid @SupportDefense = supportdefense @WhiteType = whitetype @Status = status @CreateTime = createtime @ModifyTime = modifytime end |
Instance Attribute Details
#CreateTime ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def CreateTime @CreateTime end |
#CveID ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def CveID @CveID end |
#Id ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def Id @Id end |
#ModifyTime ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def ModifyTime @ModifyTime end |
#Status ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def Status @Status end |
#SupportDefense ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def SupportDefense @SupportDefense end |
#URLRegexp ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def URLRegexp @URLRegexp end |
#VulVulsID ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def VulVulsID @VulVulsID end |
#VulVulsName ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def VulVulsName @VulVulsName end |
#WhiteType ⇒ Object
36744 36745 36746 |
# File 'lib/v20180228/models.rb', line 36744 def WhiteType @WhiteType end |
Instance Method Details
#deserialize(params) ⇒ Object
36759 36760 36761 36762 36763 36764 36765 36766 36767 36768 36769 36770 |
# File 'lib/v20180228/models.rb', line 36759 def deserialize(params) @Id = params['Id'] @URLRegexp = params['URLRegexp'] @VulVulsID = params['VulVulsID'] @VulVulsName = params['VulVulsName'] @CveID = params['CveID'] @SupportDefense = params['SupportDefense'] @WhiteType = params['WhiteType'] @Status = params['Status'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] end |