| Interface | Description |
|---|---|
| DhcpServer |
Represents a DHCP server.
|
| DhcpServerConfig |
Marker interface for all DHCP server configuration classes
|
| DhcpServerConfig4 |
Marker interface for IPv4-based configurations of DHCP Servers
|
| DhcpServerConfig6 |
Marker interface for IPv6-based configurations of DHCP Servers
|
| Class | Description |
|---|---|
| DhcpLease | |
| DhcpServerCfg |
The configuration representing generic portion of DHCP server configuration.
|
| DhcpServerCfgIP<T extends IPAddress> |
The abstract representation of a 'networking' portion of DhcpServerConfig object.
|
| DhcpServerCfgIP4 |
The configuration representing a 'networking' portion of DHCP server configuration for an IPv4 network.
|
| DhcpServerCfgIP6 |
The configuration representing a 'networking' portion of DHCP server configuration for an IPv6 network.
|
| DhcpServerConfigIP<T extends IPAddress> |
The abstract representation of a DhcpServerConfig object.
|
| DhcpServerConfigIP4 |
The configuration representing a DHCP server configuration for an IPv4 network.
|
| DhcpServerConfigIP6 |
The configuration representing a DHCP server configuration for an IPv6 network.
|