Interface Sent

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Sent>, BgpCountersMessageTypesCommon, BgpNeighborMessageCountersSentState, 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 Sent
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.Augmentable<Sent>, BgpNeighborMessageCountersSentState
    Counters relating to BGP messages sent to the neighbor

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

     container sent {
       uses bgp-op:bgp-neighbor-message-counters-sent_state;
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp/neighbors/neighbor/state/messages/sent

    To create instances of this class use SentBuilder.

    See Also:
    SentBuilder