Sha256: bcc864a0074c035cb7bf0b7b698d63bee9f4db3c0e0aa69b2386fb505860f696
Contents?: true
Size: 507 Bytes
Versions: 29
Compression:
Stored size: 507 Bytes
Contents
module Fog module Compute class Cloudstack class Real # refresh ucs blades to sync with UCS manager # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/refreshUcsBlades.html] def refresh_ucs_blades(ucsmanagerid, options={}) options.merge!( 'command' => 'refreshUcsBlades', 'ucsmanagerid' => ucsmanagerid ) request(options) end end end end end
Version data entries
29 entries across 27 versions & 4 rubygems