Sha256: b231cc5c40a0331a4ae2508f810e10639dc9e96a19d0bc83cc3ea7e80f3aa81d

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all supported OS categories for this cloud.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listOsCategories.html]
        def list_os_categories(options={})
          options.merge!(
            'command' => 'listOsCategories'  
          )
          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_os_categories.rb