# File lib/fog/xenserver/models/compute/host.rb, line 37 def resident_servers __resident_vms.collect { |ref| service.servers.get ref } end