checkpoint_create


Description:

[ Version ( since = "1.12" ) ]
public async Checkpoint checkpoint_create (GenericArray<Device> devices, uint32 rollback_timeout, CheckpointCreateFlags flags, Cancellable? cancellable) throws Error

Creates a checkpoint of the current networking configuration for given interfaces.

An empty devices argument means all devices. If rollback_timeout is not zero, a rollback is automatically performed after the given timeout.

Parameters:

this

the nmclient

devices

a list of devices for which a checkpoint should be created.

rollback_timeout

the rollback timeout in seconds

flags

creation flags

cancellable

a Cancellable, or null

callback

callback to be called when the add operation completes

user_data

caller-specific data passed to callback