available_all_groups


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.3.15" ) ]
public string[] available_all_groups () throws Error

return a list of all optional groups

This command returns a list of all optional groups that this daemon knows about. Note this returns both supported and unsupported groups. To find out which ones the daemon can actually support you have to call available / feature_available on each member of the returned list.

See also available, feature_available and "AVAILABILITY" in guestfs(3).

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error