Sha256: 92e30c85a8791bdd9de96f20cc9d63db586b006eaaa2648e3471bb8ed416e01f
Contents?: true
Size: 495 Bytes
Versions: 76
Compression:
Stored size: 495 Bytes
Contents
module Fog module Terremark module Shared module Real # Destroy a public ip # # ==== Parameters # * public_ip_id<~Integer> - Id of public ip to destroy # def delete_public_ip(public_ip_id) request( :expects => 200, :method => 'DELETE', :path => "api/extensions/v1.6/publicIp/#{public_ip_id}", :override_path => true ) end end end end end
Version data entries
76 entries across 76 versions & 11 rubygems