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

#include <test_xml_oper.h>

Inheritance diagram for AgentUtXmlVxlanValidate:
Collaboration diagram for AgentUtXmlVxlanValidate:

Public Member Functions

 AgentUtXmlVxlanValidate (const std::string &name, const boost::uuids::uuid &id, const pugi::xml_node &node)
 
virtual ~AgentUtXmlVxlanValidate ()
 
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

const boost::uuids::uuid id_
 
uint16_t vxlan_id_
 
std::string vrf_
 
std::string flood_unknown_unicast_
 

Detailed Description

Definition at line 302 of file test_xml_oper.h.

Constructor & Destructor Documentation

AgentUtXmlVxlanValidate::AgentUtXmlVxlanValidate ( const std::string &  name,
const boost::uuids::uuid id,
const pugi::xml_node &  node 
)

Definition at line 1026 of file test_xml_oper.cc.

AgentUtXmlVxlanValidate::~AgentUtXmlVxlanValidate ( )
virtual

Definition at line 1033 of file test_xml_oper.cc.

Member Function Documentation

bool AgentUtXmlVxlanValidate::ReadXml ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1036 of file test_xml_oper.cc.

Here is the call graph for this function:

const string AgentUtXmlVxlanValidate::ToString ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1088 of file test_xml_oper.cc.

bool AgentUtXmlVxlanValidate::Validate ( )
virtual

Implements AgentUtXmlValidationNode.

Definition at line 1043 of file test_xml_oper.cc.

Here is the call graph for this function:

Member Data Documentation

std::string AgentUtXmlVxlanValidate::flood_unknown_unicast_
private

Definition at line 316 of file test_xml_oper.h.

const boost::uuids::uuid AgentUtXmlVxlanValidate::id_
private

Definition at line 313 of file test_xml_oper.h.

std::string AgentUtXmlVxlanValidate::vrf_
private

Definition at line 315 of file test_xml_oper.h.

uint16_t AgentUtXmlVxlanValidate::vxlan_id_
private

Definition at line 314 of file test_xml_oper.h.


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