Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Interface MatchBgpNeighborGrouping
-
- All Superinterfaces:
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; } } }The schema path to identify an instance is odl-bgp-policymatch-bgp-neighbor-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchBgpNeighborSetgetMatchBgpNeighborSet()Return matchBgpNeighborSet, ornullif it is not present.Class<? extends MatchBgpNeighborGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends MatchBgpNeighborGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMatchBgpNeighborSet
MatchBgpNeighborSet getMatchBgpNeighborSet()
Return matchBgpNeighborSet, ornullif it is not present.Match a referenced neighbor set according to the logic defined in the match-set-options-leaf- Returns:
MatchBgpNeighborSetmatchBgpNeighborSet, ornullif it is not present.
-
-