Sha256: ae9d47ae40cc8fd27e917665246afc80aa3737c9eab73908d762d367188dff44
Contents?: true
Size: 326 Bytes
Versions: 37
Compression:
Stored size: 326 Bytes
Contents
module Fog module Compute class Brightbox class Real def remove_listeners_load_balancer(identifier, options) return nil if identifier.nil? || identifier == "" request("post", "/1.0/load_balancers/#{identifier}/remove_listeners", [202], options) end end end end end
Version data entries
37 entries across 37 versions & 11 rubygems