Methods

Class/Module Index [+]

Quicksearch

Fog::Terremark::Shared::Images

Public Instance Methods

all() click to toggle source
# File lib/fog/terremark/models/shared/images.rb, line 26
def all
  data = service.get_catalog(vdc_id).body['CatalogItems'].select do |entity|
    entity['type'] == "application/vnd.vmware.vcloud.catalogItem+xml"
  end
  load(data)
end
vdc_id() click to toggle source
# File lib/fog/terremark/models/shared/images.rb, line 34
def vdc_id
  @vdc_id ||= service.default_vdc_id
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.