Sha256: dd7924fb2f89c28539e006dfffec70fd44d343ae5aa67b72303b8421de8f6497
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
class Publicip < Thor desc "publicip remove ID", "remove public IP address" def remove(id) cs_cli = CloudstackCli::Helper.new(options[:config]) puts "OK" if cs_cli.remove_publicip(id) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-cli-0.0.5 | lib/cloudstack-cli/commands/publicip.rb |
cloudstack-cli-0.0.4 | lib/cloudstack-cli/commands/publicip.rb |