Fog::Collection
# File lib/fog/ibm/models/compute/servers.rb, line 12 def all load(service.list_instances.body['instances']) end
# File lib/fog/ibm/models/compute/servers.rb, line 16 def get(server_id) begin new(service.get_instance(server_id).body) rescue Fog::Compute::IBM::NotFound nil end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.