Class: TencentCloud::Ckafka::V20190819::Region
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::Region
- Defined in:
- lib/v20190819/models.rb
Overview
地域实体对象
Instance Attribute Summary collapse
- #AreaName ⇒ Object
- #Ipv6 ⇒ Object
- #MultiZone ⇒ Object
- #RegionCode ⇒ Object
- #RegionCodeV3 ⇒ Object
- #RegionId ⇒ Object
- #RegionName ⇒ Object
- #Support ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regionid = nil, regionname = nil, areaname = nil, regioncode = nil, regioncodev3 = nil, support = nil, ipv6 = nil, multizone = nil) ⇒ Region
constructor
A new instance of Region.
Constructor Details
#initialize(regionid = nil, regionname = nil, areaname = nil, regioncode = nil, regioncodev3 = nil, support = nil, ipv6 = nil, multizone = nil) ⇒ Region
Returns a new instance of Region.
10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 |
# File 'lib/v20190819/models.rb', line 10709 def initialize(regionid=nil, regionname=nil, areaname=nil, regioncode=nil, regioncodev3=nil, support=nil, ipv6=nil, multizone=nil) @RegionId = regionid @RegionName = regionname @AreaName = areaname @RegionCode = regioncode @RegionCodeV3 = regioncodev3 @Support = support @Ipv6 = ipv6 @MultiZone = multizone end |
Instance Attribute Details
#AreaName ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def AreaName @AreaName end |
#Ipv6 ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def Ipv6 @Ipv6 end |
#MultiZone ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def MultiZone @MultiZone end |
#RegionCode ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def RegionCode @RegionCode end |
#RegionCodeV3 ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def RegionCodeV3 @RegionCodeV3 end |
#RegionId ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def RegionId @RegionId end |
#RegionName ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def RegionName @RegionName end |
#Support ⇒ Object
10707 10708 10709 |
# File 'lib/v20190819/models.rb', line 10707 def Support @Support end |
Instance Method Details
#deserialize(params) ⇒ Object
10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 |
# File 'lib/v20190819/models.rb', line 10720 def deserialize(params) @RegionId = params['RegionId'] @RegionName = params['RegionName'] @AreaName = params['AreaName'] @RegionCode = params['RegionCode'] @RegionCodeV3 = params['RegionCodeV3'] @Support = params['Support'] @Ipv6 = params['Ipv6'] @MultiZone = params['MultiZone'] end |