# File lib/fog/xenserver/models/compute/network.rb, line 46 def vifs v = [] __vifs.each do |vif| v << connection.vifs.get(vif) end v end