# File lib/fog/terremark/models/shared/servers.rb, line 24 def all data = connection.get_vdc(vdc_id).body['ResourceEntities'].select do |entity| entity['type'] == 'application/vnd.vmware.vcloud.vApp+xml' end load(data) end
Generated with the Darkfish Rdoc Generator 2.