Sha256: 0a99f7d0b152a5b4e63a9ceda6a2d6efd640a33b460635ccc47b99444436d14c
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists secondary staging stores. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listSecondaryStagingStores.html] def list_secondary_staging_stores(options={}) options.merge!( 'command' => 'listSecondaryStagingStores' ) 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_secondary_staging_stores.rb |