public interface Dhcp
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dhcp.DhcpOptionCode |
static class |
Dhcp.DhcpOptionType
Supported DHCP option types
|
| Modifier and Type | Field and Description |
|---|---|
static Set<Dhcp.DhcpOptionCode> |
defaultDhcpOptions
The user can not specify these options in the extra dhcp options.
|
static com.google.common.collect.ImmutableMap<Dhcp.DhcpOptionCode,Dhcp.DhcpOptionType> |
dhcpCodeToType |
static final Set<Dhcp.DhcpOptionCode> defaultDhcpOptions
static final com.google.common.collect.ImmutableMap<Dhcp.DhcpOptionCode,Dhcp.DhcpOptionType> dhcpCodeToType
Copyright © 2016–2017 Nuage Networks. All rights reserved.