Sha256: 315c884fa06a88546df70f19ef7432f70f07895bc6795e071e1096acba68cb22
Contents?: true
Size: 469 Bytes
Versions: 86
Compression:
Stored size: 469 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists domains and provides detailed information for listed domains. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listDomains.html] def list_capacity(options={}) options.merge!( 'command' => 'listCapacity' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems