Sha256: 81081004cbe405062885329652cace4196cb377c849149947b6c4dfc164e12ae
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List routers. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listRouters.html] def list_routers(options={}) options.merge!( 'command' => 'listRouters' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_routers.rb |