All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
MatchBgpNeighborCondition

@Generated("mdsal-binding-generator") public interface MatchBgpNeighborGrouping extends org.opendaylight.yangtools.yang.binding.DataObject

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

 grouping match-bgp-neighbor-grouping {
   container match-bgp-neighbor-set {
     presence
       "The presence of this container indicates that the routes
        should match the neighbour address of set referenced";
     container from-neighbor {
       uses bgp-neighbor;
     }
     container to-neighbor {
       uses bgp-neighbor;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MatchBgpNeighborGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getMatchBgpNeighborSet

      MatchBgpNeighborSet getMatchBgpNeighborSet()
      Return matchBgpNeighborSet, or null if it is not present.
           
               Match a referenced neighbor set according to the logic defined in the
               match-set-options-leaf
           
       
      Returns:
      MatchBgpNeighborSet matchBgpNeighborSet, or null if it is not present.