public class GatewayRoute extends Object
| Constructor and Description |
|---|
GatewayRoute() |
| Modifier and Type | Method and Description |
|---|---|
String |
asPath()
Get the route's AS path sequence.
|
String |
localAddress()
Get the gateway's local address.
|
String |
network()
Get the route's network prefix.
|
String |
nextHop()
Get the route's next hop.
|
String |
origin()
Get the source this route was learned from.
|
String |
sourcePeer()
Get the peer this route was learned from.
|
Integer |
weight()
Get the route's weight.
|
public String localAddress()
public String network()
public String nextHop()
public String sourcePeer()
public String origin()
public String asPath()
public Integer weight()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/