Sha256: 65b3a6db30904fe3d2a0504bd4159733fc2c71ecca846b6359f57c9a7bc88dfd
Contents?: true
Size: 164 Bytes
Versions: 3
Compression:
Stored size: 164 Bytes
Contents
class Publicip < CloudstackCli::Base desc "remove ID", "remove public IP address" def remove(id) puts "OK" if client.disassociate_ip_address(id) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-cli-0.1.2 | lib/cloudstack-cli/commands/publicip.rb |
cloudstack-cli-0.1.1 | lib/cloudstack-cli/commands/publicip.rb |
cloudstack-cli-0.1.0 | lib/cloudstack-cli/commands/publicip.rb |