Class: TencentCloud::Cfw::V20190904::DeleteNatFwInstanceRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DeleteNatFwInstanceRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DeleteNatFwInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cfwinstance = nil) ⇒ DeleteNatFwInstanceRequest
constructor
A new instance of DeleteNatFwInstanceRequest.
Constructor Details
#initialize(cfwinstance = nil) ⇒ DeleteNatFwInstanceRequest
Returns a new instance of DeleteNatFwInstanceRequest.
2334 2335 2336 |
# File 'lib/v20190904/models.rb', line 2334 def initialize(cfwinstance=nil) @CfwInstance = cfwinstance end |
Instance Attribute Details
#CfwInstance ⇒ Object
2332 2333 2334 |
# File 'lib/v20190904/models.rb', line 2332 def CfwInstance @CfwInstance end |
Instance Method Details
#deserialize(params) ⇒ Object
2338 2339 2340 |
# File 'lib/v20190904/models.rb', line 2338 def deserialize(params) @CfwInstance = params['CfwInstance'] end |