Gets the network routes of the specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_network_routes/ for full documentation.
networkmanager_get_network_routes(
GlobalNetworkId,
RouteTableIdentifier,
ExactCidrMatches = NULL,
LongestPrefixMatches = NULL,
SubnetOfMatches = NULL,
SupernetOfMatches = NULL,
PrefixListIds = NULL,
States = NULL,
Types = NULL,
DestinationFilters = NULL
)
[required] The ID of the global network.
[required] The ID of the route table.
An exact CIDR block.
The most specific route that matches the traffic (longest prefix match).
The routes with a subnet that match the specified CIDR filter.
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.
The IDs of the prefix lists.
The route states.
The route types.
Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.