Kea 3.1.1
isc::dhcp::Lease6ExtendedInfo Class Reference

Lease6 extended informations for Bulk Lease Query. More...

#include <memfile_lease_storage.h>

Public Member Functions

 Lease6ExtendedInfo (const isc::asiolink::IOAddress &lease_addr, const std::vector< uint8_t > &id)
 Constructor.
 

Public Attributes

std::vector< uint8_t > id_
 Remote or relay opaque identifier.
 
isc::asiolink::IOAddress lease_addr_
 Lease address.
 

Detailed Description

Lease6 extended informations for Bulk Lease Query.

Definition at line 416 of file memfile_lease_storage.h.

Constructor & Destructor Documentation

◆ Lease6ExtendedInfo()

isc::dhcp::Lease6ExtendedInfo::Lease6ExtendedInfo ( const isc::asiolink::IOAddress & lease_addr,
const std::vector< uint8_t > & id )
inline

Constructor.

Parameters
lease_addrLease address.
idIdentifier.

Definition at line 422 of file memfile_lease_storage.h.

References id_, and lease_addr_.

Member Data Documentation

◆ id_

std::vector<uint8_t> isc::dhcp::Lease6ExtendedInfo::id_

Remote or relay opaque identifier.

Definition at line 431 of file memfile_lease_storage.h.

Referenced by Lease6ExtendedInfo().

◆ lease_addr_

isc::asiolink::IOAddress isc::dhcp::Lease6ExtendedInfo::lease_addr_

Lease address.

Definition at line 428 of file memfile_lease_storage.h.

Referenced by Lease6ExtendedInfo().


The documentation for this class was generated from the following file: