class Fog::Compute::Vsphere::Templates

Public Instance Methods

all(filters = {}) click to toggle source
# File lib/fog/vsphere/models/compute/templates.rb, line 9
def all(filters = {})
  load service.list_templates(filters)
end
get(id) click to toggle source
# File lib/fog/vsphere/models/compute/templates.rb, line 13
def get(id)
  new service.get_template(id)
end