Class: Fog::Vcloud::Compute::Vapps
- Inherits:
-
Fog::Vcloud::Collection
- Object
- Collection
- Fog::Vcloud::Collection
- Fog::Vcloud::Compute::Vapps
- Defined in:
- lib/fog/vcloud/models/compute/vapps.rb
Instance Method Summary collapse
Methods inherited from Fog::Vcloud::Collection
Instance Method Details
#all ⇒ Object
13 14 15 |
# File 'lib/fog/vcloud/models/compute/vapps.rb', line 13 def all load([service.get_vdc(service.default_vdc_href).resource_entities].flatten.select { |re| re[:type] == "application/vnd.vmware.vcloud.vApp+xml" }) end |