Fog::Collection
# File lib/fog/vsphere/models/compute/templates.rb, line 10 def all(filters = {}) load service.list_templates(filters) end
# File lib/fog/vsphere/models/compute/templates.rb, line 14 def get(id) new service.get_template(id) end