inspect_get_product_name


Description:

[ Version ( since = "1.5.3" ) ]
public string inspect_get_product_name (string root) throws Error

get product name of inspected operating system

This returns the product name of the inspected operating system. The product name is generally some freeform string which can be displayed to the user, but should not be parsed by programs.

If the product name could not be determined, then the string unknown is returned.

Please read "INSPECTION" in guestfs(3) for more details.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error