# File lib/fog/ibm/models/compute/server.rb, line 165
        def location
          requires :location_id
          connection.locations.get(location_id)
        end