Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group.PeerGroupBuilder
Package
Description
-
Uses of PeerGroupBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Modifier and TypeMethodDescriptionPeerGroupBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PeerGroup> augmentation) Add an augmentation to this builder's product.PeerGroupBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PeerGroup>> augmentationType) Remove an augmentation from this builder's product.PeerGroupBuilder.setAddPaths
(AddPaths value) Set the property corresponding toBgpNeighborGroup.getAddPaths()
to the specified value.PeerGroupBuilder.setAfiSafis
(AfiSafis value) Set the property corresponding toBgpNeighborGroup.getAfiSafis()
to the specified value.PeerGroupBuilder.setApplyPolicy
(ApplyPolicy value) Set the property corresponding toApplyPolicyGroup.getApplyPolicy()
to the specified value.PeerGroupBuilder.setAsPathOptions
(AsPathOptions value) Set the property corresponding toBgpNeighborGroup.getAsPathOptions()
to the specified value.Set the property corresponding toBgpNeighborGroup.getConfig()
to the specified value.PeerGroupBuilder.setEbgpMultihop
(EbgpMultihop value) Set the property corresponding toBgpNeighborGroup.getEbgpMultihop()
to the specified value.PeerGroupBuilder.setErrorHandling
(ErrorHandling value) Set the property corresponding toBgpNeighborGroup.getErrorHandling()
to the specified value.PeerGroupBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value.PeerGroupBuilder.setLoggingOptions
(LoggingOptions value) Set the property corresponding toBgpNeighborGroup.getLoggingOptions()
to the specified value.PeerGroupBuilder.setPeerGroupName
(String value) Set the property corresponding toPeerGroup.getPeerGroupName()
to the specified value.PeerGroupBuilder.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.PeerGroupBuilder.setTransport
(Transport value) Set the property corresponding toBgpNeighborGroup.getTransport()
to the specified value.PeerGroupBuilder.withKey
(PeerGroupKey key) Set the key value corresponding toPeerGroup.key()
to the specified value.