move

fun move(provisioner: Provisioner, to: Int)

Moves the given provisioner to the specified index.

Return

Provisioner that was removed.

Parameters

provisioner

Provisioner to be removed.

to

Destination index, the provisioner must be moved to.

Throws

if the the provisioner does not belong to this network.

if there is only one provisioner.