Class: Publicip
- Inherits:
-
CloudstackCli::Base
- Object
- Thor
- CloudstackCli::Base
- Publicip
- Defined in:
- lib/cloudstack-cli/commands/publicip.rb
Instance Attribute Summary
Attributes inherited from CloudstackCli::Base
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 |