networkmanager_associate_link {paws.networking} | R Documentation |
Associates a link to a device
Description
Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
See https://www.paws-r-sdk.com/docs/networkmanager_associate_link/ for full documentation.
Usage
networkmanager_associate_link(GlobalNetworkId, DeviceId, LinkId)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
DeviceId |
[required] The ID of the device. |
LinkId |
[required] The ID of the link. |
[Package paws.networking version 0.9.0 Index]