Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.route.selection.options.route.selection.options.StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.route.selection.options.route.selection.options
Modifier and TypeMethodDescriptionStateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setAdvertiseInactiveRoutes
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getAdvertiseInactiveRoutes()
to the specified value.StateBuilder.setAlwaysCompareMed
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getAlwaysCompareMed()
to the specified value.StateBuilder.setEnableAigp
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getEnableAigp()
to the specified value.StateBuilder.setExternalCompareRouterId
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getExternalCompareRouterId()
to the specified value.StateBuilder.setIgnoreAsPathLength
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getIgnoreAsPathLength()
to the specified value.StateBuilder.setIgnoreNextHopIgpMetric
(Boolean value) Set the property corresponding toBgpRouteSelectionOptionsConfig.getIgnoreNextHopIgpMetric()
to the specified value.