Class: TencentCloud::Sqlserver::V20180328::ZoneInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ZoneInfo
- Defined in:
- lib/v20180328/models.rb
Overview
可用区信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil, zonename = nil, zoneid = nil, specid = nil, version = nil) ⇒ ZoneInfo
constructor
A new instance of ZoneInfo.
Constructor Details
#initialize(zone = nil, zonename = nil, zoneid = nil, specid = nil, version = nil) ⇒ ZoneInfo
Returns a new instance of ZoneInfo.
11875 11876 11877 11878 11879 11880 11881 |
# File 'lib/v20180328/models.rb', line 11875 def initialize(zone=nil, zonename=nil, zoneid=nil, specid=nil, version=nil) @Zone = zone @ZoneName = zonename @ZoneId = zoneid @SpecId = specid @Version = version end |
Instance Attribute Details
#SpecId ⇒ Object
11873 11874 11875 |
# File 'lib/v20180328/models.rb', line 11873 def SpecId @SpecId end |
#Version ⇒ Object
11873 11874 11875 |
# File 'lib/v20180328/models.rb', line 11873 def Version @Version end |
#Zone ⇒ Object
11873 11874 11875 |
# File 'lib/v20180328/models.rb', line 11873 def Zone @Zone end |
#ZoneId ⇒ Object
11873 11874 11875 |
# File 'lib/v20180328/models.rb', line 11873 def ZoneId @ZoneId end |
#ZoneName ⇒ Object
11873 11874 11875 |
# File 'lib/v20180328/models.rb', line 11873 def ZoneName @ZoneName end |
Instance Method Details
#deserialize(params) ⇒ Object
11883 11884 11885 11886 11887 11888 11889 |
# File 'lib/v20180328/models.rb', line 11883 def deserialize(params) @Zone = params['Zone'] @ZoneName = params['ZoneName'] @ZoneId = params['ZoneId'] @SpecId = params['SpecId'] @Version = params['Version'] end |