get_backend_settings
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.25.24" ) ]
public string[] get_backend_settings () throws Error
[ Version ( since = "1.25.24" ) ]
public string[] get_backend_settings () throws Error
get per-backend settings
Return the current backend settings.
This call returns all backend settings strings. If you want to find a single backend setting, see get_backend_setting.
See "BACKEND" in guestfs(3), "BACKEND SETTINGS" in guestfs(3).
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |