Sha256: 1e90ae4a3e7f4d3ef89526473486be190729343779b9d4c16766a7ec2b5ac2e7
Contents?: true
Size: 493 Bytes
Versions: 14
Compression:
Stored size: 493 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
14 entries across 14 versions & 4 rubygems