View source: R/networkmanager_operations.R
networkmanager_list_peerings | R Documentation |
Lists the peerings for a core network.
See https://www.paws-r-sdk.com/docs/networkmanager_list_peerings/ for full documentation.
networkmanager_list_peerings(
CoreNetworkId = NULL,
PeeringType = NULL,
EdgeLocation = NULL,
State = NULL,
MaxResults = NULL,
NextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.