Class: Fog::Vcloud::Compute::Vdcs
- Inherits:
-
Fog::Vcloud::Collection
- Object
- Collection
- Fog::Vcloud::Collection
- Fog::Vcloud::Compute::Vdcs
- Defined in:
- lib/fog/vcloud/models/compute/vdcs.rb
Instance Method Summary collapse
Methods inherited from Fog::Vcloud::Collection
Instance Method Details
#all ⇒ Object
13 14 15 16 17 |
# File 'lib/fog/vcloud/models/compute/vdcs.rb', line 13 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 |