Package org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state
Interface Messages
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Messages>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<State9>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface Messages extends org.opendaylight.yangtools.yang.binding.ChildOf<State9>, org.opendaylight.yangtools.yang.binding.Augmentable<Messages>
Counters for BGP messages sent and received from the neighborThis class represents the following YANG schema fragment defined in module openconfig-bgp
container messages { container sent { uses bgp-op:bgp-neighbor-message-counters-sent_state; } container received { uses bgp-op:bgp-neighbor-message-counters-received_state; } }The schema path to identify an instance is openconfig-bgp/bgp/neighbors/neighbor/state/messagesTo create instances of this class use
MessagesBuilder.- See Also:
MessagesBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReceivedgetReceived()Counters for BGP messages received from the neighborSentgetSent()Counters relating to BGP messages sent to the neighbordefault Class<Messages>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<Messages> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSent
Sent getSent()
Counters relating to BGP messages sent to the neighbor- Returns:
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages.Sentsent, ornullif not present
-
getReceived
Received getReceived()
Counters for BGP messages received from the neighbor- Returns:
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages.Receivedreceived, ornullif not present
-
-