Fog::Model
# File lib/fog/hp/models/lb/node.rb, line 14 def destroy requires :id, :load_balancer service.delete_load_balancer_node(load_balancer.id, id) true end
# File lib/fog/hp/models/lb/node.rb, line 20 def ready? self.status == 'ONLINE' end
# File lib/fog/hp/models/lb/node.rb, line 24 def save identity ? update : create end
[Validate]
Generated with the Darkfish Rdoc Generator 2.