Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::XenServer::Pgpus

Public Instance Methods

all(options={}) click to toggle source
# File lib/fog/xenserver/models/compute/pgpus.rb, line 10
def all(options={})
  data = service.get_records 'PGPU'
  load(data)
end
get( pgpu_ref ) click to toggle source
# File lib/fog/xenserver/models/compute/pgpus.rb, line 15
def get( pgpu_ref )
  if pgpu_ref && pgpu = service.get_record( pgpu_ref, 'PGPU' )
    new(pgpu)
  else
    nil
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.