Class: TencentCloud::Ecm::V20190719::InstanceFamilyTypeConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::InstanceFamilyTypeConfig
- Defined in:
- lib/v20190719/models.rb
Overview
实例系列类型配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instancefamilytype = nil, instancefamilytypename = nil) ⇒ InstanceFamilyTypeConfig
constructor
A new instance of InstanceFamilyTypeConfig.
Constructor Details
#initialize(instancefamilytype = nil, instancefamilytypename = nil) ⇒ InstanceFamilyTypeConfig
Returns a new instance of InstanceFamilyTypeConfig.
6283 6284 6285 6286 |
# File 'lib/v20190719/models.rb', line 6283 def initialize(instancefamilytype=nil, instancefamilytypename=nil) @InstanceFamilyType = instancefamilytype @InstanceFamilyTypeName = instancefamilytypename end |
Instance Attribute Details
#InstanceFamilyType ⇒ Object
6281 6282 6283 |
# File 'lib/v20190719/models.rb', line 6281 def InstanceFamilyType @InstanceFamilyType end |
#InstanceFamilyTypeName ⇒ Object
6281 6282 6283 |
# File 'lib/v20190719/models.rb', line 6281 def InstanceFamilyTypeName @InstanceFamilyTypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
6288 6289 6290 6291 |
# File 'lib/v20190719/models.rb', line 6288 def deserialize(params) @InstanceFamilyType = params['InstanceFamilyType'] @InstanceFamilyTypeName = params['InstanceFamilyTypeName'] end |