Class: Publicip

Inherits:
Thor
  • Object
show all
Defined in:
lib/cloudstack-cli/commands/publicip.rb

Instance Method Summary collapse

Instance Method Details

#remove(id) ⇒ Object



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

def remove(id)
  cs_cli = CloudstackCli::Helper.new(options[:config])
  puts "OK" if cs_cli.remove_publicip(id)
end