set_backend_setting
Description:
[ Version ( since = "1.27.2" ) ]
public bool set_backend_setting (string name, string val) throws Error
public bool set_backend_setting (string name, string val) throws Error
set a single per-backend settings string
Append "name=value" to the backend settings string list. However if a string already exists matching "name" or beginning with "name=", then that setting is replaced.
See "BACKEND" in guestfs(3), "BACKEND SETTINGS" in guestfs(3).
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |