Sha256: ee2c29319c5dc669f611ab9d784feef17cd0cb99488245f27ef8c0f27df45bc9
Contents?: true
Size: 289 Bytes
Versions: 51
Compression:
Stored size: 289 Bytes
Contents
module Fog module Network class StormOnDemand class Real def update_firewalls(options={}) request( :path => '/Network/Firewall/update', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
51 entries across 51 versions & 3 rubygems