Sha256: f605b4e6f462f8a4c19b374e88674dbe0d9859744539698d418d0f1ce7707a26
Contents?: true
Size: 467 Bytes
Versions: 86
Compression:
Stored size: 467 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
86 entries across 86 versions & 16 rubygems