# File lib/fog/compute/models/brightbox/load_balancer.rb, line 40 def destroy requires :identity connection.destroy_load_balancer(identity) true end
# File lib/fog/compute/models/brightbox/load_balancer.rb, line 22 def ready? status == 'active' end
# File lib/fog/compute/models/brightbox/load_balancer.rb, line 26 def save requires :nodes, :listeners, :healthcheck options = { :nodes => nodes, :listeners => listeners, :healthcheck => healthcheck, :policy => policy, :name => name }.delete_if {|k,v| v.nil? || v == "" } data = connection.create_load_balancer(options) merge_attributes(data) true end
Generated with the Darkfish Rdoc Generator 2.