# File lib/fog/compute/models/ecloud/vdc.rb, line 45
        def tasks
          @tasks ||= Fog::Compute::Ecloud::Tasks.
            new( :connection => connection,
                 :href => href + "/tasksList" )
        end