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