Class: TencentCloud::Cfw::V20190904::ModifyEWRuleStatusRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ModifyEWRuleStatusRequest
- Defined in:
- lib/v20190904/models.rb
Overview
ModifyEWRuleStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeid = nil, status = nil, direction = nil, rulesequence = nil, ruletype = nil) ⇒ ModifyEWRuleStatusRequest
constructor
A new instance of ModifyEWRuleStatusRequest.
Constructor Details
#initialize(edgeid = nil, status = nil, direction = nil, rulesequence = nil, ruletype = nil) ⇒ ModifyEWRuleStatusRequest
Returns a new instance of ModifyEWRuleStatusRequest.
6689 6690 6691 6692 6693 6694 6695 |
# File 'lib/v20190904/models.rb', line 6689 def initialize(edgeid=nil, status=nil, direction=nil, rulesequence=nil, ruletype=nil) @EdgeId = edgeid @Status = status @Direction = direction @RuleSequence = rulesequence @RuleType = ruletype end |
Instance Attribute Details
#Direction ⇒ Object
6687 6688 6689 |
# File 'lib/v20190904/models.rb', line 6687 def Direction @Direction end |
#EdgeId ⇒ Object
6687 6688 6689 |
# File 'lib/v20190904/models.rb', line 6687 def EdgeId @EdgeId end |
#RuleSequence ⇒ Object
6687 6688 6689 |
# File 'lib/v20190904/models.rb', line 6687 def RuleSequence @RuleSequence end |
#RuleType ⇒ Object
6687 6688 6689 |
# File 'lib/v20190904/models.rb', line 6687 def RuleType @RuleType end |
#Status ⇒ Object
6687 6688 6689 |
# File 'lib/v20190904/models.rb', line 6687 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/v20190904/models.rb', line 6697 def deserialize(params) @EdgeId = params['EdgeId'] @Status = params['Status'] @Direction = params['Direction'] @RuleSequence = params['RuleSequence'] @RuleType = params['RuleType'] end |