# File lib/fog/cloudstack/requests/compute/list_os_types.rb, line 9
        def list_os_types(options={})
          options.merge!(
            'command' => 'listOsTypes'
          )
          
          request(options)
        end