Sha256: c7a2677b3bff1f24bbc8870f1d7fee35c4a1c665122dfcc5ce84dd4312e15bcd
Contents?: true
Size: 428 Bytes
Versions: 1
Compression:
Stored size: 428 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists Load Balancers # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listLoadBalancers.html] def list_load_balancers(options={}) options.merge!( 'command' => 'listLoadBalancers' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_load_balancers.rb |