# File lib/fog/xenserver/models/compute/networks.rb, line 16 def all(options = {}) data = connection.get_records 'network' load(data) end