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