# File lib/fog/hp/models/compute/images.rb, line 23
        def get(image_id)
          data = service.get_image_details(image_id).body['image']
          new(data)
        rescue Fog::Compute::HP::NotFound
          nil
        end