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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlL2RouteValidate:
Collaboration diagram for AgentUtXmlL2RouteValidate:

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 ()
 
- Public Member Functions inherited from AgentUtXmlValidationNode
 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_
 

Detailed Description

Definition at line 432 of file test_xml_oper.h.

Constructor & Destructor Documentation

AgentUtXmlL2RouteValidate::AgentUtXmlL2RouteValidate ( const std::string &  name,
const pugi::xml_node &  node 
)

Definition at line 1546 of file test_xml_oper.cc.

AgentUtXmlL2RouteValidate::~AgentUtXmlL2RouteValidate ( )
virtual

Definition at line 1551 of file test_xml_oper.cc.

Member Function Documentation

bool AgentUtXmlL2RouteValidate::ReadXml ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1554 of file test_xml_oper.cc.

Here is the call graph for this function:

const string AgentUtXmlL2RouteValidate::ToString ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1602 of file test_xml_oper.cc.

Here is the call graph for this function:

bool AgentUtXmlL2RouteValidate::Validate ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1583 of file test_xml_oper.cc.

Here is the call graph for this function:

Member Data Documentation

uint16_t AgentUtXmlL2RouteValidate::intf_uuid_
private

Definition at line 450 of file test_xml_oper.h.

IpAddress AgentUtXmlL2RouteValidate::ip_
private

Definition at line 445 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::mac_
private

Definition at line 442 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::nh_type_
private

Definition at line 447 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::tunnel_dest_
private

Definition at line 448 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::tunnel_type_
private

Definition at line 449 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::vn_
private

Definition at line 446 of file test_xml_oper.h.

std::string AgentUtXmlL2RouteValidate::vrf_
private

Definition at line 443 of file test_xml_oper.h.

uint16_t AgentUtXmlL2RouteValidate::vxlan_id_
private

Definition at line 444 of file test_xml_oper.h.


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