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.
2086 2087 2088 |
# File 'lib/v20190904/models.rb', line 2086 def initialize(cfwinstance=nil) @CfwInstance = cfwinstance end |
Instance Attribute Details
#CfwInstance ⇒ Object
2084 2085 2086 |
# File 'lib/v20190904/models.rb', line 2084 def CfwInstance @CfwInstance end |
Instance Method Details
#deserialize(params) ⇒ Object
2090 2091 2092 |
# File 'lib/v20190904/models.rb', line 2090 def deserialize(params) @CfwInstance = params['CfwInstance'] end |