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