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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlL2Route:
Collaboration diagram for AgentUtXmlL2Route:

Public Member Functions

 AgentUtXmlL2Route (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 ~AgentUtXmlL2Route ()
 
virtual bool ReadXml ()
 
virtual bool ToXml (pugi::xml_node *parent)
 
virtual std::string NodeType ()
 
virtual void ToString (std::string *str)
 
virtual bool Run ()
 
- Public Member Functions inherited from AgentUtXmlNode
 AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case)
 
virtual ~AgentUtXmlNode ()
 
void set_gen_xml (bool val)
 
bool gen_xml () const
 
bool op_delete () const
 
void set_op_delete (bool val)
 
const std::string & name () const
 
const pugi::xml_node & node () const
 
AgentUtXmlTestCasetest_case ()
 

Private Attributes

std::string mac_
 
std::string vrf_
 
std::string vn_name_
 
std::string ip_
 
uint16_t vxlan_id_
 
std::string vn_
 
std::string tunnel_dest_
 
std::string tunnel_type_
 
uint16_t sg_id_
 
uint16_t tag_id_
 
uint16_t label_
 

Additional Inherited Members

- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 405 of file test_xml_oper.h.

Constructor & Destructor Documentation

AgentUtXmlL2Route::AgentUtXmlL2Route ( const std::string &  name,
const boost::uuids::uuid uuid,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 1447 of file test_xml_oper.cc.

AgentUtXmlL2Route::~AgentUtXmlL2Route ( )

Definition at line 1453 of file test_xml_oper.cc.

Member Function Documentation

string AgentUtXmlL2Route::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 1492 of file test_xml_oper.cc.

bool AgentUtXmlL2Route::ReadXml ( )
virtual

Implements AgentUtXmlNode.

Definition at line 1457 of file test_xml_oper.cc.

Here is the call graph for this function:

bool AgentUtXmlL2Route::Run ( void  )
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 1496 of file test_xml_oper.cc.

Here is the call graph for this function:

void AgentUtXmlL2Route::ToString ( std::string *  str)
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 1487 of file test_xml_oper.cc.

bool AgentUtXmlL2Route::ToXml ( pugi::xml_node *  parent)
virtual

Implements AgentUtXmlNode.

Definition at line 1482 of file test_xml_oper.cc.

Member Data Documentation

std::string AgentUtXmlL2Route::ip_
private

Definition at line 422 of file test_xml_oper.h.

uint16_t AgentUtXmlL2Route::label_
private

Definition at line 429 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::mac_
private

Definition at line 419 of file test_xml_oper.h.

uint16_t AgentUtXmlL2Route::sg_id_
private

Definition at line 427 of file test_xml_oper.h.

uint16_t AgentUtXmlL2Route::tag_id_
private

Definition at line 428 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::tunnel_dest_
private

Definition at line 425 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::tunnel_type_
private

Definition at line 426 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::vn_
private

Definition at line 424 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::vn_name_
private

Definition at line 421 of file test_xml_oper.h.

std::string AgentUtXmlL2Route::vrf_
private

Definition at line 420 of file test_xml_oper.h.

uint16_t AgentUtXmlL2Route::vxlan_id_
private

Definition at line 423 of file test_xml_oper.h.


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