Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::HP::LB::LoadBalancers

Public Instance Methods

all() click to toggle source
# File lib/fog/hp/models/lb/load_balancers.rb, line 10
def all
  data = service.list_load_balancers.body['loadBalancers']
  load(data)
end
get(lb_id) click to toggle source
# File lib/fog/hp/models/lb/load_balancers.rb, line 15
def get(lb_id)
  ### Inconsistent API - does not return a 'loadBalancer'
  lb = service.get_load_balancer(lb_id).body
  new(lb)
rescue Fog::HP::LB::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.