networkmanager_get_link_associations {paws.networking} | R 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. |
[Package paws.networking version 0.7.0 Index]