Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart that return ConfigBuilderModifier and TypeMethodDescriptionConfigBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.ConfigBuilder.setEnabled
(Boolean value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getEnabled()
to the specified value.ConfigBuilder.setHelperOnly
(Boolean value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getHelperOnly()
to the specified value.ConfigBuilder.setRestartTime
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getRestartTime()
to the specified value.ConfigBuilder.setStaleRoutesTime
(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toBgpNeighborGracefulRestartConfig.getStaleRoutesTime()
to the specified value.