# File lib/fog/ecloud/models/compute/environment.rb, line 22
        def node_services
          @node_services ||= Fog::Compute::Ecloud::Nodes.new(:connection => connection, :href => "/cloudapi/ecloud/networkSummary/environments/#{id}")
        end