# File lib/fog/compute/terremark/models/vdcs.rb, line 7 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