# File lib/fog/compute/ecloud/models/authentication_levels.rb, line 11
        def all
          data = service.get_authentication_levels(href).body
          load(data)
        end