| Modifier and Type | Method and Description |
|---|---|
BgpPeerCfg.State |
BgpCfg.getPeerConnState(String routerid)
Get the current peer connection state information.
|
BgpPeerCfg.State |
BgpPeerCfg.getState()
Returns the connection State information of the peer.
|
static BgpPeerCfg.State |
BgpPeerCfg.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpPeerCfg.State[] |
BgpPeerCfg.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpCfg.setPeerConnState(String routerid,
BgpPeerCfg.State state)
Set the current connection state information.
|
void |
BgpPeerCfg.setState(BgpPeerCfg.State state)
Set the connection state information of the peer.
|
Copyright © 2015. All rights reserved.