Sha256: bd2893b0ee5c2a8dcf3b0b9a17d07f0df37a300131d66a77856ece8ff156a56c
Contents?: true
Size: 288 Bytes
Versions: 26
Compression:
Stored size: 288 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_balancers(options = {}) request( :path => "/network/loadbalancer/list", :body => Fog::JSON.encode(options) ) end end end end end
Version data entries
26 entries across 26 versions & 11 rubygems