OpenSDN source code
|
#include <test_xml_oper.h>
Public Member Functions | |
AgentUtXmlL3RouteValidate (const std::string &name, const pugi::xml_node &node) | |
virtual | ~AgentUtXmlL3RouteValidate () |
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 | src_ip_ |
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 482 of file test_xml_oper.h.
AgentUtXmlL3RouteValidate::AgentUtXmlL3RouteValidate | ( | const std::string & | name, |
const pugi::xml_node & | node | ||
) |
Definition at line 1702 of file test_xml_oper.cc.
|
virtual |
Definition at line 1707 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1710 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1758 of file test_xml_oper.cc.
|
virtual |
Implements AgentUtXmlValidationNode.
Definition at line 1739 of file test_xml_oper.cc.
|
private |
Definition at line 500 of file test_xml_oper.h.
|
private |
Definition at line 495 of file test_xml_oper.h.
|
private |
Definition at line 497 of file test_xml_oper.h.
|
private |
Definition at line 492 of file test_xml_oper.h.
|
private |
Definition at line 498 of file test_xml_oper.h.
|
private |
Definition at line 499 of file test_xml_oper.h.
|
private |
Definition at line 496 of file test_xml_oper.h.
|
private |
Definition at line 493 of file test_xml_oper.h.
|
private |
Definition at line 494 of file test_xml_oper.h.