public static final class DhcpFilter.Builder
extends java.lang.Object
DhcpFilter.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DhcpFilter. |
| Modifier and Type | Method and Description |
|---|---|
DhcpFilter |
build() |
DhcpFilter.Builder |
setClientBlockEnabled(java.lang.Boolean clientBlockEnabled)
Indicates whether DHCP client blocking is enabled
|
DhcpFilter.Builder |
setServerBlockEnabled(java.lang.Boolean serverBlockEnabled)
Indicates whether DHCP server blocking is enabled
|
DhcpFilter.Builder |
setV6ClientBlockEnabled(java.lang.Boolean v6ClientBlockEnabled)
Indiactes whether DHCP v6 client blocking is enabled
|
DhcpFilter.Builder |
setV6ServerBlockEnabled(java.lang.Boolean v6ServerBlockEnabled)
Indiactes whether DHCP V6 server blocking is enabled
|
public Builder()
DhcpFilter.public DhcpFilter.Builder setClientBlockEnabled(java.lang.Boolean clientBlockEnabled)
clientBlockEnabled - New value for the property.public DhcpFilter.Builder setServerBlockEnabled(java.lang.Boolean serverBlockEnabled)
serverBlockEnabled - New value for the property.public DhcpFilter.Builder setV6ClientBlockEnabled(java.lang.Boolean v6ClientBlockEnabled)
v6ClientBlockEnabled - New value for the property.public DhcpFilter.Builder setV6ServerBlockEnabled(java.lang.Boolean v6ServerBlockEnabled)
v6ServerBlockEnabled - New value for the property.public DhcpFilter build()