Class: Publicip

Inherits:
CloudstackCli::Base show all
Defined in:
lib/cloudstack-cli/commands/publicip.rb

Instance Attribute Summary

Attributes inherited from CloudstackCli::Base

#config

Instance Method Summary collapse

Instance Method Details

#remove(id) ⇒ Object



4
5
6
# File 'lib/cloudstack-cli/commands/publicip.rb', line 4

def remove(id)
  puts "OK" if client.disassociate_ip_address(id)
end