Sha256: d08a9156f694c67320425d8ee846390ca924d9469698c0f6b135434223304baf
Contents?: true
Size: 626 Bytes
Versions: 28
Compression:
Stored size: 626 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists OpenDyalight controllers # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/listOpenDaylightControllers.html] def list_open_daylight_controllers(*args) options = {} if args[0].is_a? Hash options = args[0] options.merge!('command' => 'listOpenDaylightControllers') else options.merge!('command' => 'listOpenDaylightControllers') end request(options) end end end end end
Version data entries
28 entries across 26 versions & 4 rubygems