# File lib/fog/vcloud/models/compute/servers.rb, line 21
        def get(uri)
          service.get_vapp(uri)
        rescue Fog::Errors::NotFound
          nil
        end