Parent

Class/Module Index [+]

Quicksearch

Fog::HP::LB::Node

Public Instance Methods

destroy() click to toggle source
# 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
ready?() click to toggle source
# File lib/fog/hp/models/lb/node.rb, line 20
def ready?
  self.status == 'ONLINE'
end
save() click to toggle source
# File lib/fog/hp/models/lb/node.rb, line 24
def save
  identity ? update : create
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.