public interface BGPPeerState extends RibReference
| Modifier and Type | Method and Description |
|---|---|
@NonNull BGPAfiSafiState |
getBGPAfiSafiState()
Afi Safi Operational State.
|
@NonNull BGPErrorHandlingState |
getBGPErrorHandlingState()
Error Handling State.
|
@NonNull BGPGracelfulRestartState |
getBGPGracelfulRestart()
BGP Operational GracelfulRestart State.
|
@Nullable BGPPeerMessagesState |
getBGPPeerMessagesState()
BGP Message Operational State.
|
@Nullable BGPSessionState |
getBGPSessionState()
BGP Session Operational State.
|
@Nullable BGPTimersState |
getBGPTimersState()
BGP Operation Timers State.
|
@Nullable BGPTransportState |
getBGPTransportState()
BGP Operational Transport State.
|
@Nullable String |
getGroupId()
PeerGroup Id.
|
@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getNeighborAddress()
Return Neighbor Key/Address.
|
default long |
getTotalPathsCount()
Paths installed under Effective-Rib-In for a BGP neighbor.
|
long |
getTotalPrefixes()
Prefixes installed under Effective-Rib-In for a BGP neighbor.
|
boolean |
isActive()
Indicates whether this instance is being actively managed and updated.
|
getInstanceIdentifierboolean isActive()
@Nullable String getGroupId()
@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getNeighborAddress()
default long getTotalPathsCount()
long getTotalPrefixes()
@NonNull BGPErrorHandlingState getBGPErrorHandlingState()
@NonNull BGPAfiSafiState getBGPAfiSafiState()
@Nullable BGPSessionState getBGPSessionState()
@Nullable BGPPeerMessagesState getBGPPeerMessagesState()
@Nullable BGPTimersState getBGPTimersState()
@Nullable BGPTransportState getBGPTransportState()
@NonNull BGPGracelfulRestartState getBGPGracelfulRestart()
Copyright © 2020 OpenDaylight. All rights reserved.