public class DhcpServerConfigIP6 extends DhcpServerConfigIP<IP6Address> implements DhcpServerConfig6
| Constructor and Description |
|---|
DhcpServerConfigIP6(String interfaceName,
boolean enabled,
IP6Address subnet,
IP6Address routerAddress,
IP6Address subnetMask,
int defaultLeaseTime,
int maximumLeaseTime,
short prefix,
IP6Address rangeStart,
IP6Address rangeEnd,
boolean passDns,
List<IP6Address> dnsServers)
The basic Constructor for a DhcpServerConfigIP6
|
equals, getDefaultLeaseTime, getDnsServers, getInterfaceName, getMaximumLeaseTime, getPrefix, getRangeEnd, getRangeStart, getRouterAddress, getSubnet, getSubnetMask, isEnabled, isPassDns, isValid, setDefaultLeaseTime, setDnsServers, setEnabledRouterMode, setInterfaceName, setMaximumLeaseTime, setPassDns, setPrefix, setRangeEnd, setRangeStart, setRouterAddress, setSubnet, setSubnetMask, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultLeaseTime, getDnsServers, getInterfaceName, getMaximumLeaseTime, getPrefix, getRangeEnd, getRangeStart, getRouterAddress, getSubnet, getSubnetMask, isEnabled, isPassDnspublic DhcpServerConfigIP6(String interfaceName, boolean enabled, IP6Address subnet, IP6Address routerAddress, IP6Address subnetMask, int defaultLeaseTime, int maximumLeaseTime, short prefix, IP6Address rangeStart, IP6Address rangeEnd, boolean passDns, List<IP6Address> dnsServers)
interfaceName - the interface name associated with the DhcpServerConfigenabled - the status of the DhcpServer as a boolean subnet - 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 trueCopyright © 2013. All Rights Reserved.