Learn R Programming

paws.networking (version 0.2.0)

networkmanager_associate_link: 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://paws-r.github.io/docs/networkmanager/associate_link.html 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.