Sha256: 9de4168edb8160342ecd82475a3b7eda5e3fd655919cb9b5435887784e7f0fe5

Contents?: true

Size: 198 Bytes

Versions: 2

Compression:

Stored size: 198 Bytes

Contents

class Publicip < Thor

  desc "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.3 lib/cloudstack-cli/commands/publicip.rb
cloudstack-cli-0.0.2 lib/cloudstack-cli/commands/publicip.rb