Sha256: ab9dfe738b7b151a3b784e872084dfe978609abb2216c6791d2d9e3891709964

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # create secondary staging store.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/createSecondaryStagingStore.html]
        def create_secondary_staging_store(url, options={})
          options.merge!(
            'command' => 'createSecondaryStagingStore', 
            'url' => url  
          )
          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/create_secondary_staging_store.rb