Class GatewayRoute
java.lang.Object
com.microsoft.azure.management.network.GatewayRoute
Gateway routing details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasPath()
Get the route's AS path sequence.Get the gateway's local address.network()
Get the route's network prefix.nextHop()
Get the route's next hop.origin()
Get the source this route was learned from.Get the peer this route was learned from.weight()
Get the route's weight.
-
Constructor Details
-
GatewayRoute
public GatewayRoute()
-
-
Method Details
-
localAddress
Get the gateway's local address.- Returns:
- the localAddress value
-
network
Get the route's network prefix.- Returns:
- the network value
-
nextHop
Get the route's next hop.- Returns:
- the nextHop value
-
sourcePeer
Get the peer this route was learned from.- Returns:
- the sourcePeer value
-
origin
Get the source this route was learned from.- Returns:
- the origin value
-
asPath
Get the route's AS path sequence.- Returns:
- the asPath value
-
weight
Get the route's weight.- Returns:
- the weight value
-