Class: TencentCloud::Cfw::V20190904::VpcZoneData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::VpcZoneData
- Defined in:
- lib/v20190904/models.rb
Overview
vpc区域数据详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil, region = nil) ⇒ VpcZoneData
constructor
A new instance of VpcZoneData.
Constructor Details
#initialize(zone = nil, region = nil) ⇒ VpcZoneData
Returns a new instance of VpcZoneData.
10551 10552 10553 10554 |
# File 'lib/v20190904/models.rb', line 10551 def initialize(zone=nil, region=nil) @Zone = zone @Region = region end |
Instance Attribute Details
#Region ⇒ Object
10549 10550 10551 |
# File 'lib/v20190904/models.rb', line 10549 def Region @Region end |
#Zone ⇒ Object
10549 10550 10551 |
# File 'lib/v20190904/models.rb', line 10549 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
10556 10557 10558 10559 |
# File 'lib/v20190904/models.rb', line 10556 def deserialize(params) @Zone = params['Zone'] @Region = params['Region'] end |