Sha256: 716702ea6d4eeb040af26ce6b3b7542d7596aca0e600353c2efa06dd357a5c12
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists dedicated clusters. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listDedicatedClusters.html] def list_dedicated_clusters(options={}) options.merge!( 'command' => 'listDedicatedClusters' ) 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_dedicated_clusters.rb |