- deactivate() - Method in class org.onosproject.dhcp.impl.DhcpManager
-
- deactivate() - Method in class org.onosproject.dhcp.impl.DhcpUi
-
- deactivate() - Method in class org.onosproject.dhcp.impl.DistributedDhcpStore
-
- DEFAULT - Static variable in class org.onosproject.dhcp.impl.DhcpConfig
-
- DEFAULT_TIMEOUT - Static variable in class org.onosproject.dhcp.impl.DhcpConfig
-
- defaultTimeout() - Method in class org.onosproject.dhcp.impl.DhcpConfig
-
Returns the default timeout for pending assignments.
- defaultTimeout(int) - Method in class org.onosproject.dhcp.impl.DhcpConfig
-
Sets the default timeout for pending assignments.
- deleteMapping(String) - Method in class org.onosproject.dhcp.rest.DhcpWebResource
-
Delete a static MAC/IP binding.
- DhcpConfig - Class in org.onosproject.dhcp.impl
-
DHCP Config class.
- DhcpConfig() - Constructor for class org.onosproject.dhcp.impl.DhcpConfig
-
- DhcpLeaseDetails - Class in org.onosproject.dhcp.cli
-
Lists all the default lease parameters offered by the DHCP Server.
- DhcpLeaseDetails() - Constructor for class org.onosproject.dhcp.cli.DhcpLeaseDetails
-
- DhcpListAllMappings - Class in org.onosproject.dhcp.cli
-
Lists all the MacAddress to IP Address mappings held by the DHCP Server.
- DhcpListAllMappings() - Constructor for class org.onosproject.dhcp.cli.DhcpListAllMappings
-
- DhcpManager - Class in org.onosproject.dhcp.impl
-
Skeletal ONOS DHCP Server application.
- DhcpManager() - Constructor for class org.onosproject.dhcp.impl.DhcpManager
-
- DhcpRemoveStaticMapping - Class in org.onosproject.dhcp.cli
-
Removes a static MAC Address to IP Mapping from the DHCP Server.
- DhcpRemoveStaticMapping() - Constructor for class org.onosproject.dhcp.cli.DhcpRemoveStaticMapping
-
- DhcpSetStaticMapping - Class in org.onosproject.dhcp.cli
-
Registers a static MAC Address to IP Mapping with the DHCP Server.
- DhcpSetStaticMapping() - Constructor for class org.onosproject.dhcp.cli.DhcpSetStaticMapping
-
- dhcpStore - Variable in class org.onosproject.dhcp.impl.DhcpManager
-
- DhcpUi - Class in org.onosproject.dhcp.impl
-
Mechanism to stream data to the GUI.
- DhcpUi() - Constructor for class org.onosproject.dhcp.impl.DhcpUi
-
- DhcpViewMessageHandler - Class in org.onosproject.dhcp.impl
-
DHCPViewMessageHandler class implementation.
- DhcpViewMessageHandler() - Constructor for class org.onosproject.dhcp.impl.DhcpViewMessageHandler
-
- DhcpWebApplication - Class in org.onosproject.dhcp.rest
-
DHCP Web application.
- DhcpWebApplication() - Constructor for class org.onosproject.dhcp.rest.DhcpWebApplication
-
- DhcpWebResource - Class in org.onosproject.dhcp.rest
-
Manage DHCP address assignments.
- DhcpWebResource() - Constructor for class org.onosproject.dhcp.rest.DhcpWebResource
-
- DistributedDhcpStore - Class in org.onosproject.dhcp.impl
-
Manages the pool of available IP Addresses in the network and
Remembers the mapping between MAC ID and IP Addresses assigned.
- DistributedDhcpStore() - Constructor for class org.onosproject.dhcp.impl.DistributedDhcpStore
-
- DOMAIN_SERVER - Static variable in class org.onosproject.dhcp.impl.DhcpConfig
-
- domainServer() - Method in class org.onosproject.dhcp.impl.DhcpConfig
-
Returns the Domain Server Address.
- domainServer(String) - Method in class org.onosproject.dhcp.impl.DhcpConfig
-
Sets the Domain Server Address.