Method: Instance::ELB#destroy
- Defined in:
- lib/maws/instance/elb.rb
#destroy ⇒ Object
20 21 22 23 24 |
# File 'lib/maws/instance/elb.rb', line 20 def destroy return unless alive? connection.elb.delete_load_balancer(aws_id) info "destroying ELB #{name}" end |