Sha256: 7ac574af552ec7bbaef9ea9fc7f1a6963d1f9809bc723ae4bceebf6a1da74dcb
Contents?: true
Size: 320 Bytes
Versions: 30
Compression:
Stored size: 320 Bytes
Contents
module Fog module Compute class Ninefold class Real def disassociate_ip_address(options = {}) request('disassociateIpAddress', options, :expects => [200], :response_prefix => 'disassociateipaddressresponse', :response_type => Hash) end end end end end
Version data entries
30 entries across 30 versions & 4 rubygems