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