@ProviderType public class DhcpServerCfgIP6 extends DhcpServerCfgIP<IP6Address>
| Constructor and Description |
|---|
DhcpServerCfgIP6(IP6Address subnet,
IP6Address subnetMask,
short prefix,
IP6Address routerAddress,
IP6Address rangeStart,
IP6Address rangeEnd,
java.util.List<IP6Address> dnsServers)
The basic Constructor for a DhcpServerCfgIP6
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid()
class validator
|
getDnsServers, getPrefix, getRangeEnd, getRangeStart, getRouterAddress, getSubnet, getSubnetMask, setDnsServers, setPrefix, setRangeEnd, setRangeStart, setRouterAddress, setSubnet, setSubnetMaskpublic DhcpServerCfgIP6(IP6Address subnet, IP6Address subnetMask, short prefix, IP6Address routerAddress, IP6Address rangeStart, IP6Address rangeEnd, java.util.List<IP6Address> dnsServers)
subnet - the subnet of the DhcpServerConfigsubnetMask - the subnet mask of the DhcpServerConfigprefix - the network prefix associated with the DhcpServerConfigrouterAddress - the router IPAddressrangeStart - the network starting address to issue to DHCP clientsrangeEnd - the network ending address to issue to DHCP clientsdnsServers - the DNS servers that will get passed to DHCP clients if passDns is true