FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
VOM::gbp_endpoint_group::retention_t Struct Reference

Endpoint Retention Policy Settings. More...

Public Member Functions

 retention_t ()
 
 retention_t (uint32_t remote_ep_timeout)
 
 retention_t (const retention_t &)=default
 
retention_toperator= (const retention_t &)=default
 
bool operator== (const retention_t &o) const
 
std::string to_string () const
 

Data Fields

uint32_t remote_ep_timeout
 Remote Endpoint timeout/ageing. More...
 

Detailed Description

Endpoint Retention Policy Settings.

Definition at line 43 of file gbp_endpoint_group.hpp.

Constructor & Destructor Documentation

VOM::gbp_endpoint_group::retention_t::retention_t ( )

Definition at line 27 of file gbp_endpoint_group.cpp.

VOM::gbp_endpoint_group::retention_t::retention_t ( uint32_t  remote_ep_timeout)

Definition at line 31 of file gbp_endpoint_group.cpp.

VOM::gbp_endpoint_group::retention_t::retention_t ( const retention_t )
default

Member Function Documentation

retention_t& VOM::gbp_endpoint_group::retention_t::operator= ( const retention_t )
default
bool VOM::gbp_endpoint_group::retention_t::operator== ( const retention_t o) const

Definition at line 37 of file gbp_endpoint_group.cpp.

std::string VOM::gbp_endpoint_group::retention_t::to_string ( void  ) const

Definition at line 43 of file gbp_endpoint_group.cpp.

+ Here is the caller graph for this function:

Field Documentation

uint32_t VOM::gbp_endpoint_group::retention_t::remote_ep_timeout

Remote Endpoint timeout/ageing.

Definition at line 57 of file gbp_endpoint_group.hpp.


The documentation for this struct was generated from the following files: