networkmanager_get_links: Gets information about one or more links in a specified...

View source: R/networkmanager_operations.R

networkmanager_get_linksR Documentation

Gets information about one or more links in a specified global network

Description

Gets information about one or more links in a specified global network.

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

Usage

networkmanager_get_links(
  GlobalNetworkId,
  LinkIds = NULL,
  SiteId = NULL,
  Type = NULL,
  Provider = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

LinkIds

One or more link IDs. The maximum is 10.

SiteId

The ID of the site.

Type

The link type.

Provider

The link provider.

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.