Sha256: 9c5bc6cbaf0b13dce49cf4343f01d7ad8d8c357c9c244f16aa06007e5b95f50e
Contents?: true
Size: 291 Bytes
Versions: 15
Compression:
Stored size: 291 Bytes
Contents
module Fog module Network class StormOnDemand class Real def update_balancer(options={}) request( :path => '/Network/LoadBalancer/update', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems