Kea 2.5.8
d2_client_cfg.h File Reference

Defines the D2ClientConfig class. More...

#include <asiolink/io_address.h>
#include <cc/cfg_to_element.h>
#include <cc/user_context.h>
#include <dhcp_ddns/ncr_io.h>
#include <dhcpsrv/cfg_globals.h>
#include <exceptions/exceptions.h>
#include <util/optional.h>
#include <boost/shared_ptr.hpp>
#include <stdint.h>
#include <string>
#include <vector>
+ Include dependency graph for d2_client_cfg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dhcp::D2ClientConfig
 Acts as a storage vault for D2 client configuration. More...
 
class  isc::dhcp::D2ClientError
 An exception that is thrown if an error occurs while configuring the D2 DHCP DDNS client. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::dhcp
 

Typedefs

typedef boost::shared_ptr< D2ClientConfig > isc::dhcp::D2ClientConfigPtr
 Defines a pointer for D2ClientConfig instances.
 
typedef std::function< ConstCfgGlobalsPtr()> isc::dhcp::FetchNetworkGlobalsFn
 Callback function for D2ClientConfig that retrieves globally configured parameters.
 

Functions

std::ostream & isc::dhcp::operator<< (std::ostream &os, const D2ClientConfig &config)
 

Detailed Description

Defines the D2ClientConfig class.

This file defines the classes Kea uses to manage configuration needed to act as a client of the kea-dhcp-ddns module (aka D2).

Definition in file d2_client_cfg.h.