class TencentCloud::Bm::V20180423::CreateSpotDeviceRequest

CreateSpotDevice请求参数结构体

def deserialize(params)

def deserialize(params)
  @Zone = params['Zone']
  @ComputeType = params['ComputeType']
  @OsTypeId = params['OsTypeId']
  @VpcId = params['VpcId']
  @SubnetId = params['SubnetId']
  @GoodsNum = params['GoodsNum']
  @SpotStrategy = params['SpotStrategy']
  @SpotPriceLimit = params['SpotPriceLimit']
  @Passwd = params['Passwd']
end

def initialize(zone=nil, computetype=nil, ostypeid=nil, vpcid=nil, subnetid=nil, goodsnum=nil, spotstrategy=nil, spotpricelimit=nil, passwd=nil)

def initialize(zone=nil, computetype=nil, ostypeid=nil, vpcid=nil, subnetid=nil, goodsnum=nil, spotstrategy=nil, spotpricelimit=nil, passwd=nil)
  @Zone = zone
  @ComputeType = computetype
  @OsTypeId = ostypeid
  @VpcId = vpcid
  @SubnetId = subnetid
  @GoodsNum = goodsnum
  @SpotStrategy = spotstrategy
  @SpotPriceLimit = spotpricelimit
  @Passwd = passwd
end