OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlL3Route (const std::string &name, const boost::uuids::uuid &uuid, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
~AgentUtXmlL3Route () | |
virtual bool | ReadXml () |
virtual bool | ToXml (pugi::xml_node *parent) |
virtual std::string | NodeType () |
virtual void | ToString (std::string *str) |
virtual bool | Run () |
![]() | |
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 |
AgentUtXmlTestCase * | test_case () |
Private Attributes | |
std::string | src_ip_ |
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_ |
uint16_t | plen_ |
Additional Inherited Members | |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 453 of file test_xml_oper.h.
AgentUtXmlL3Route::AgentUtXmlL3Route | ( | const std::string & | name, |
const boost::uuids::uuid & | uuid, | ||
const pugi::xml_node & | node, | ||
AgentUtXmlTestCase * | test_case | ||
) |
Definition at line 1606 of file test_xml_oper.cc.
AgentUtXmlL3Route::~AgentUtXmlL3Route | ( | ) |
Definition at line 1612 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1652 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1616 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 1656 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 1647 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1642 of file test_xml_oper.cc.
|
private |
Definition at line 470 of file test_xml_oper.h.
|
private |
Definition at line 477 of file test_xml_oper.h.
|
private |
Definition at line 478 of file test_xml_oper.h.
|
private |
Definition at line 475 of file test_xml_oper.h.
|
private |
Definition at line 467 of file test_xml_oper.h.
|
private |
Definition at line 476 of file test_xml_oper.h.
|
private |
Definition at line 473 of file test_xml_oper.h.
|
private |
Definition at line 474 of file test_xml_oper.h.
|
private |
Definition at line 472 of file test_xml_oper.h.
|
private |
Definition at line 469 of file test_xml_oper.h.
|
private |
Definition at line 468 of file test_xml_oper.h.
|
private |
Definition at line 471 of file test_xml_oper.h.