# File lib/fog/ecloud/models/compute/vdcs.rb, line 19
        def get(uri)
          if data = connection.get_vdc(uri)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end