# File lib/fog/xenserver/models/compute/vdis.rb, line 12 def all(options = {}) data = service.get_records 'VDI' load(data) end