Sha256: c05832d7a3a9c0f367c45c6083883aa65807d44774e22c2117f59ef32a4a4aa1
Contents?: true
Size: 480 Bytes
Versions: 11
Compression:
Stored size: 480 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists configurations and provides detailed account information for listed configurations. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listAccounts.html] def list_clusters(options={}) options.merge!( 'command' => 'listClusters' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems