# File lib/fog/hp/models/lb/load_balancer.rb, line 21 def destroy requires :id service.delete_load_balancer(id) true end
# File lib/fog/hp/models/lb/load_balancer.rb, line 35 def nodes @nodes ||= begin Fog::HP::LB::Nodes.new({ :service => service, :load_balancer => self }) end end
# File lib/fog/hp/models/lb/load_balancer.rb, line 44 def nodes=(new_nodes=[]) nodes.load(new_nodes) end
Generated with the Darkfish Rdoc Generator 2.