# File lib/fog/xenserver/models/compute/hosts.rb, line 12
        def all(options={})
          data = service.get_records 'host'
          load(data)
        end