public static final class InterfacePimConfig.Builder
extends java.lang.Object
InterfacePimConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
InterfacePimConfig. |
| Modifier and Type | Method and Description |
|---|---|
InterfacePimConfig |
build() |
InterfacePimConfig.Builder |
setEnabled(java.lang.Boolean enabled)
If the flag is set to true - it will enable PIM on the uplink interface.
|
InterfacePimConfig.Builder |
setHelloInterval(java.lang.Long helloInterval)
PIM hello interval.
|
InterfacePimConfig.Builder |
setHoldInterval(java.lang.Long holdInterval)
PIM hold interval.
|
public Builder()
InterfacePimConfig.public InterfacePimConfig.Builder setEnabled(java.lang.Boolean enabled)
enabled - New value for the property.public InterfacePimConfig.Builder setHelloInterval(java.lang.Long helloInterval)
helloInterval - New value for the property.public InterfacePimConfig.Builder setHoldInterval(java.lang.Long holdInterval)
holdInterval - New value for the property.public InterfacePimConfig build()