# File lib/fog/compute/models/brightbox/server.rb, line 75
        def image
          requires :image_id
          connection.images.get(image_id)
        end