public static final class GracefulRestartTimer.Builder
extends java.lang.Object
GracefulRestartTimer.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
GracefulRestartTimer. |
| Modifier and Type | Method and Description |
|---|---|
GracefulRestartTimer |
build() |
GracefulRestartTimer.Builder |
setRestartTimer(java.lang.Long restartTimer)
Maximum time BGP speaker will take for the BGP session to be re-established
after a restart.
|
GracefulRestartTimer.Builder |
setStaleTimer(java.lang.Long staleTimer)
Maximum time before stale routes are removed from the RIB when the local BGP
process restarts.
|
public Builder()
GracefulRestartTimer.public GracefulRestartTimer.Builder setRestartTimer(java.lang.Long restartTimer)
restartTimer - New value for the property.public GracefulRestartTimer.Builder setStaleTimer(java.lang.Long staleTimer)
staleTimer - New value for the property.public GracefulRestartTimer build()