Method: Fog::Compute::StormOnDemand::Real#list_balancers

Defined in:
lib/fog/storm_on_demand/requests/compute/list_balancers.rb

#list_balancers(options = {}) ⇒ Object

[View source]

6
7
8
9
10
11
# File 'lib/fog/storm_on_demand/requests/compute/list_balancers.rb', line 6

def list_balancers(options = {})
  request(
    :path     => "/network/loadbalancer/list",
    :body     => Fog::JSON.encode(options)
  )
end