# File lib/fog/hp/models/compute/server.rb, line 104
        def image_id
          @image_id ||= (image.nil? ? nil : image["id"])
        end