Class: TencentCloud::Clb::V20180317::ZoneInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::ZoneInfo
- Defined in:
- lib/v20180317/models.rb
Overview
可用区相关信息
Instance Attribute Summary collapse
- #EdgeZone ⇒ Object
- #LocalZone ⇒ Object
- #Zone ⇒ Object
- #ZoneId ⇒ Object
- #ZoneName ⇒ Object
- #ZoneRegion ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, zone = nil, zonename = nil, zoneregion = nil, localzone = nil, edgezone = nil) ⇒ ZoneInfo
constructor
A new instance of ZoneInfo.
Constructor Details
#initialize(zoneid = nil, zone = nil, zonename = nil, zoneregion = nil, localzone = nil, edgezone = nil) ⇒ ZoneInfo
Returns a new instance of ZoneInfo.
8894 8895 8896 8897 8898 8899 8900 8901 |
# File 'lib/v20180317/models.rb', line 8894 def initialize(zoneid=nil, zone=nil, zonename=nil, zoneregion=nil, localzone=nil, edgezone=nil) @ZoneId = zoneid @Zone = zone @ZoneName = zonename @ZoneRegion = zoneregion @LocalZone = localzone @EdgeZone = edgezone end |
Instance Attribute Details
#EdgeZone ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def EdgeZone @EdgeZone end |
#LocalZone ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def LocalZone @LocalZone end |
#Zone ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def Zone @Zone end |
#ZoneId ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def ZoneId @ZoneId end |
#ZoneName ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def ZoneName @ZoneName end |
#ZoneRegion ⇒ Object
8892 8893 8894 |
# File 'lib/v20180317/models.rb', line 8892 def ZoneRegion @ZoneRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
8903 8904 8905 8906 8907 8908 8909 8910 |
# File 'lib/v20180317/models.rb', line 8903 def deserialize(params) @ZoneId = params['ZoneId'] @Zone = params['Zone'] @ZoneName = params['ZoneName'] @ZoneRegion = params['ZoneRegion'] @LocalZone = params['LocalZone'] @EdgeZone = params['EdgeZone'] end |