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