Sha256: f8897f2fd7acfc90742e71a26008110c8abb7cefba9cbe76795cc9b58aa2f653
Contents?: true
Size: 453 Bytes
Versions: 11
Compression:
Stored size: 453 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all supported OS categories for this cloud. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listOsCategories.html] def list_os_categories(options={}) options.merge!( 'command' => 'listOsCategories' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems