Class: TencentCloud::Ecm::V20190719::InstanceFamilyTypeConfig

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190719/models.rb

Overview

实例系列类型配置

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#InstanceFamilyTypeObject

Parameters:

  • InstanceFamilyType:

    实例机型系列类型Id

  • InstanceFamilyTypeName:

    实例机型系列类型名称



6281
6282
6283
# File 'lib/v20190719/models.rb', line 6281

def InstanceFamilyType
  @InstanceFamilyType
end

#InstanceFamilyTypeNameObject

Parameters:

  • InstanceFamilyType:

    实例机型系列类型Id

  • InstanceFamilyTypeName:

    实例机型系列类型名称



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