Sha256: 5109b615e5d4abbdd0681532dfebdb139ded04b95bb0527197f1fa190b5e11bb
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Deletes a secondary staging store . # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/deleteSecondaryStagingStore.html] def delete_secondary_staging_store(id, options={}) options.merge!( 'command' => 'deleteSecondaryStagingStore', 'id' => id ) 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/delete_secondary_staging_store.rb |