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