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.
10071 10072 10073 10074 10075 |
# File 'lib/v20190904/models.rb', line 10071 def initialize(fwinsid=nil, fwinsname=nil, fwinsregion=nil) @FwInsId = fwinsid @FwInsName = fwinsname @FwInsRegion = fwinsregion end |
Instance Attribute Details
#FwInsId ⇒ Object
10069 10070 10071 |
# File 'lib/v20190904/models.rb', line 10069 def FwInsId @FwInsId end |
#FwInsName ⇒ Object
10069 10070 10071 |
# File 'lib/v20190904/models.rb', line 10069 def FwInsName @FwInsName end |
#FwInsRegion ⇒ Object
10069 10070 10071 |
# File 'lib/v20190904/models.rb', line 10069 def FwInsRegion @FwInsRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
10077 10078 10079 10080 10081 |
# File 'lib/v20190904/models.rb', line 10077 def deserialize(params) @FwInsId = params['FwInsId'] @FwInsName = params['FwInsName'] @FwInsRegion = params['FwInsRegion'] end |