Class: TencentCloud::Waf::V20180125::WafRuleLimit
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::WafRuleLimit
- Defined in:
- lib/v20180125/models.rb
Overview
waf模块的规格
Instance Attribute Summary collapse
- #AI ⇒ Object
- #AntiLeak ⇒ Object
- #AntiTamper ⇒ Object
- #ApiSecurity ⇒ Object
- #AreaBan ⇒ Object
- #AutoCC ⇒ Object
- #BatchCC ⇒ Object
- #BatchSession ⇒ Object
- #CC ⇒ Object
- #CCSession ⇒ Object
- #ClientMsg ⇒ Object
- #CustomRule ⇒ Object
- #CustomWhite ⇒ Object
- #IPControl ⇒ Object
- #TrafficMarking ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cc = nil, customrule = nil, ipcontrol = nil, antileak = nil, antitamper = nil, autocc = nil, areaban = nil, ccsession = nil, ai = nil, customwhite = nil, apisecurity = nil, clientmsg = nil, trafficmarking = nil, batchcc = nil, batchsession = nil) ⇒ WafRuleLimit
constructor
A new instance of WafRuleLimit.
Constructor Details
#initialize(cc = nil, customrule = nil, ipcontrol = nil, antileak = nil, antitamper = nil, autocc = nil, areaban = nil, ccsession = nil, ai = nil, customwhite = nil, apisecurity = nil, clientmsg = nil, trafficmarking = nil, batchcc = nil, batchsession = nil) ⇒ WafRuleLimit
Returns a new instance of WafRuleLimit.
19994 19995 19996 19997 19998 19999 20000 20001 20002 20003 20004 20005 20006 20007 20008 20009 20010 |
# File 'lib/v20180125/models.rb', line 19994 def initialize(cc=nil, customrule=nil, ipcontrol=nil, antileak=nil, antitamper=nil, autocc=nil, areaban=nil, ccsession=nil, ai=nil, customwhite=nil, apisecurity=nil, clientmsg=nil, trafficmarking=nil, batchcc=nil, batchsession=nil) @CC = cc @CustomRule = customrule @IPControl = ipcontrol @AntiLeak = antileak @AntiTamper = antitamper @AutoCC = autocc @AreaBan = areaban @CCSession = ccsession @AI = ai @CustomWhite = customwhite @ApiSecurity = apisecurity @ClientMsg = clientmsg @TrafficMarking = trafficmarking @BatchCC = batchcc @BatchSession = batchsession end |
Instance Attribute Details
#AI ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def AI @AI end |
#AntiLeak ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def AntiLeak @AntiLeak end |
#AntiTamper ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def AntiTamper @AntiTamper end |
#ApiSecurity ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def ApiSecurity @ApiSecurity end |
#AreaBan ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def AreaBan @AreaBan end |
#AutoCC ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def AutoCC @AutoCC end |
#BatchCC ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def BatchCC @BatchCC end |
#BatchSession ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def BatchSession @BatchSession end |
#CC ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def CC @CC end |
#CCSession ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def CCSession @CCSession end |
#ClientMsg ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def ClientMsg @ClientMsg end |
#CustomRule ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def CustomRule @CustomRule end |
#CustomWhite ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def CustomWhite @CustomWhite end |
#IPControl ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def IPControl @IPControl end |
#TrafficMarking ⇒ Object
19992 19993 19994 |
# File 'lib/v20180125/models.rb', line 19992 def TrafficMarking @TrafficMarking end |
Instance Method Details
#deserialize(params) ⇒ Object
20012 20013 20014 20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 20025 20026 20027 20028 |
# File 'lib/v20180125/models.rb', line 20012 def deserialize(params) @CC = params['CC'] @CustomRule = params['CustomRule'] @IPControl = params['IPControl'] @AntiLeak = params['AntiLeak'] @AntiTamper = params['AntiTamper'] @AutoCC = params['AutoCC'] @AreaBan = params['AreaBan'] @CCSession = params['CCSession'] @AI = params['AI'] @CustomWhite = params['CustomWhite'] @ApiSecurity = params['ApiSecurity'] @ClientMsg = params['ClientMsg'] @TrafficMarking = params['TrafficMarking'] @BatchCC = params['BatchCC'] @BatchSession = params['BatchSession'] end |