OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlL2RouteValidate (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlL2RouteValidate () |
virtual bool | ReadXml () |
virtual bool | Validate () |
virtual const std::string | ToString () |
![]() | |
AgentUtXmlValidationNode (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlValidationNode () |
bool | ReadCmnXml () |
const std::string & | name () const |
uint16_t | id () const |
bool | delete_marked () const |
bool | present () const |
const pugi::xml_node & | node () const |
virtual uint32_t | wait_count () const |
virtual uint32_t | sleep_time () const |
Private Attributes | |
std::string | mac_ |
std::string | vrf_ |
uint16_t | vxlan_id_ |
IpAddress | ip_ |
std::string | vn_ |
std::string | nh_type_ |
std::string | tunnel_dest_ |
std::string | tunnel_type_ |
uint16_t | intf_uuid_ |
Definition at line 432 of file test_xml_oper.h.
AgentUtXmlL2RouteValidate::AgentUtXmlL2RouteValidate | ( | const std::string & | name, |
const pugi::xml_node & | node | ||
) |
Definition at line 1546 of file test_xml_oper.cc.
|
virtual |
Definition at line 1551 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1554 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1602 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1583 of file test_xml_oper.cc.
|
private |
Definition at line 450 of file test_xml_oper.h.
|
private |
Definition at line 445 of file test_xml_oper.h.
|
private |
Definition at line 442 of file test_xml_oper.h.
|
private |
Definition at line 447 of file test_xml_oper.h.
|
private |
Definition at line 448 of file test_xml_oper.h.
|
private |
Definition at line 449 of file test_xml_oper.h.
|
private |
Definition at line 446 of file test_xml_oper.h.
|
private |
Definition at line 443 of file test_xml_oper.h.
|
private |
Definition at line 444 of file test_xml_oper.h.