Sha256: 310cf71fa6d5a8a4ff212f14ae1f81119e1965849f82bb51478f6e40937a48e3
Contents?: true
Size: 288 Bytes
Versions: 15
Compression:
Stored size: 288 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
15 entries across 15 versions & 4 rubygems