modify_config_async


Description:

[ Version ( since = "2.0.0" ) ]
public async bool modify_config_async (string section, string key, string value, Cancellable? cancellable) throws Error

Modifies a daemon config option.

The daemon will only respond to this request with proper permissions.

Parameters:

this

a Client

section

config section, e.g. `redfish`

key

config key, e.g. `DisabledPlugins`

value

config value, e.g. `*`

cancellable

optional Cancellable

callback

the function to run on completion

callback_data

the data to pass to callback