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.
10217 10218 10219 10220 |
# File 'lib/v20190904/models.rb', line 10217 def initialize(zone=nil, region=nil) @Zone = zone @Region = region end |
Instance Attribute Details
#Region ⇒ Object
10215 10216 10217 |
# File 'lib/v20190904/models.rb', line 10215 def Region @Region end |
#Zone ⇒ Object
10215 10216 10217 |
# File 'lib/v20190904/models.rb', line 10215 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
10222 10223 10224 10225 |
# File 'lib/v20190904/models.rb', line 10222 def deserialize(params) @Zone = params['Zone'] @Region = params['Region'] end |