# File lib/fog/xenserver/models/compute/server.rb, line 100
        def networks
          vifs.collect { |v| v.network }
        end