Sha256: 164b2babc35c7cb5d821db206461924fbfd0b4072d5de174fa86d835f95dbb15

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

class Publicip < Thor

  desc "remove ID", "remove public IP address"
  def remove(id)
    cs_cli = CloudstackCli::Helper.new
    puts "OK" if cs_cli.remove_publicip(id)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloudstack-cli-0.0.1 lib/cloudstack-cli/commands/publicip.rb