@ProviderType public class DhcpServerConfigIP4 extends DhcpServerConfigIP<IP4Address> implements DhcpServerConfig4
| Constructor and Description |
|---|
DhcpServerConfigIP4(DhcpServerCfg dhcpServerCfg,
DhcpServerCfgIP4 dhcpServerCfgIP4)
The basic Constructor for a DhcpServerConfigIP4
|
DhcpServerConfigIP4(java.lang.String interfaceName,
boolean enabled,
IP4Address subnet,
IP4Address routerAddress,
IP4Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP4Address rangeStart,
IP4Address rangeEnd,
boolean passDns,
java.util.List<IP4Address> dnsServers)
Deprecated.
|
equals, getDefaultLeaseTime, getDnsServers, getInterfaceName, getMaximumLeaseTime, getPrefix, getRangeEnd, getRangeStart, getRouterAddress, getSubnet, getSubnetMask, hashCode, isEnabled, isPassDns, isValid, setDefaultLeaseTime, setDnsServers, setEnabledRouterMode, setInterfaceName, setMaximumLeaseTime, setPassDns, setPrefix, setRangeEnd, setRangeStart, setRouterAddress, setSubnet, setSubnetMask, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultLeaseTime, getDnsServers, getInterfaceName, getMaximumLeaseTime, getPrefix, getRangeEnd, getRangeStart, getRouterAddress, getSubnet, getSubnetMask, isEnabled, isPassDns@Deprecated
public DhcpServerConfigIP4(java.lang.String interfaceName,
boolean enabled,
IP4Address subnet,
IP4Address routerAddress,
IP4Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP4Address rangeStart,
IP4Address rangeEnd,
boolean passDns,
java.util.List<IP4Address> dnsServers)
interfaceName - the interface name associated with the DhcpServerConfigenabled - the status of the DhcpServer as a booleansubnet - the subnet of the DhcpServerConfigrouterAddress - the router IPAddresssubnetMask - the subnet mask of the DhcpServerConfigdefaultLeaseTime - the default lease time to issue to DHCP clientsmaximumLeaseTime - the maximum lease time to issue to DHCP clientsprefix - the network prefix associated with the DhcpServerConfigrangeStart - the network starting address to issue to DHCP clientsrangeEnd - the network ending address to issue to DHCP clientspassDns - whether or not to pass DNS to DHCP clientsdnsServers - the DNS servers that will get passed to DHCP clients if passDns is truepublic DhcpServerConfigIP4(DhcpServerCfg dhcpServerCfg, DhcpServerCfgIP4 dhcpServerCfgIP4) throws KuraException
dhcpServerCfg - DHCP server configurationdhcpServerCfgIP4 - 'network' configurationKuraException