class TencentCloud::Cvm::V20170312::ReservedInstancePriceItem

基于付费类型的预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。

def deserialize(params)

def deserialize(params)
  @OfferingType = params['OfferingType']
  @FixedPrice = params['FixedPrice']
  @UsagePrice = params['UsagePrice']
  @ReservedInstancesOfferingId = params['ReservedInstancesOfferingId']
  @Zone = params['Zone']
  @Duration = params['Duration']
  @ProductDescription = params['ProductDescription']
end

def initialize(offeringtype=nil, fixedprice=nil, usageprice=nil, reservedinstancesofferingid=nil, zone=nil, duration=nil, productdescription=nil)

def initialize(offeringtype=nil, fixedprice=nil, usageprice=nil, reservedinstancesofferingid=nil, zone=nil, duration=nil, productdescription=nil)
  @OfferingType = offeringtype
  @FixedPrice = fixedprice
  @UsagePrice = usageprice
  @ReservedInstancesOfferingId = reservedinstancesofferingid
  @Zone = zone
  @Duration = duration
  @ProductDescription = productdescription
end