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.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 Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn matchBgpNeighborSet, ornull
if it is not present.Class<? extends MatchBgpNeighborGrouping>
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends MatchBgpNeighborGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMatchBgpNeighborSet
MatchBgpNeighborSet getMatchBgpNeighborSet()Return matchBgpNeighborSet, ornull
if it is not present.Match a referenced neighbor set according to the logic defined in the match-set-options-leaf
- Returns:
MatchBgpNeighborSet
matchBgpNeighborSet, ornull
if it is not present.
-