networkmanager_list_peerings: Lists the peerings for a core network

View source: R/networkmanager_operations.R

networkmanager_list_peeringsR Documentation

Lists the peerings for a core network

Description

Lists the peerings for a core network.

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

Usage

networkmanager_list_peerings(
  CoreNetworkId = NULL,
  PeeringType = NULL,
  EdgeLocation = NULL,
  State = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CoreNetworkId

The ID of a core network.

PeeringType

Returns a list of a peering requests.

EdgeLocation

Returns a list edge locations for the

State

Returns a list of the peering request states.

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.