Class: TencentCloud::Waf::V20180125::RuleList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::RuleList
- Defined in:
- lib/v20180125/models.rb
Overview
规则白名单
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Function ⇒ Object
- #Id ⇒ Object
- #Rules ⇒ Object
- #Status ⇒ Object
- #Time ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, rules = nil, url = nil, function = nil, time = nil, status = nil, createtime = nil) ⇒ RuleList
constructor
A new instance of RuleList.
Constructor Details
#initialize(id = nil, rules = nil, url = nil, function = nil, time = nil, status = nil, createtime = nil) ⇒ RuleList
Returns a new instance of RuleList.
17837 17838 17839 17840 17841 17842 17843 17844 17845 |
# File 'lib/v20180125/models.rb', line 17837 def initialize(id=nil, rules=nil, url=nil, function=nil, time=nil, status=nil, createtime=nil) @Id = id @Rules = rules @Url = url @Function = function @Time = time @Status = status @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def CreateTime @CreateTime end |
#Function ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Function @Function end |
#Id ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Id @Id end |
#Rules ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Rules @Rules end |
#Status ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Status @Status end |
#Time ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Time @Time end |
#Url ⇒ Object
17835 17836 17837 |
# File 'lib/v20180125/models.rb', line 17835 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
17847 17848 17849 17850 17851 17852 17853 17854 17855 |
# File 'lib/v20180125/models.rb', line 17847 def deserialize(params) @Id = params['Id'] @Rules = params['Rules'] @Url = params['Url'] @Function = params['Function'] @Time = params['Time'] @Status = params['Status'] @CreateTime = params['CreateTime'] end |