OpenSDN source code
|
#include <test_xml_oper.h>
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 () |
![]() | |
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 | 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 | |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 405 of file test_xml_oper.h.
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.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1492 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1457 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 1496 of file test_xml_oper.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 1487 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 1482 of file test_xml_oper.cc.
|
private |
Definition at line 422 of file test_xml_oper.h.
|
private |
Definition at line 429 of file test_xml_oper.h.
|
private |
Definition at line 419 of file test_xml_oper.h.
|
private |
Definition at line 427 of file test_xml_oper.h.
|
private |
Definition at line 428 of file test_xml_oper.h.
|
private |
Definition at line 425 of file test_xml_oper.h.
|
private |
Definition at line 426 of file test_xml_oper.h.
|
private |
Definition at line 424 of file test_xml_oper.h.
|
private |
Definition at line 421 of file test_xml_oper.h.
|
private |
Definition at line 420 of file test_xml_oper.h.
|
private |
Definition at line 423 of file test_xml_oper.h.