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