Sha256: 6babcbf7f124cf1bb4532ee87ce8f425a5771f56d5051b55c8d16089c90600e3
Contents?: true
Size: 455 Bytes
Versions: 11
Compression:
Stored size: 455 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_domains(options={}) options.merge!( 'command' => 'listDomains' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems