Interface ReceivedRoutesClient
public interface ReceivedRoutesClient
An instance of this class provides access to all the operations defined in ReceivedRoutesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName) Lists the prefixes received over the specified peering under the given subscription and resource group.com.azure.core.http.rest.PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName, String prefix, String asPath, String originAsValidationState, String rpkiValidationState, String skipToken, com.azure.core.util.Context context) Lists the prefixes received over the specified peering under the given subscription and resource group.
-
Method Details
-
listByPeering
com.azure.core.http.rest.PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName) Lists the prefixes received over the specified peering under the given subscription and resource group.- Parameters:
resourceGroupName- The name of the resource group.peeringName- The name of the peering.- Returns:
- the paginated list of received routes for the peering as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPeering
com.azure.core.http.rest.PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName, String prefix, String asPath, String originAsValidationState, String rpkiValidationState, String skipToken, com.azure.core.util.Context context) Lists the prefixes received over the specified peering under the given subscription and resource group.- Parameters:
resourceGroupName- The name of the resource group.peeringName- The name of the peering.prefix- The optional prefix that can be used to filter the routes.asPath- The optional AS path that can be used to filter the routes.originAsValidationState- The optional origin AS validation state that can be used to filter the routes.rpkiValidationState- The optional RPKI validation state that can be used to filter the routes.skipToken- The optional page continuation token that is used in the event of paginated result.context- The context to associate with this operation.- Returns:
- the paginated list of received routes for the peering as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-