# File lib/fog/terremark/models/shared/vdcs.rb, line 21 def all data = service.get_organization(organization_id).body['Links'].select do |entity| entity['type'] == 'application/vnd.vmware.vcloud.vdc+xml' end load(data) end
Generated with the Darkfish Rdoc Generator 2.