FD.io VPP  v20.01-48-g3e0dafb74
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 38 of file gbp_endpoint_group.hpp.

Constructor & Destructor Documentation

◆ retention_t() [1/3]

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

Definition at line 27 of file gbp_endpoint_group.cpp.

◆ retention_t() [2/3]

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

Definition at line 31 of file gbp_endpoint_group.cpp.

◆ retention_t() [3/3]

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

Member Function Documentation

◆ operator=()

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

◆ operator==()

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

Definition at line 37 of file gbp_endpoint_group.cpp.

◆ to_string()

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

◆ remote_ep_timeout

uint32_t VOM::gbp_endpoint_group::retention_t::remote_ep_timeout

Remote Endpoint timeout/ageing.

Definition at line 52 of file gbp_endpoint_group.hpp.


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