Sha256: 1a07d9e8ddd84c833c76716036c0c93492703f7b1f487fb84cf9f7f1bad70635

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists storage providers.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listStorageProviders.html]
        def list_storage_providers(type, options={})
          options.merge!(
            'command' => 'listStorageProviders', 
            'type' => type  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_storage_providers.rb