# File lib/fog/softlayer/requests/compute/generate_virtual_guest_order_template.rb, line 35 def generate_virtual_guest_order_template(order_template) request(:virtual_guest, :generate_order_template, body: order_template, :http_method => :POST) end