public static final class DhcpConfig.Builder
extends java.lang.Object
DhcpConfig
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
DhcpConfig . |
Modifier and Type | Method and Description |
---|---|
DhcpConfig |
build() |
DhcpConfig.Builder |
setDhcpRelayConfigPath(java.lang.String dhcpRelayConfigPath)
Policy path of DHCP-relay-config.
|
DhcpConfig.Builder |
setDnsClientConfig(DnsClientConfig dnsClientConfig) |
DhcpConfig.Builder |
setEnableDhcp(java.lang.Boolean enableDhcp)
If activated, the DHCP server will be configured based on IP address type.
|
public Builder()
DhcpConfig
.public DhcpConfig.Builder setDhcpRelayConfigPath(java.lang.String dhcpRelayConfigPath)
dhcpRelayConfigPath
- New value for the property.public DhcpConfig.Builder setDnsClientConfig(DnsClientConfig dnsClientConfig)
dnsClientConfig
- New value for the property.public DhcpConfig.Builder setEnableDhcp(java.lang.Boolean enableDhcp)
enableDhcp
- New value for the property.public DhcpConfig build()