Class: TencentCloud::Cfw::V20190904::VpcFwCvmInsInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::VpcFwCvmInsInfo
- Defined in:
- lib/v20190904/models.rb
Overview
VPC防火墙实例的CVM信息
Instance Attribute Summary collapse
- #BandWidth ⇒ Object
- #FwInsId ⇒ Object
- #Region ⇒ Object
- #RegionDetail ⇒ Object
- #RegionZh ⇒ Object
- #Zone ⇒ Object
- #ZoneBak ⇒ Object
- #ZoneZh ⇒ Object
- #ZoneZhBack ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fwinsid = nil, region = nil, regionzh = nil, regiondetail = nil, zonezh = nil, zonezhback = nil, bandwidth = nil, zone = nil, zonebak = nil) ⇒ VpcFwCvmInsInfo
constructor
A new instance of VpcFwCvmInsInfo.
Constructor Details
#initialize(fwinsid = nil, region = nil, regionzh = nil, regiondetail = nil, zonezh = nil, zonezhback = nil, bandwidth = nil, zone = nil, zonebak = nil) ⇒ VpcFwCvmInsInfo
Returns a new instance of VpcFwCvmInsInfo.
9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 |
# File 'lib/v20190904/models.rb', line 9773 def initialize(fwinsid=nil, region=nil, regionzh=nil, regiondetail=nil, zonezh=nil, zonezhback=nil, bandwidth=nil, zone=nil, zonebak=nil) @FwInsId = fwinsid @Region = region @RegionZh = regionzh @RegionDetail = regiondetail @ZoneZh = zonezh @ZoneZhBack = zonezhback @BandWidth = bandwidth @Zone = zone @ZoneBak = zonebak end |
Instance Attribute Details
#BandWidth ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def BandWidth @BandWidth end |
#FwInsId ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def FwInsId @FwInsId end |
#Region ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def Region @Region end |
#RegionDetail ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def RegionDetail @RegionDetail end |
#RegionZh ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def RegionZh @RegionZh end |
#Zone ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def Zone @Zone end |
#ZoneBak ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def ZoneBak @ZoneBak end |
#ZoneZh ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def ZoneZh @ZoneZh end |
#ZoneZhBack ⇒ Object
9771 9772 9773 |
# File 'lib/v20190904/models.rb', line 9771 def ZoneZhBack @ZoneZhBack end |
Instance Method Details
#deserialize(params) ⇒ Object
9785 9786 9787 9788 9789 9790 9791 9792 9793 9794 9795 |
# File 'lib/v20190904/models.rb', line 9785 def deserialize(params) @FwInsId = params['FwInsId'] @Region = params['Region'] @RegionZh = params['RegionZh'] @RegionDetail = params['RegionDetail'] @ZoneZh = params['ZoneZh'] @ZoneZhBack = params['ZoneZhBack'] @BandWidth = params['BandWidth'] @Zone = params['Zone'] @ZoneBak = params['ZoneBak'] end |