Sha256: 187ae99f0a57117c15a8bed70ba1a1279cae015fa40600a92f57b2bf687b0a61
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all available networks. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listNetworks.html] def list_networks(options={}) options.merge!( 'command' => 'listNetworks' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems