Method: Fog::Compute::Cloudstack::Real#list_os_categories
- Defined in:
- lib/fog/cloudstack/requests/compute/list_os_categories.rb
#list_os_categories(options = {}) ⇒ Object
Lists all supported OS categories for this cloud.
9 10 11 12 13 14 15 |
# File 'lib/fog/cloudstack/requests/compute/list_os_categories.rb', line 9 def list_os_categories(={}) .merge!( 'command' => 'listOsCategories' ) request() end |