Class: TencentCloud::Cfw::V20190904::SetNatFwEipRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::SetNatFwEipRequest
- Defined in:
- lib/v20190904/models.rb
Overview
SetNatFwEip请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(operationtype = nil, cfwinstance = nil, eiplist = nil) ⇒ SetNatFwEipRequest
constructor
A new instance of SetNatFwEipRequest.
Constructor Details
#initialize(operationtype = nil, cfwinstance = nil, eiplist = nil) ⇒ SetNatFwEipRequest
Returns a new instance of SetNatFwEipRequest.
10323 10324 10325 10326 10327 |
# File 'lib/v20190904/models.rb', line 10323 def initialize(operationtype=nil, cfwinstance=nil, eiplist=nil) @OperationType = operationtype @CfwInstance = cfwinstance @EipList = eiplist end |
Instance Attribute Details
#CfwInstance ⇒ Object
10321 10322 10323 |
# File 'lib/v20190904/models.rb', line 10321 def CfwInstance @CfwInstance end |
#EipList ⇒ Object
10321 10322 10323 |
# File 'lib/v20190904/models.rb', line 10321 def EipList @EipList end |
#OperationType ⇒ Object
10321 10322 10323 |
# File 'lib/v20190904/models.rb', line 10321 def OperationType @OperationType end |
Instance Method Details
#deserialize(params) ⇒ Object
10329 10330 10331 10332 10333 |
# File 'lib/v20190904/models.rb', line 10329 def deserialize(params) @OperationType = params['OperationType'] @CfwInstance = params['CfwInstance'] @EipList = params['EipList'] end |