public static final class DhcpV4Options.Builder
extends java.lang.Object
DhcpV4Options.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DhcpV4Options. |
| Modifier and Type | Method and Description |
|---|---|
DhcpV4Options |
build() |
DhcpV4Options.Builder |
setOption121(DhcpOption121 option121) |
DhcpV4Options.Builder |
setOthers(java.util.List<GenericDhcpOption> others)
To define DHCP options other than option 121 in generic format.
|
public Builder()
DhcpV4Options.public DhcpV4Options.Builder setOption121(DhcpOption121 option121)
option121 - New value for the property.public DhcpV4Options.Builder setOthers(java.util.List<GenericDhcpOption> others)
others - New value for the property.public DhcpV4Options build()