Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping.MatchBgpNeighborSetBuilder
Package
Description
-
Uses of MatchBgpNeighborSetBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.bgp.neighbor.grouping
Modifier and TypeMethodDescriptionMatchBgpNeighborSetBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MatchBgpNeighborSet> augmentation) Add an augmentation to this builder's product.MatchBgpNeighborSetBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MatchBgpNeighborSet>> augmentationType) Remove an augmentation from this builder's product.MatchBgpNeighborSetBuilder.setFromNeighbor
(FromNeighbor value) Set the property corresponding toMatchBgpNeighborSet.getFromNeighbor()
to the specified value.MatchBgpNeighborSetBuilder.setToNeighbor
(ToNeighbor value) Set the property corresponding toMatchBgpNeighborSet.getToNeighbor()
to the specified value.