# File lib/fog/xenserver/models/compute/server.rb, line 95
        def vifs
          __vifs.collect { |vif| connection.vifs.get vif }
        end