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