Methods

Class/Module Index [+]

Quicksearch

Fog::Bluebox::BLB::LbBackends

Attributes

lb_service[RW]

Public Instance Methods

all() click to toggle source
# File lib/fog/bluebox/models/blb/lb_backends.rb, line 13
def all
  data = service.get_lb_backends(lb_service.id).body
  load(data)
end
get(lb_backend_id) click to toggle source
# File lib/fog/bluebox/models/blb/lb_backends.rb, line 18
def get(lb_backend_id)
  if lb_backend = service.get_lb_backend(lb_service.id, lb_backend_id).body
    new(lb_backend)
  end
rescue Fog::Compute::Bluebox::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.