public static class BgpAppConfig.BgpPeerConfig extends Object
| Constructor and Description |
|---|
BgpPeerConfig(String hostname,
int asNumber,
int holdTime,
String connectMode) |
| Modifier and Type | Method and Description |
|---|---|
int |
asNumber()
Returns asNumber if peer.
|
String |
connectMode()
Returns connection mode for the peer node.
|
short |
holdTime()
Returns holdTime of the peer node.
|
String |
hostname()
Returns hostname of the peer node.
|
public String hostname()
public int asNumber()
public short holdTime()
public String connectMode()
Copyright © 2015. All rights reserved.