Class: TencentCloud::Cdb::V20170320::CdbSellType

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

Overview

售卖实例类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(typename = nil, engineversion = nil, configids = nil) ⇒ CdbSellType

Returns a new instance of CdbSellType.



1583
1584
1585
1586
1587
# File 'lib/v20170320/models.rb', line 1583

def initialize(typename=nil, engineversion=nil, configids=nil)
  @TypeName = typename
  @EngineVersion = engineversion
  @ConfigIds = configids
end

Instance Attribute Details

#ConfigIdsObject

Parameters:

  • TypeName:

    售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。

  • EngineVersion:

    引擎版本号

  • ConfigIds:

    售卖规格Id



1581
1582
1583
# File 'lib/v20170320/models.rb', line 1581

def ConfigIds
  @ConfigIds
end

#EngineVersionObject

Parameters:

  • TypeName:

    售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。

  • EngineVersion:

    引擎版本号

  • ConfigIds:

    售卖规格Id



1581
1582
1583
# File 'lib/v20170320/models.rb', line 1581

def EngineVersion
  @EngineVersion
end

#TypeNameObject

Parameters:

  • TypeName:

    售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。

  • EngineVersion:

    引擎版本号

  • ConfigIds:

    售卖规格Id



1581
1582
1583
# File 'lib/v20170320/models.rb', line 1581

def TypeName
  @TypeName
end

Instance Method Details

#deserialize(params) ⇒ Object



1589
1590
1591
1592
1593
# File 'lib/v20170320/models.rb', line 1589

def deserialize(params)
  @TypeName = params['TypeName']
  @EngineVersion = params['EngineVersion']
  @ConfigIds = params['ConfigIds']
end