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