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

Version Path
fog-1.6.0 lib/fog/cloudstack/requests/compute/list_snapshots.rb
fog-1.5.0 lib/fog/cloudstack/requests/compute/list_snapshots.rb
rackspace-fog-1.4.2 lib/rackspace-fog/cloudstack/requests/compute/list_snapshots.rb
fog-1.4.0 lib/fog/cloudstack/requests/compute/list_snapshots.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/list_snapshots.rb
michiels-fog-1.3.1 lib/fog/cloudstack/requests/compute/list_snapshots.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/cloudstack/requests/compute/list_snapshots.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/list_snapshots.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/list_snapshots.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/list_snapshots.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/list_snapshots.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/list_snapshots.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/list_snapshots.rb