Class: TencentCloud::Cfw::V20190904::VpcFwInstanceShow
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::VpcFwInstanceShow
- Defined in:
- lib/v20190904/models.rb
Overview
VPC防火墙实例信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fwinsid = nil, fwinsname = nil, fwinsregion = nil) ⇒ VpcFwInstanceShow
constructor
A new instance of VpcFwInstanceShow.
Constructor Details
#initialize(fwinsid = nil, fwinsname = nil, fwinsregion = nil) ⇒ VpcFwInstanceShow
Returns a new instance of VpcFwInstanceShow.
10361 10362 10363 10364 10365 |
# File 'lib/v20190904/models.rb', line 10361 def initialize(fwinsid=nil, fwinsname=nil, fwinsregion=nil) @FwInsId = fwinsid @FwInsName = fwinsname @FwInsRegion = fwinsregion end |
Instance Attribute Details
#FwInsId ⇒ Object
10359 10360 10361 |
# File 'lib/v20190904/models.rb', line 10359 def FwInsId @FwInsId end |
#FwInsName ⇒ Object
10359 10360 10361 |
# File 'lib/v20190904/models.rb', line 10359 def FwInsName @FwInsName end |
#FwInsRegion ⇒ Object
10359 10360 10361 |
# File 'lib/v20190904/models.rb', line 10359 def FwInsRegion @FwInsRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
10367 10368 10369 10370 10371 |
# File 'lib/v20190904/models.rb', line 10367 def deserialize(params) @FwInsId = params['FwInsId'] @FwInsName = params['FwInsName'] @FwInsRegion = params['FwInsRegion'] end |