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