Gets the network routes of the specified global network
Source:R/networkmanager_operations.R
networkmanager_get_network_routes.RdGets the network routes of the specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_network_routes/ for full documentation.
Usage
networkmanager_get_network_routes(
GlobalNetworkId,
RouteTableIdentifier,
ExactCidrMatches = NULL,
LongestPrefixMatches = NULL,
SubnetOfMatches = NULL,
SupernetOfMatches = NULL,
PrefixListIds = NULL,
States = NULL,
Types = NULL,
DestinationFilters = NULL
)Arguments
- GlobalNetworkId
[required] The ID of the global network.
- RouteTableIdentifier
[required] The ID of the route table.
- ExactCidrMatches
An exact CIDR block.
- LongestPrefixMatches
The most specific route that matches the traffic (longest prefix match).
- SubnetOfMatches
The routes with a subnet that match the specified CIDR filter.
- SupernetOfMatches
The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.
- PrefixListIds
The IDs of the prefix lists.
- States
The route states.
- Types
The route types.
- DestinationFilters
Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.