Sha256: 938ce82e764f6ae30c4bd9a20fc2777476776c6d53257728e09fb115bdbb78d4
Contents?: true
Size: 452 Bytes
Versions: 33
Compression:
Stored size: 452 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all available snapshots for the account. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listSnapshots.html] def list_snapshots(options={}) options.merge!( 'command' => 'listSnapshots' ) request(options) end end end end end
Version data entries
33 entries across 33 versions & 15 rubygems