# File lib/fog/virtual_box/models/compute/servers.rb, line 12
        def all
          data = service.machines.map do |machine|
            {
              :raw => machine
            }
          end
          load(data)
        end