networkmanager_associate_link: Associates a link to a device

View source: R/networkmanager_operations.R

networkmanager_associate_linkR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.