Interface Received

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Received>, BgpCountersMessageTypesCommon, BgpNeighborMessageCountersReceivedState, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Received
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.Augmentable<Received>, BgpNeighborMessageCountersReceivedState
    Counters for BGP messages received from the neighbor

    This class represents the following YANG schema fragment defined in module openconfig-bgp

     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/messages/received

    To create instances of this class use ReceivedBuilder.

    See Also:
    ReceivedBuilder