Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.NeighborBuilder
Package
Description
-
Uses of NeighborBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Modifier and TypeMethodDescriptionNeighborBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Neighbor> augmentation) Add an augmentation to this builder's product.NeighborBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Neighbor>> augmentationType) Remove an augmentation from this builder's product.NeighborBuilder.setAddPaths
(AddPaths value) Set the property corresponding toBgpNeighborGroup.getAddPaths()
to the specified value.NeighborBuilder.setAfiSafis
(AfiSafis value) Set the property corresponding toBgpNeighborGroup.getAfiSafis()
to the specified value.NeighborBuilder.setApplyPolicy
(ApplyPolicy value) Set the property corresponding toApplyPolicyGroup.getApplyPolicy()
to the specified value.NeighborBuilder.setAsPathOptions
(AsPathOptions value) Set the property corresponding toBgpNeighborGroup.getAsPathOptions()
to the specified value.Set the property corresponding toBgpNeighborGroup.getConfig()
to the specified value.NeighborBuilder.setEbgpMultihop
(EbgpMultihop value) Set the property corresponding toBgpNeighborGroup.getEbgpMultihop()
to the specified value.NeighborBuilder.setErrorHandling
(ErrorHandling value) Set the property corresponding toBgpNeighborGroup.getErrorHandling()
to the specified value.NeighborBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value.NeighborBuilder.setLoggingOptions
(LoggingOptions value) Set the property corresponding toBgpNeighborGroup.getLoggingOptions()
to the specified value.NeighborBuilder.setNeighborAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) Set the property corresponding toNeighbor.getNeighborAddress()
to the specified value.NeighborBuilder.setRouteReflector
(RouteReflector value) Set the property corresponding toBgpNeighborGroup.getRouteReflector()
to the specified value.Set the property corresponding toBgpNeighborGroup.getState()
to the specified value.Set the property corresponding toBgpNeighborGroup.getTimers()
to the specified value.NeighborBuilder.setTransport
(Transport value) Set the property corresponding toBgpNeighborGroup.getTransport()
to the specified value.NeighborBuilder.withKey
(NeighborKey key) Set the key value corresponding toNeighbor.key()
to the specified value.