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