# File lib/fog/softlayer/models/compute/servers.rb, line 18
        def all
          data = service.list_servers
          load(data)
        end