# File lib/fog/softlayer/requests/compute/get_bare_metal_create_options.rb, line 13
        def get_bare_metal_create_options
          response = Excon::Response.new
          response.body = bare_metal_options
          response.status = 200
          response
        end