Collection
# File lib/fog/vcloud/models/compute/vdcs.rb, line 15 def all data = service.get_organization(org_uri).links.select { |link| link[:type] == "application/vnd.vmware.vcloud.vdc+xml" } data.each { |link| link.delete_if { |key, value| [:rel].include?(key) } } load(data) end
# File lib/fog/vcloud/models/compute/vdcs.rb, line 21 def get(uri) service.get_vdc(uri) rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.