Class: TencentCloud::Billing::V20180709::BillInstanceType

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

Overview

实例类型筛选列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instancetype = nil, instancetypename = nil) ⇒ BillInstanceType

Returns a new instance of BillInstanceType.



2784
2785
2786
2787
# File 'lib/v20180709/models.rb', line 2784

def initialize(instancetype=nil, instancetypename=nil)
  @InstanceType = instancetype
  @InstanceTypeName = instancetypename
end

Instance Attribute Details

#InstanceTypeObject

Parameters:

  • InstanceType:

    实例类型编码

  • InstanceTypeName:

    实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”



2782
2783
2784
# File 'lib/v20180709/models.rb', line 2782

def InstanceType
  @InstanceType
end

#InstanceTypeNameObject

Parameters:

  • InstanceType:

    实例类型编码

  • InstanceTypeName:

    实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”



2782
2783
2784
# File 'lib/v20180709/models.rb', line 2782

def InstanceTypeName
  @InstanceTypeName
end

Instance Method Details

#deserialize(params) ⇒ Object



2789
2790
2791
2792
# File 'lib/v20180709/models.rb', line 2789

def deserialize(params)
  @InstanceType = params['InstanceType']
  @InstanceTypeName = params['InstanceTypeName']
end