# File lib/fog/vcloud/models/compute/organization.rb, line 15
        def networks
          @networks ||= Fog::Vcloud::Compute::Networks.
            new( :connection => connection,
                 :href => href )
        end