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.
2135 2136 2137 |
# File 'lib/v20190904/models.rb', line 2135 def initialize(cfwinstance=nil) @CfwInstance = cfwinstance end |
Instance Attribute Details
#CfwInstance ⇒ Object
2133 2134 2135 |
# File 'lib/v20190904/models.rb', line 2133 def CfwInstance @CfwInstance end |
Instance Method Details
#deserialize(params) ⇒ Object
2139 2140 2141 |
# File 'lib/v20190904/models.rb', line 2139 def deserialize(params) @CfwInstance = params['CfwInstance'] end |