# File lib/fog/compute/models/ecloud/nodes.rb, line 13
        def all
          check_href!( :messages => "the Nodes href of the Internet Service you want to enumerate" )
          if data = connection.get_nodes(href).body[:NodeService]
            load(data)
          end
        end