Sha256: 18cfd6efc1d7fba4dc1179d1424fcc573fdb1c5f7bb9e3df5e7097fcff1428e8
Contents?: true
Size: 403 Bytes
Versions: 12
Compression:
Stored size: 403 Bytes
Contents
module Fog module Brightbox class Compute class Real def create_load_balancer(options = {}) request( :expects => [202], :method => 'POST', :path => "/1.0/load_balancers", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems