Sha256: a7c1f4fcd86e4f4d28cf304f573e56168d3cfe7ca9460791db99e6af6a87c0b2
Contents?: true
Size: 459 Bytes
Versions: 9
Compression:
Stored size: 459 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all pending asynchronous jobs for the account. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listAsyncJobs.html] def list_async_jobs(options={}) options.merge!( 'command' => 'listAsyncJobs' ) request(options) end end end end end
Version data entries
9 entries across 9 versions & 5 rubygems