public static final class BgpBfdConfig.Builder
extends java.lang.Object
BgpBfdConfig
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
BgpBfdConfig . |
Modifier and Type | Method and Description |
---|---|
BgpBfdConfig |
build() |
BgpBfdConfig.Builder |
setEnabled(java.lang.Boolean enabled)
Flag to enable BFD cofiguration.
|
BgpBfdConfig.Builder |
setInterval(java.lang.Long interval)
Time interval between heartbeat packets in milliseconds.
|
BgpBfdConfig.Builder |
setMultiple(java.lang.Long multiple)
Declare dead multiple.
|
public Builder()
BgpBfdConfig
.public BgpBfdConfig.Builder setEnabled(java.lang.Boolean enabled)
enabled
- New value for the property.public BgpBfdConfig.Builder setInterval(java.lang.Long interval)
interval
- New value for the property.public BgpBfdConfig.Builder setMultiple(java.lang.Long multiple)
multiple
- New value for the property.public BgpBfdConfig build()