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