Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Softlayer::Images

Public Instance Methods

all() click to toggle source

Returns an array of all public images.

Fog::Softlayer.images.all

# File lib/fog/softlayer/models/compute/images.rb, line 22
def all
  load(service.request(:virtual_guest_block_device_template_group, :get_public_images).body)
  self
end
get(uuid) click to toggle source

Used to retrieve an image

# File lib/fog/softlayer/models/compute/images.rb, line 28
def get(uuid)
  self.class.new(:service => service).all.detect {|image| image.id == uuid}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.