Class: TencentCloud::Waf::V20180125::ModifyModuleStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyModuleStatusRequest
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyModuleStatus请求参数结构体
Instance Attribute Summary collapse
- #AccessControl ⇒ Object
- #AntiLeakage ⇒ Object
- #AntiTamper ⇒ Object
- #ApiProtection ⇒ Object
- #CcProtection ⇒ Object
- #Domain ⇒ Object
- #RateLimit ⇒ Object
- #WebSecurity ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, websecurity = nil, accesscontrol = nil, ccprotection = nil, apiprotection = nil, antitamper = nil, antileakage = nil, ratelimit = nil) ⇒ ModifyModuleStatusRequest
constructor
A new instance of ModifyModuleStatusRequest.
Constructor Details
#initialize(domain = nil, websecurity = nil, accesscontrol = nil, ccprotection = nil, apiprotection = nil, antitamper = nil, antileakage = nil, ratelimit = nil) ⇒ ModifyModuleStatusRequest
Returns a new instance of ModifyModuleStatusRequest.
11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 |
# File 'lib/v20180125/models.rb', line 11008 def initialize(domain=nil, websecurity=nil, accesscontrol=nil, ccprotection=nil, apiprotection=nil, antitamper=nil, antileakage=nil, ratelimit=nil) @Domain = domain @WebSecurity = websecurity @AccessControl = accesscontrol @CcProtection = ccprotection @ApiProtection = apiprotection @AntiTamper = antitamper @AntiLeakage = antileakage @RateLimit = ratelimit end |
Instance Attribute Details
#AccessControl ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def AccessControl @AccessControl end |
#AntiLeakage ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def AntiLeakage @AntiLeakage end |
#AntiTamper ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def AntiTamper @AntiTamper end |
#ApiProtection ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def ApiProtection @ApiProtection end |
#CcProtection ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def CcProtection @CcProtection end |
#Domain ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def Domain @Domain end |
#RateLimit ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def RateLimit @RateLimit end |
#WebSecurity ⇒ Object
11006 11007 11008 |
# File 'lib/v20180125/models.rb', line 11006 def WebSecurity @WebSecurity end |
Instance Method Details
#deserialize(params) ⇒ Object
11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/v20180125/models.rb', line 11019 def deserialize(params) @Domain = params['Domain'] @WebSecurity = params['WebSecurity'] @AccessControl = params['AccessControl'] @CcProtection = params['CcProtection'] @ApiProtection = params['ApiProtection'] @AntiTamper = params['AntiTamper'] @AntiLeakage = params['AntiLeakage'] @RateLimit = params['RateLimit'] end |