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