config


Description:

[ Version ( since = "0.3" ) ]
public bool config (string hvparam, string? hvvalue) throws Error

add hypervisor parameters

This can be used to add arbitrary hypervisor parameters of the form *-param value*. Actually it’s not quite arbitrary - we prevent you from setting some parameters which would interfere with parameters that we use.

The first character of hvparam string must be a @- (dash).

hvvalue can be NULL.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error