Sha256: 42cbc8a808c3b0f6d45e0b757cecd863f913a9dc0ba124e06876d3f8753ac01b
Contents?: true
Size: 308 Bytes
Versions: 53
Compression:
Stored size: 308 Bytes
Contents
module Fog module Network class StormOnDemand class Real def remove_balancer_service(options={}) request( :path => '/Network/LoadBalancer/removeService', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems