OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VxLanIdData Class Reference

#include <vxlan.h>

Inheritance diagram for VxLanIdData:
Collaboration diagram for VxLanIdData:

Public Member Functions

 VxLanIdData (const string &vrf_name, DBRequest &req, bool mirror_destination, bool bridge)
 
virtual ~VxLanIdData ()
 
string & vrf_name ()
 
DBRequestnh_req ()
 
bool mirror_destination () const
 
bool bridge () const
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Private Attributes

string vrf_name_
 
DBRequest nh_req_
 
bool mirror_destination_
 
bool bridge_
 

Detailed Description

Definition at line 56 of file vxlan.h.

Constructor & Destructor Documentation

VxLanIdData::VxLanIdData ( const string &  vrf_name,
DBRequest req,
bool  mirror_destination,
bool  bridge 
)
inline

Definition at line 58 of file vxlan.h.

Here is the call graph for this function:

virtual VxLanIdData::~VxLanIdData ( )
inlinevirtual

Definition at line 67 of file vxlan.h.

Member Function Documentation

bool VxLanIdData::bridge ( ) const
inline

Definition at line 71 of file vxlan.h.

bool VxLanIdData::mirror_destination ( ) const
inline

Definition at line 70 of file vxlan.h.

DBRequest& VxLanIdData::nh_req ( )
inline

Definition at line 69 of file vxlan.h.

string& VxLanIdData::vrf_name ( )
inline

Definition at line 68 of file vxlan.h.

Member Data Documentation

bool VxLanIdData::bridge_
private

Definition at line 77 of file vxlan.h.

bool VxLanIdData::mirror_destination_
private

Definition at line 76 of file vxlan.h.

DBRequest VxLanIdData::nh_req_
private

Definition at line 75 of file vxlan.h.

string VxLanIdData::vrf_name_
private

Definition at line 74 of file vxlan.h.


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