# File lib/fog/compute/serverlove/requests/create_server.rb, line 5
        def create_server(options)
          return nil if options.empty? || options.nil?
          request(:method => "post", :path => "/servers/create/stopped", :expects => 200, :options => options)
        end