networkmanager_get_link_associations: Gets the link associations for a device or a link

View source: R/networkmanager_operations.R

networkmanager_get_link_associationsR Documentation

Gets the link associations for a device or a link

Description

Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.

See https://www.paws-r-sdk.com/docs/networkmanager_get_link_associations/ for full documentation.

Usage

networkmanager_get_link_associations(
  GlobalNetworkId,
  DeviceId = NULL,
  LinkId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

DeviceId

The ID of the device.

LinkId

The ID of the link.

MaxResults

The maximum number of results to return.

NextToken

The token for the next page of results.


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